summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorL. Bradley LaBoon2017-04-03 09:49:12 -0400
committerL. Bradley LaBoon2017-04-03 09:49:12 -0400
commitb510d53640fa9d12c20d5124d5e527cc90ad6f90 (patch)
treeea969720e74a4ec51b0cb66d7aa3b97b4fb3d4a9 /PKGBUILD
parentea45d2230644b7263bf1b12eaf6bc765df7eb9c3 (diff)
downloadaur-b510d53640fa9d12c20d5124d5e527cc90ad6f90.tar.gz
Per punzik, this package also works on armv7h
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD2
1 files changed, 1 insertions, 1 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 3142b1fea3a3..8a3bc82c8c5c 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 armv6h)
+arch=(i686 x86_64 armv6h armv7h)
url='http://perl.apache.org/'
license=(APACHE)
depends=(perl apache db apr-util perl-linux-pid)