summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorNicolas F2016-02-06 15:18:05 +0100
committerNicolas F2016-02-06 15:18:05 +0100
commit194fcbe97d2376e0389b656e6ff5147e0937b906 (patch)
tree71f5a0886416d134251a2fec7cefb0d785612ad0
parentf292bf677178f1bd1cc171dae7a49f1ddd007407 (diff)
downloadaur-194fcbe97d2376e0389b656e6ff5147e0937b906.tar.gz
Fix ARM architecture names
-rw-r--r--.SRCINFO9
-rw-r--r--PKGBUILD6
2 files changed, 8 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index f5fded235f32..a441fe867ec5 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,12 +1,13 @@
# Generated by mksrcinfo v8
-# Tue Jan 5 20:51:07 UTC 2016
+# Sat Feb 6 14:17:43 UTC 2016
pkgbase = zopfli-git
- pkgver = 1.0.0.r47.g720b20e
- pkgrel = 2
+ pkgver = 1.0.0.r49.g0aa5474
+ pkgrel = 1
url = https://github.com/google/zopfli
arch = i686
arch = x86_64
- arch = ARM
+ arch = armv7h
+ arch = armv6h
license = Apache
makedepends = git
depends = glibc
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')