summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorMatt Day2022-01-30 19:41:20 +0000
committerMatt Day2022-01-30 19:41:20 +0000
commita9d2724c3cda9874056e91ec3b64c05b462562a6 (patch)
tree042766661e54e9398385b86016794f1db3b6c6da /PKGBUILD
parent43bcb6c91e75f84c2c752f8a46f42d774a781b98 (diff)
downloadaur-a9d2724c3cda9874056e91ec3b64c05b462562a6.tar.gz
Bump to 2.0.12
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD23
1 files changed, 5 insertions, 18 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 1a794c0845b2..cdccb0ba3adf 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -5,31 +5,18 @@
# Contributor: Tom K <tomk@runbox.com>
pkgname=mod_perl
-pkgver=2.0.11
-pkgrel=5
+pkgver=2.0.12
+pkgrel=1
pkgdesc='Apache module that embeds the Perl interpreter within the server'
arch=(i686 x86_64 armv6h armv7h)
url='http://perl.apache.org/'
license=(APACHE)
depends=(perl apache db apr-util perl-linux-pid)
options=(!emptydirs)
-source=(http://apache.org/dist/perl/mod_perl-$pkgver.tar.gz{,.asc} perl-5-33-7.patch)
+source=(http://apache.org/dist/perl/mod_perl-$pkgver.tar.gz{,.asc})
validpgpkeys=(2026E6A4A6A4483E61BA6F3FAB34BA0040E92ECE)
-sha256sums=('ca2a9e18cdf90f9c6023e786369d5ba75e8dac292ebfea9900c29bf42dc16f74'
- 'SKIP'
- '9df55e5c5d55771687019645c651204fb62cabe24b904a31197a78cdf9332a21')
-
-prepare() {
- cd mod_perl-$pkgver
- # Workaround to support Perl 5.33.7++ - should be fixed upstream soon
- # See https://github.com/Perl/perl5/issues/18617
- patch --forward --strip=0 --input="${srcdir}/perl-5-33-7.patch"
-
- # Workaround per http://mail-archives.apache.org/mod_mbox/perl-modperl/202009.mbox/%3C8d69b2e8-4a4e-bde4-6eff-7018ddf6354e%40gmail.com%3E
- sed -i -e '1098,1102d' Apache-Test/lib/Apache/TestRun.pm
- sed -i '51,56c push @INC, "xs/tables/current24";' lib/ModPerl/MapUtil.pm
- sed -i -e '66d' src/modules/perl/modperl_sys.c
-}
+sha256sums=('f5b821b59b0fdc9670e46ed0fcf32d8911f25126189a8b68c1652f9221eee269'
+ 'SKIP')
build() {
cd mod_perl-$pkgver