summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorFabioLolix2017-09-20 01:05:43 +0200
committerFabioLolix2017-09-20 01:05:43 +0200
commit8c527bd393aa3e31d66a5dd3eb2adea761c2776e (patch)
tree1d30ff81fb767d5abb69076a8638a0712aef395c /PKGBUILD
parent1c69fec95e34fe5222928e3405efa4a7e5b1856e (diff)
downloadaur-8c527bd393aa3e31d66a5dd3eb2adea761c2776e.tar.gz
Added armv6h armv7h Arch
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD2
1 files changed, 1 insertions, 1 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 7131d203e78f..7581d059ffd8 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -6,7 +6,7 @@ pkgver=0.15.3
pkgrel=1
pkgdesc="A C++ wrapper for libupnp - used with upmpdcli or upplay"
url="http://www.lesbonscomptes.com/upplay/downloads.html"
-arch=('x86_64' 'i686')
+arch=('x86_64' 'i686' 'armv6h' 'armv7h')
license=('GPL2')
depends=('libupnp' 'expat' 'curl')
source=("http://www.lesbonscomptes.com/upmpdcli/downloads/${pkgname}-${pkgver}.tar.gz")