summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD4
2 files changed, 3 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 9ef31b527ed3..c1eab2dba007 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = mod_perl
pkgdesc = Apache module that embeds the Perl interpreter within the server
pkgver = 2.0.11
- pkgrel = 3
+ pkgrel = 4
url = http://perl.apache.org/
arch = i686
arch = x86_64
diff --git a/PKGBUILD b/PKGBUILD
index b2c1a9d1ba2d..94cb5f485619 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -6,7 +6,7 @@
pkgname=mod_perl
pkgver=2.0.11
-pkgrel=3
+pkgrel=4
pkgdesc='Apache module that embeds the Perl interpreter within the server'
arch=(i686 x86_64 armv6h armv7h)
url='http://perl.apache.org/'
@@ -35,7 +35,7 @@ build() {
check() {
cd mod_perl-$pkgver
# Workaround test bug as per https://rt.cpan.org/Public/Bug/Display.html?id=118919
- APACHE_TEST_PRETEND_NO_LWP=1 make test
+ APACHE_TEST_PORT=48251 APACHE_TEST_PRETEND_NO_LWP=1 make test
}
package() {