summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorMichał Wojdyła2023-10-29 22:49:02 +0100
committerMichał Wojdyła2023-10-29 22:49:02 +0100
commitc3c4b28c055d72908822a08c3f34a4d492c006c5 (patch)
tree64eb426ed61746c4b1c9401bfa7e0c09d167e4cb /PKGBUILD
parent50028c60aeadc5f4fbc7dfee1338f9be7fd14f33 (diff)
downloadaur-perl-cgi-compile.tar.gz
update to 0.26
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD10
1 files changed, 5 insertions, 5 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 10d60562689b..113e4dabca9e 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,8 +1,8 @@
-# Contributor: Michał Wojdyła < micwoj9292 at gmail dot com >
+# Maintainer: Michał Wojdyła < micwoj9292 at gmail dot com >
# Contributor: bb010g <bb010g@bb010g.com>
pkgname=perl-cgi-compile
-pkgver=0.25
-pkgrel=2
+pkgver=0.26
+pkgrel=1
pkgdesc='Compile .cgi scripts to a code reference like ModPerl::Registry'
_dist=CGI-Compile
arch=('any')
@@ -10,10 +10,10 @@ url="https://metacpan.org/release/$_dist"
license=('GPL' 'PerlArtistic')
depends=('perl-file-pushd' 'perl-sub-name')
makedepends=('perl-module-build-tiny')
-checkdepends=('perl-capture-tiny' 'perl-test-nowarnings' 'perl-cgi' 'perl-test-requires' 'perl-try-tiny' 'perl-switch' 'perl-cgi-emulate-psgi' 'perl-sub-identify')
+checkdepends=('perl-capture-tiny' 'perl-test-nowarnings' 'perl-cgi' 'perl-test-requires' 'perl-try-tiny' 'perl-cgi-emulate-psgi' 'perl-sub-identify')
options=('!emptydirs')
source=("https://cpan.metacpan.org/authors/id/R/RK/RKITOVER/$_dist-$pkgver.tar.gz")
-md5sums=('f15c25f41cb592b992c0988ac6a08612')
+md5sums=('e1043ac7c3fdfc2789e969b1a33481d5')
build() {
cd "$srcdir/$_dist-$pkgver"