summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorGeorg Schlisio2015-10-02 13:31:29 +0200
committerGeorg Schlisio2015-10-02 13:31:29 +0200
commit099e9c57be5949566d7c5ddc4cd4871ff6250816 (patch)
treef5390ada23c24a2c6904631b7d092d29b925f137
parent8ff9df08ac93dab237862ca65d4761db8e30448a (diff)
downloadaur-099e9c57be5949566d7c5ddc4cd4871ff6250816.tar.gz
added armv6h to architectures - omitting pkgrel bump to avoid pointless rebuild for all users
-rw-r--r--.SRCINFO1
-rw-r--r--PKGBUILD2
2 files changed, 2 insertions, 1 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 61b3c1edd6be..1d98e88acdc2 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -5,6 +5,7 @@ pkgbase = apache-tools
url = http://httpd.apache.org/
arch = i686
arch = x86_64
+ arch = armv6h
license = Apache
depends = apr-util
depends = pcre
diff --git a/PKGBUILD b/PKGBUILD
index 24013ddd9bed..01865b4e5124 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -6,7 +6,7 @@ pkgname=apache-tools
pkgver=2.4.16
pkgrel=1
pkgdesc="Useful Apache tools - htdigest, htpasswd, ab, htdbm"
-arch=(i686 x86_64)
+arch=("i686" "x86_64" "armv6h")
url=http://httpd.apache.org/
license=(Apache)
depends=(apr-util pcre)