summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorJosef Miegl2018-12-27 20:46:34 +0100
committerJosef Miegl2018-12-27 20:46:34 +0100
commitc08999efdd69d6554bd1aa361cf5a39ee964a6bf (patch)
treeb5cc334ba57bc380c38e403c15ca506cb22d48ff
parente45928dcedfc53cbd32b61ce52cbc66f81d91fcd (diff)
downloadaur-c08999efdd69d6554bd1aa361cf5a39ee964a6bf.tar.gz
Add armv7h arch
-rw-r--r--.SRCINFO1
-rw-r--r--PKGBUILD2
2 files changed, 2 insertions, 1 deletions
diff --git a/.SRCINFO b/.SRCINFO
index e3f07efe483a..8adf04c279a3 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -5,6 +5,7 @@ pkgbase = sane-git
url = http://www.sane-project.org/
arch = i686
arch = x86_64
+ arch = armv7h
license = GPL
makedepends = texlive-latexextra
depends = libtiff>=4.0.0
diff --git a/PKGBUILD b/PKGBUILD
index 0560af91aed7..28f2886dbb94 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -12,7 +12,7 @@ pkgver=20181220.2d14283d
pkgrel=1
pkgdesc="Scanner Access Now Easy"
url="http://www.sane-project.org/"
-arch=('i686' 'x86_64')
+arch=('i686' 'x86_64' 'armv7h')
license=('GPL')
depends=('libtiff>=4.0.0' 'libgphoto2' 'libjpeg>=8' 'libusbx' 'libcups' 'libieee1284' 'v4l-utils' 'avahi' 'bash' 'net-snmp')
makedepends=('texlive-latexextra')