summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO39
-rw-r--r--PKGBUILD11
2 files changed, 23 insertions, 27 deletions
diff --git a/.SRCINFO b/.SRCINFO
index c3083450152d..66f5f7dde796 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,23 +1,20 @@
pkgbase = mod_perl
- pkgdesc = Apache module that embeds the Perl interpreter within the server
- pkgver = 2.0.12
- pkgrel = 1
- url = http://perl.apache.org/
- arch = i686
- arch = x86_64
- arch = armv6h
- arch = armv7h
- license = APACHE
- depends = perl
- depends = apache
- depends = db
- depends = apr-util
- depends = perl-linux-pid
- options = !emptydirs
- source = http://apache.org/dist/perl/mod_perl-2.0.12.tar.gz
- source = http://apache.org/dist/perl/mod_perl-2.0.12.tar.gz.asc
- validpgpkeys = 2026E6A4A6A4483E61BA6F3FAB34BA0040E92ECE
- sha256sums = f5b821b59b0fdc9670e46ed0fcf32d8911f25126189a8b68c1652f9221eee269
- sha256sums = SKIP
+ pkgdesc = Apache module that embeds the Perl interpreter within the server
+ pkgver = 2.0.13
+ pkgrel = 1
+ url = http://perl.apache.org/
+ arch = i686
+ arch = x86_64
+ arch = armv6h
+ arch = armv7h
+ license = APACHE
+ depends = perl
+ depends = apache
+ depends = db
+ depends = apr-util
+ depends = perl-linux-pid
+ options = !emptydirs
+ source = https://archive.apache.org/dist/perl/mod_perl-2.0.13.tar.gz
+ sha256sums = ade3be31c447b8448869fecdfcace258d6d587b8c6c773c5f22735f70d82d6da
-pkgname = mod_perl \ No newline at end of file
+pkgname = mod_perl
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