summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorZach Callear2016-02-11 08:35:17 -0700
committerZach Callear2016-02-11 08:35:17 -0700
commitb77e8e037985e211e0de0eb529e669627aeaebfb (patch)
tree333864440b3bd7996d19018a8c006abfad93b004 /PKGBUILD
parent39706e3f0bd931c879c824bbaa8051b6ee20266a (diff)
downloadaur-b77e8e037985e211e0de0eb529e669627aeaebfb.tar.gz
Added armv7h and armv6h as suggested by sekret. Updated package version.
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD6
1 files changed, 3 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index aa360d0f1278..3be027dd07d8 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,10 +3,10 @@
# Contributor: sekret, mail=$(echo c2VrcmV0QHBvc3Rlby5zZQo= | base64 -d)
_pkgname=imgmin
pkgname=$_pkgname-git
-pkgver=1.1.r6.gea2b77c
-pkgrel=3
+pkgver=1.1.r11.gaadce1a
+pkgrel=1
pkgdesc="Automated lossy JPEG optimization"
-arch=('i686' 'x86_64')
+arch=('i686' 'x86_64' 'armv7h' 'armv6h')
url="https://github.com/rflynn/imgmin"
license=('MIT')
depends=('imagemagick')