1
0
mirror of https://github.com/cybuzuma/aur_opencpn.git synced 2025-05-29 17:00:36 -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 pkgbase = opencpn
pkgdesc = Open Source Chart Plotting / Marine Navigation pkgdesc = Open Source Chart Plotting / Marine Navigation
pkgver = 5.2.0 pkgver = 5.2.0
pkgrel = 3 pkgrel = 4
url = http://opencpn.org url = http://opencpn.org
install = opencpn.install install = opencpn.install
arch = x86_64 arch = x86_64
arch = aarch64
license = GPL2 license = GPL2
makedepends = cmake makedepends = cmake
makedepends = lsb-release makedepends = lsb-release

View File

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