summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorNicolas F2016-02-06 15:18:05 +0100
committerNicolas F2016-02-06 15:18:05 +0100
commit194fcbe97d2376e0389b656e6ff5147e0937b906 (patch)
tree71f5a0886416d134251a2fec7cefb0d785612ad0 /PKGBUILD
parentf292bf677178f1bd1cc171dae7a49f1ddd007407 (diff)
downloadaur-194fcbe97d2376e0389b656e6ff5147e0937b906.tar.gz
Fix ARM architecture names
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD6
1 files changed, 3 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 5efb9d5de4e5..f6e2e972dd9d 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,8 +1,8 @@
# Maintainer: Nicolas F. <aur@fratti.ch>
pkgname=("zopfli-git" "libzopfli-git" "zopflipng-git" "libzopflipng-git")
-pkgver=1.0.0.r47.g720b20e
-pkgrel=2
-arch=('i686' 'x86_64' 'ARM')
+pkgver=1.0.0.r49.g0aa5474
+pkgrel=1
+arch=('i686' 'x86_64' 'armv7h' 'armv6h')
url="https://github.com/google/zopfli"
license=('Apache')
makedepends=('git')