summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorL. Bradley LaBoon2016-11-13 16:31:07 -0500
committerL. Bradley LaBoon2016-11-13 16:31:07 -0500
commit075e379c91b4fed7050c9cf5dea2fbf868200772 (patch)
tree468f403af779acb9f299495bd64272fb0d956fab
parent113e8c7d2315ad7251ff9c070dca65334c4fbd3d (diff)
downloadaur-075e379c91b4fed7050c9cf5dea2fbf868200772.tar.gz
Added armv6h to the arch array, per comment from juego
-rw-r--r--.SRCINFO3
-rw-r--r--PKGBUILD2
2 files changed, 3 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 4197785f63c2..197b7b7de8d8 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,5 +1,5 @@
# Generated by mksrcinfo v8
-# Wed Nov 2 01:52:47 UTC 2016
+# Sun Nov 13 21:29:47 UTC 2016
pkgbase = mod_perl
pkgdesc = Apache module that embeds the Perl interpreter within the server
pkgver = 2.0.10
@@ -7,6 +7,7 @@ pkgbase = mod_perl
url = http://perl.apache.org/
arch = i686
arch = x86_64
+ arch = armv6h
license = APACHE
depends = perl
depends = apache
diff --git a/PKGBUILD b/PKGBUILD
index feaeaad08a11..438d1df10bb1 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -7,7 +7,7 @@ pkgname=mod_perl
pkgver=2.0.10
pkgrel=1
pkgdesc='Apache module that embeds the Perl interpreter within the server'
-arch=(i686 x86_64)
+arch=(i686 x86_64 armv6h)
url='http://perl.apache.org/'
license=(APACHE)
depends=(perl apache db apr-util perl-linux-pid)