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:
parent
8458e7dae9
commit
8f2826147a
3
.SRCINFO
3
.SRCINFO
@ -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
|
||||
|
||||
|
6
PKGBUILD
6
PKGBUILD
@ -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() {
|
||||
|
Loading…
x
Reference in New Issue
Block a user