summarylogtreecommitdiffstats
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
parentea45d2230644b7263bf1b12eaf6bc765df7eb9c3 (diff)
downloadaur-b510d53640fa9d12c20d5124d5e527cc90ad6f90.tar.gz
Per punzik, this package also works on armv7h
-rw-r--r--.SRCINFO3
-rw-r--r--PKGBUILD2
2 files changed, 3 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index b5e30a05b1e0..c58785cd3535 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,5 +1,5 @@
# Generated by mksrcinfo v8
-# Sun Nov 13 21:39:30 UTC 2016
+# Mon Apr 3 13:48:13 UTC 2017
pkgbase = mod_perl
pkgdesc = Apache module that embeds the Perl interpreter within the server
pkgver = 2.0.10
@@ -8,6 +8,7 @@ pkgbase = mod_perl
arch = i686
arch = x86_64
arch = armv6h
+ arch = armv7h
license = APACHE
depends = perl
depends = apache
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)