summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMichał Wojdyła2022-06-22 12:26:55 +0200
committerMichał Wojdyła2022-06-22 12:26:55 +0200
commitb763ac4508860b860bc4aff3c5cfa2122bfcce40 (patch)
tree588a07d3fe083db601afadc82e3bb5ba403364b2
parent439fd77823ee8fc3a3ba523ab18d67f9b75ab496 (diff)
downloadaur-b763ac4508860b860bc4aff3c5cfa2122bfcce40.tar.gz
update to 1.280
-rw-r--r--.SRCINFO13
-rw-r--r--PKGBUILD16
2 files changed, 15 insertions, 14 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 1047be816c64..c5c6dee6b785 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,16 +1,17 @@
pkgbase = perl-cgi-simple
pkgdesc = A Simple totally OO CGI interface that is CGI.pm compliant
- pkgver = 1.25
+ pkgver = 1.280
pkgrel = 1
epoch = 1
- url = http://search.cpan.org/dist/CGI-Simple
+ url = https://metacpan.org/dist/CGI-Simple
arch = any
license = PerlArtistic
license = GPL
- checkdepends = perl-test-version
- depends = perl-io-stringy
+ checkdepends = perl-test-nowarnings
+ checkdepends = perl-test-exception
+ depends = perl
options = !emptydirs
- source = https://cpan.metacpan.org/authors/id/M/MA/MANWAR/CGI-Simple-1.25.tar.gz
- sha512sums = ace262b4ccafe2ee01582aacf52b31aa1202dc5408bb33071330bc7c53f2cfbb39f9e8844c4511c86125dc05f7161b7592a4038c353dddd1bfd52c03dbcfa9dd
+ source = https://cpan.metacpan.org/authors/id/M/MA/MANWAR/CGI-Simple-1.280.tar.gz
+ sha256sums = 18e01e9ffb814e5e4eea77ac8489b2069fe836518550f37f6c2213eb559c6abf
pkgname = perl-cgi-simple
diff --git a/PKGBUILD b/PKGBUILD
index f6c03c4001b9..c1ee1b6aa93b 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,20 +1,20 @@
-# Contributor: Michal Wojdyla < micwoj9292 at gmail dot com >
+# Maintainer: Michał Wojdyła < micwoj9292 at gmail dot com >
# Contributor: John D Jones III <j[nospace]n[nospace]b[nospace]e[nospace]k[nospace]1972 -_AT_- the domain name google offers a mail service at ending in dot com>
pkgname='perl-cgi-simple'
epoch='1'
-pkgver='1.25'
+pkgver='1.280'
pkgrel='1'
pkgdesc="A Simple totally OO CGI interface that is CGI.pm compliant"
arch=('any')
license=('PerlArtistic' 'GPL')
options=('!emptydirs')
-depends=('perl-io-stringy')
-checkdepends=('perl-test-version')
-url='http://search.cpan.org/dist/CGI-Simple'
-source=('https://cpan.metacpan.org/authors/id/M/MA/MANWAR/CGI-Simple-1.25.tar.gz')
-sha512sums=('ace262b4ccafe2ee01582aacf52b31aa1202dc5408bb33071330bc7c53f2cfbb39f9e8844c4511c86125dc05f7161b7592a4038c353dddd1bfd52c03dbcfa9dd')
-_distdir="CGI-Simple-1.25"
+depends=('perl')
+checkdepends=('perl-test-nowarnings' 'perl-test-exception')
+url='https://metacpan.org/dist/CGI-Simple'
+source=(https://cpan.metacpan.org/authors/id/M/MA/MANWAR/CGI-Simple-$pkgver.tar.gz)
+sha256sums=('18e01e9ffb814e5e4eea77ac8489b2069fe836518550f37f6c2213eb559c6abf')
+_distdir="CGI-Simple-$pkgver"
build() {
( export PERL_MM_USE_DEFAULT=1 PERL5LIB="" \