summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorFabioLolix2018-12-04 23:43:49 +0100
committerFabioLolix2018-12-04 23:43:49 +0100
commitcaed6903a70ec02830320cf34d21fe1729f300cc (patch)
treefddfbf690d5f9ad02123acbd315b086e8ef0d984 /PKGBUILD
parentc4fbc516c0bba4fd355cb81a66c5ed4bd992e57b (diff)
downloadaur-caed6903a70ec02830320cf34d21fe1729f300cc.tar.gz
add arch aarch64
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD6
1 files changed, 3 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index e21fa3d14af0..12ab4dadbf05 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -6,9 +6,9 @@ pkgver=0.16.1
pkgrel=2
pkgdesc="A C++ wrapper for libupnp - used with upmpdcli or upplay"
url="http://www.lesbonscomptes.com/upplay/downloads.html"
-arch=('x86_64' 'i686' 'armv6h' 'armv7h')
-license=('GPL2')
-depends=('libupnp' 'expat' 'curl')
+arch=(x86_64 i686 armv6h armv7h aarch64)
+license=(GPL2)
+depends=(libupnp expat curl)
source=("http://www.lesbonscomptes.com/upmpdcli/downloads/${pkgname}-${pkgver}.tar.gz")
md5sums=('df663e0dbd460e0377a0ee575c96b1b8')