summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD11
1 files changed, 5 insertions, 6 deletions
diff --git a/PKGBUILD b/PKGBUILD
index cdccb0ba3adf..5a5aa113d4bc 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,11 +1,12 @@
-# Maintainer: Matt Day <matt@msday.co.uk>
+# Maintainer: Klaus Tachtler (klaus@tachtler.net>
+# Contributor: Matt Day <matt@msday.co.uk>
# Contributor: L. Bradley LaBoon <me@bradleylaboon.com>
# Contributor: Anatol Pomozov <anatol.pomozov+arch@gmail.com>
# Contributor: Firmicus <francois.archlinux.org>
# Contributor: Tom K <tomk@runbox.com>
pkgname=mod_perl
-pkgver=2.0.12
+pkgver=2.0.13
pkgrel=1
pkgdesc='Apache module that embeds the Perl interpreter within the server'
arch=(i686 x86_64 armv6h armv7h)
@@ -13,10 +14,8 @@ 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})
-validpgpkeys=(2026E6A4A6A4483E61BA6F3FAB34BA0040E92ECE)
-sha256sums=('f5b821b59b0fdc9670e46ed0fcf32d8911f25126189a8b68c1652f9221eee269'
- 'SKIP')
+source=(https://archive.apache.org/dist/perl/mod_perl-$pkgver.tar.gz)
+sha256sums=('ade3be31c447b8448869fecdfcace258d6d587b8c6c773c5f22735f70d82d6da')
build() {
cd mod_perl-$pkgver