From 2c88e63f8b75b80c65c04a1131384fc0f58de3c6 Mon Sep 17 00:00:00 2001 From: uli Date: Thu, 29 Sep 2022 11:10:25 +0200 Subject: [PATCH] fixed patch file --- .SRCINFO | 2 +- PKGBUILD | 2 +- wx_workaround.patch | 4 ++-- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.SRCINFO b/.SRCINFO index b1935d0..5e6ee0d 100644 --- a/.SRCINFO +++ b/.SRCINFO @@ -20,6 +20,6 @@ pkgbase = opencpn source = https://github.com/OpenCPN/OpenCPN/archive/Release_5.6.2.tar.gz source = wx_workaround.patch b2sums = a45e19d293d63262f2bb6bd0bd5d18723cadd0b93af8e64484b55d246cebbe623dccbb6a1d257eccd74fb9111953d9cdd4b44d6f3fb38c3a9f40fa253718f337 - b2sums = 5c6503076d6dd651d19a67ac2320c94ddfbd70a24b4b7fb24ff5f05ae0354c460c91401e890688336835fed67f43f2643381ae89cd1b7e3ee99258be46ae45fd + b2sums = ac80978933a4893aa55b019547025e07e888b689378eba82322d1f36a8db5f64faf150c4084690d621e3d30e7fbbd5c94f47ec8582e6c1e174dcd60d7b79d176 pkgname = opencpn diff --git a/PKGBUILD b/PKGBUILD index c537e7f..7f26ef6 100644 --- a/PKGBUILD +++ b/PKGBUILD @@ -17,7 +17,7 @@ optdepends=('gpsd: GPS position support') makedepends=('cmake' 'lsb-release') url="http://opencpn.org" source=("https://github.com/OpenCPN/OpenCPN/archive/Release_${pkgver}.tar.gz" "wx_workaround.patch") -b2sums=('a45e19d293d63262f2bb6bd0bd5d18723cadd0b93af8e64484b55d246cebbe623dccbb6a1d257eccd74fb9111953d9cdd4b44d6f3fb38c3a9f40fa253718f337' '5c6503076d6dd651d19a67ac2320c94ddfbd70a24b4b7fb24ff5f05ae0354c460c91401e890688336835fed67f43f2643381ae89cd1b7e3ee99258be46ae45fd') +b2sums=('a45e19d293d63262f2bb6bd0bd5d18723cadd0b93af8e64484b55d246cebbe623dccbb6a1d257eccd74fb9111953d9cdd4b44d6f3fb38c3a9f40fa253718f337' 'dee0d7d6a62d13e35211f3e1e47beb30fa61755852435f53d8a540a1f3fd61fb57661890ec99fb258c11b152887858347d1f64e664f4401a252e62d563a0b68c') prepare() { cd OpenCPN-Release_${pkgver} diff --git a/wx_workaround.patch b/wx_workaround.patch index b6fde60..007d4b5 100644 --- a/wx_workaround.patch +++ b/wx_workaround.patch @@ -1,7 +1,7 @@ -diff --git a/include/bbox.h b/include/bbox.h +diff a/include/bbox.h b/include/bbox.h --- a/include/bbox.h +++ b/include/bbox.h -@@ -6,6 +6,9 @@ +@@ -6,7 +6,9 @@ #include "wx/wx.h" #endif