summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorScore_Under2016-02-06 10:34:09 +0000
committerScore_Under2016-02-06 10:34:09 +0000
commit987116faf10c0bc563c0bec706301cb6da13352f (patch)
tree9c508c0417b561c359ba54bf336b10f5ea1809bf
parente59f77eaebdb2cda34c7266731dc088d6a057ab9 (diff)
downloadaur-987116faf10c0bc563c0bec706301cb6da13352f.tar.gz
Add armv7h to list of arches (on request)
-rw-r--r--PKGBUILD2
1 files changed, 1 insertions, 1 deletions
diff --git a/PKGBUILD b/PKGBUILD
index a027e8d32bf9..20380e241c7f 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@ pkgname=pngwolf-zopfli-git
pkgver=0.r51.a62b466
pkgrel=1
pkgdesc="A PNG optimizer using a genetic algorithm to find effective compression parameters"
-arch=('i686' 'x86_64')
+arch=('i686' 'x86_64' 'armv7h')
url="https://github.com/jibsen/pngwolf-zopfli"
license=('GPL3')
depends=(libzopfli zlib)