1
0
mirror of https://github.com/cybuzuma/aur_opencpn.git synced 2025-05-28 09:50:11 -07:00
This commit is contained in:
trougnouf (Benoit Brummer) 2021-12-06 10:40:13 +01:00
parent 8f2826147a
commit fa8985060f
2 changed files with 7 additions and 8 deletions

View File

@ -1,7 +1,7 @@
pkgbase = opencpn
pkgdesc = Open Source Chart Plotting / Marine Navigation
pkgver = 5.2.4
pkgrel = 3
pkgver = 5.6.0
pkgrel = 1
url = http://opencpn.org
install = opencpn.install
arch = x86_64
@ -15,7 +15,7 @@ pkgbase = opencpn
depends = tinyxml
depends = hicolor-icon-theme
depends = webkit2gtk
source = https://github.com/OpenCPN/OpenCPN/archive/Release_5.2.4.tar.gz
sha1sums = 157d7392e42a8ee9b6efbb6496642e575ad958fa
source = https://github.com/OpenCPN/OpenCPN/archive/Release_5.6.0.tar.gz
sha1sums = 62b3ebdf373c76f00b7191a44e1b0576df872e55
pkgname = opencpn

View File

@ -7,8 +7,8 @@
pkgname=opencpn
_name="OpenCPN"
pkgver=5.2.4
pkgrel=3
pkgver=5.6.0
pkgrel=1
pkgdesc="Open Source Chart Plotting / Marine Navigation"
arch=('x86_64' 'aarch64')
license=("GPL2")
@ -17,7 +17,7 @@ makedepends=('cmake' 'lsb-release')
url="http://opencpn.org"
install=opencpn.install
source=("https://github.com/${_name}/${_name}/archive/Release_${pkgver}.tar.gz")
sha1sums=('157d7392e42a8ee9b6efbb6496642e575ad958fa')
sha1sums=('62b3ebdf373c76f00b7191a44e1b0576df872e55')
prepare() {
cd "OpenCPN-Release_${pkgver}"
@ -29,7 +29,6 @@ prepare() {
build() {
cd "OpenCPN-Release_${pkgver}"
cmake -DCMAKE_BUILD_TYPE=Release -DCMAKE_INSTALL_PREFIX=/usr \
-DBUNDLE_GSHHS=CRUDE -DBUNDLE_TCDATA=ON -DBUNDLE_DOCS=ON \
-DwxWidgets_CONFIG_EXECUTABLE=/usr/bin/wx-config-gtk3 \
-DOCPN_FORCE_GTK3=ON
make