summarylogtreecommitdiffstats
path: root/PKGBUILD
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 /PKGBUILD
parent113e8c7d2315ad7251ff9c070dca65334c4fbd3d (diff)
downloadaur-075e379c91b4fed7050c9cf5dea2fbf868200772.tar.gz
Added armv6h to the arch array, per comment from juego
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD2
1 files changed, 1 insertions, 1 deletions
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)