mirror of
https://github.com/cybuzuma/aur_opencpn.git
synced 2025-06-02 09:50:10 -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
|
pkgbase = opencpn
|
||||||
pkgdesc = Open Source Chart Plotting / Marine Navigation
|
pkgdesc = Open Source Chart Plotting / Marine Navigation
|
||||||
pkgver = 5.2.4
|
pkgver = 5.2.4
|
||||||
pkgrel = 2
|
pkgrel = 3
|
||||||
url = http://opencpn.org
|
url = http://opencpn.org
|
||||||
install = opencpn.install
|
install = opencpn.install
|
||||||
arch = x86_64
|
arch = x86_64
|
||||||
@ -19,4 +19,3 @@ pkgbase = opencpn
|
|||||||
sha1sums = 157d7392e42a8ee9b6efbb6496642e575ad958fa
|
sha1sums = 157d7392e42a8ee9b6efbb6496642e575ad958fa
|
||||||
|
|
||||||
pkgname = opencpn
|
pkgname = opencpn
|
||||||
|
|
||||||
|
6
PKGBUILD
6
PKGBUILD
@ -8,7 +8,7 @@
|
|||||||
pkgname=opencpn
|
pkgname=opencpn
|
||||||
_name="OpenCPN"
|
_name="OpenCPN"
|
||||||
pkgver=5.2.4
|
pkgver=5.2.4
|
||||||
pkgrel=2
|
pkgrel=3
|
||||||
pkgdesc="Open Source Chart Plotting / Marine Navigation"
|
pkgdesc="Open Source Chart Plotting / Marine Navigation"
|
||||||
arch=('x86_64' 'aarch64')
|
arch=('x86_64' 'aarch64')
|
||||||
license=("GPL2")
|
license=("GPL2")
|
||||||
@ -22,8 +22,8 @@ sha1sums=('157d7392e42a8ee9b6efbb6496642e575ad958fa')
|
|||||||
prepare() {
|
prepare() {
|
||||||
cd "OpenCPN-Release_${pkgver}"
|
cd "OpenCPN-Release_${pkgver}"
|
||||||
export PATH="$PWD/bin:$PATH"
|
export PATH="$PWD/bin:$PATH"
|
||||||
mkdir bin
|
mkdir -p bin
|
||||||
ln -s /usr/bin/wx-config-gtk3 bin/wx-config
|
ln -sf /usr/bin/wx-config-gtk3 bin/wx-config
|
||||||
}
|
}
|
||||||
|
|
||||||
build() {
|
build() {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user