summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorSteven Batchelor2017-11-20 00:10:43 -0700
committerSteven Batchelor2017-11-20 00:10:43 -0700
commit50f3e1798f1e4723f4b0414c78f58c3af000c73a (patch)
treeee51d3eceedef17d8e66beebb972caf8a50f82e7
parenta85a4540274ca304a9563cb2022e6080ce4e8a67 (diff)
downloadaur-zsurf-webkit-git.tar.gz
Allow armv6h builds for pi zero
-rw-r--r--PKGBUILD2
1 files changed, 1 insertions, 1 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 03f46d049018..f1212a5b4262 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,7 +4,7 @@ _pkgname=${pkgname%-*}
pkgver=0.1.0
pkgrel=1
pkgdesc="Ultra lightweight web browser in the spirit of Surf using QtWebKit1 with front-end logic written in Javascript."
-arch=('i686' 'x86_64')
+arch=('i686' 'x86_64' 'armv6h')
url="https://github.com/SteveDeFacto/zsurf/tree/zsurf-webkit"
license=('GPL3')
makedepends=('git')