summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorafontenot2018-03-09 12:08:23 -0800
committerafontenot2018-03-09 12:08:23 -0800
commit802a7eb3c9f102db3ec7bc4a2fd5d6d6f0711108 (patch)
tree0da8da339c0535e9ca032b1857b03919884c4021 /PKGBUILD
parent41012420b5b0861dc8e232bc7565c5759cb7d137 (diff)
downloadaur-802a7eb3c9f102db3ec7bc4a2fd5d6d6f0711108.tar.gz
added armv7h to arch list
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD2
1 files changed, 1 insertions, 1 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 04998bc69854..cee71595bd1c 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -10,7 +10,7 @@ pkgrel=1
pkgdesc="JPEG image codec with accelerated baseline decoding and superior encoding"
url="https://github.com/mozilla/mozjpeg"
license=("BSD")
-arch=("i686" "x86_64")
+arch=("i686" "x86_64" "armv7h")
makedepends=("nasm")
source=("https://github.com/mozilla/${pkgname}/archive/v${pkgver}.tar.gz")
sha1sums=('da2106543d82bfa51fb51e5d4b53397ac28ac87b')