summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorAnton Leontiev2020-03-14 16:14:45 +0300
committerAnton Leontiev2020-03-14 16:14:45 +0300
commitfc7b4a1af3f9763a1d44eb57d4b673bf2b8f0492 (patch)
tree79eceba573a1517e2bb8b4bc34a339f3be5245fc
parent3c1b70c24b52d0573df875a23fbe38a1f7e907d2 (diff)
downloadaur-fc7b4a1af3f9763a1d44eb57d4b673bf2b8f0492.tar.gz
Update to v0.39
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD12
2 files changed, 9 insertions, 9 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 6eccdcaf1823..de3b8446ec04 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = perl-test-www-mechanize-psgi
pkgdesc = Perl module to test PSGI programs using WWW::Mechanize
- pkgver = 0.38
+ pkgver = 0.39
pkgrel = 1
url = https://metacpan.org/release/Test-WWW-Mechanize-PSGI
arch = any
@@ -12,8 +12,8 @@ pkgbase = perl-test-www-mechanize-psgi
depends = perl-test-www-mechanize
depends = perl-try-tiny
options = !emptydirs
- source = http://search.cpan.org/CPAN/authors/id/O/OA/OALDERS/Test-WWW-Mechanize-PSGI-0.38.tar.gz
- md5sums = f052623af9730764ad58c9ac0939edf5
+ source = http://search.cpan.org/CPAN/authors/id/O/OA/OALDERS/Test-WWW-Mechanize-PSGI-0.39.tar.gz
+ md5sums = 75fde422172f4a098ac14d39fa06ee57
pkgname = perl-test-www-mechanize-psgi
diff --git a/PKGBUILD b/PKGBUILD
index 6b5453ea4a8e..e16f93aaf228 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@
# Generator : CPANPLUS::Dist::Arch 1.32
pkgname=perl-test-www-mechanize-psgi
-pkgver=0.38
+pkgver=0.39
pkgrel=1
pkgdesc='Perl module to test PSGI programs using WWW::Mechanize'
arch=('any')
@@ -11,9 +11,9 @@ url='https://metacpan.org/release/Test-WWW-Mechanize-PSGI'
license=('PerlArtistic' 'GPL')
depends=('perl' 'perl-plack' 'perl-test-www-mechanize' 'perl-try-tiny')
checkdepends=('perl-cgi')
-source=(http://search.cpan.org/CPAN/authors/id/O/OA/OALDERS/Test-WWW-Mechanize-PSGI-0.38.tar.gz)
+source=(http://search.cpan.org/CPAN/authors/id/O/OA/OALDERS/Test-WWW-Mechanize-PSGI-0.39.tar.gz)
options=(!emptydirs)
-md5sums=('f052623af9730764ad58c9ac0939edf5')
+md5sums=('75fde422172f4a098ac14d39fa06ee57')
sanitize() {
unset PERL5LIB PERL_MM_OPT PERL_MB_OPT PERL_LOCAL_LIB_ROOT
@@ -21,20 +21,20 @@ sanitize() {
}
build() {
- cd Test-WWW-Mechanize-PSGI-0.38
+ cd Test-WWW-Mechanize-PSGI-0.39
sanitize
perl Makefile.PL INSTALLDIRS=vendor
make
}
check() {
- cd Test-WWW-Mechanize-PSGI-0.38
+ cd Test-WWW-Mechanize-PSGI-0.39
sanitize
make test
}
package() {
- cd Test-WWW-Mechanize-PSGI-0.38
+ cd Test-WWW-Mechanize-PSGI-0.39
sanitize
make install DESTDIR="$pkgdir"
find "$pkgdir" -name .packlist -o -name perllocal.pod -delete