diff options
author | L. Bradley LaBoon | 2016-11-13 16:31:07 -0500 |
---|---|---|
committer | L. Bradley LaBoon | 2016-11-13 16:31:07 -0500 |
commit | 075e379c91b4fed7050c9cf5dea2fbf868200772 (patch) | |
tree | 468f403af779acb9f299495bd64272fb0d956fab | |
parent | 113e8c7d2315ad7251ff9c070dca65334c4fbd3d (diff) | |
download | aur-075e379c91b4fed7050c9cf5dea2fbf868200772.tar.gz |
Added armv6h to the arch array, per comment from juego
-rw-r--r-- | .SRCINFO | 3 | ||||
-rw-r--r-- | PKGBUILD | 2 |
2 files changed, 3 insertions, 2 deletions
@@ -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 @@ -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) |