1
0
mirror of https://github.com/cybuzuma/aur_opencpn.git synced 2025-05-28 09:00:24 -07:00

ignore/overwrite existing build

This commit is contained in:
trougnouf (Benoit Brummer) 2021-08-11 18:35:34 +02:00
parent 8458e7dae9
commit 8f2826147a
2 changed files with 4 additions and 5 deletions

View File

@ -1,7 +1,7 @@
pkgbase = opencpn
pkgdesc = Open Source Chart Plotting / Marine Navigation
pkgver = 5.2.4
pkgrel = 2
pkgrel = 3
url = http://opencpn.org
install = opencpn.install
arch = x86_64
@ -19,4 +19,3 @@ pkgbase = opencpn
sha1sums = 157d7392e42a8ee9b6efbb6496642e575ad958fa
pkgname = opencpn

View File

@ -8,7 +8,7 @@
pkgname=opencpn
_name="OpenCPN"
pkgver=5.2.4
pkgrel=2
pkgrel=3
pkgdesc="Open Source Chart Plotting / Marine Navigation"
arch=('x86_64' 'aarch64')
license=("GPL2")
@ -22,8 +22,8 @@ sha1sums=('157d7392e42a8ee9b6efbb6496642e575ad958fa')
prepare() {
cd "OpenCPN-Release_${pkgver}"
export PATH="$PWD/bin:$PATH"
mkdir bin
ln -s /usr/bin/wx-config-gtk3 bin/wx-config
mkdir -p bin
ln -sf /usr/bin/wx-config-gtk3 bin/wx-config
}
build() {