summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorAlastair Feille2016-09-12 02:58:47 +0000
committerAlastair Feille2016-09-12 02:58:47 +0000
commit1970624f40643c2731698f1d9868e5d597bdd235 (patch)
tree68a24fc6de9bb9fddf785d7c6bb6cd16612ce0b7
parent3f1530189d2f77ed3d57e56057deca38a8d10fa2 (diff)
downloadaur-1970624f40643c2731698f1d9868e5d597bdd235.tar.gz
Add armv6h architecture
-rw-r--r--PKGBUILD2
1 files changed, 1 insertions, 1 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 7f61b1524f79..9f67acce0914 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -10,7 +10,7 @@ depends=('openssl' 'libidn' 'pcre' 'lua')
optdepends=("ca-certificates: HTTPS Downloads")
makedepends=('git' 'perl')
provides=('wget-lua')
-arch=('i686' 'x86_64')
+arch=('i686' 'x86_64' 'armv6h')
source=("http://warriorhq.archiveteam.org/downloads/wget-lua/wget-1.14.lua.LATEST.tar.bz2"
"lua.patch"
"ssl.patch")