1
0
mirror of https://github.com/cybuzuma/aur_opencpn.git synced 2025-05-29 15:40:15 -07:00

add aarch64

This commit is contained in:
trougnouf 2020-10-05 14:44:36 +02:00
parent dc345e4644
commit c388332c0c
2 changed files with 4 additions and 3 deletions

View File

@ -1,10 +1,11 @@
pkgbase = opencpn
pkgdesc = Open Source Chart Plotting / Marine Navigation
pkgver = 5.2.0
pkgrel = 3
pkgrel = 4
url = http://opencpn.org
install = opencpn.install
arch = x86_64
arch = aarch64
license = GPL2
makedepends = cmake
makedepends = lsb-release

View File

@ -8,9 +8,9 @@
pkgname=opencpn
_name="OpenCPN"
pkgver=5.2.0
pkgrel=3
pkgrel=4
pkgdesc="Open Source Chart Plotting / Marine Navigation"
arch=('x86_64')
arch=('x86_64' 'aarch64')
license=("GPL2")
depends=('wxgtk3' 'gpsd' 'portaudio' 'tinyxml' 'hicolor-icon-theme' 'webkit2gtk')
makedepends=('cmake' 'lsb-release')