summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-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)