summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorAnton Leontiev2020-03-14 15:37:31 +0300
committerAnton Leontiev2020-03-14 15:37:31 +0300
commitb55c90895082ddc4e446dfed8b3581659aedb782 (patch)
tree979099295decb173bc8599e34ad01d6d3d1686d8
parent34e100f382b56178c4183f242087148351d810a1 (diff)
downloadaur-b55c90895082ddc4e446dfed8b3581659aedb782.tar.gz
Update to v0.0501
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD12
2 files changed, 9 insertions, 9 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 0d7b0f191f0f..8fed83adcd8d 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = perl-ouch
pkgdesc = Perl module for exceptions that don't hurt
- pkgver = 0.0500
+ pkgver = 0.0501
pkgrel = 1
url = https://metacpan.org/release/Ouch
arch = any
@@ -9,8 +9,8 @@ pkgbase = perl-ouch
checkdepends = perl-test-trap
depends = perl>=5.10.1
options = !emptydirs
- source = http://search.cpan.org/CPAN/authors/id/R/RI/RIZEN/Ouch-0.0500.tar.gz
- md5sums = 9db2afc8dc3170e0f5a8f0601e670913
+ source = http://search.cpan.org/CPAN/authors/id/R/RI/RIZEN/Ouch-0.0501.tar.gz
+ md5sums = b0d22965369f5e9f23acaad993968de1
pkgname = perl-ouch
diff --git a/PKGBUILD b/PKGBUILD
index 8c9824128d75..9afbefdb081d 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@
# Generator : CPANPLUS::Dist::Arch 1.32
pkgname=perl-ouch
-pkgver=0.0500
+pkgver=0.0501
pkgrel=1
pkgdesc="Perl module for exceptions that don't hurt"
arch=('any')
@@ -11,9 +11,9 @@ url='https://metacpan.org/release/Ouch'
license=('PerlArtistic' 'GPL')
depends=('perl>=5.10.1')
checkdepends=('perl-test-trap')
-source=(http://search.cpan.org/CPAN/authors/id/R/RI/RIZEN/Ouch-0.0500.tar.gz)
+source=(http://search.cpan.org/CPAN/authors/id/R/RI/RIZEN/Ouch-0.0501.tar.gz)
options=(!emptydirs)
-md5sums=('9db2afc8dc3170e0f5a8f0601e670913')
+md5sums=('b0d22965369f5e9f23acaad993968de1')
sanitize() {
unset PERL5LIB PERL_MM_OPT PERL_MB_OPT PERL_LOCAL_LIB_ROOT
@@ -21,20 +21,20 @@ sanitize() {
}
build() {
- cd Ouch-0.0500
+ cd Ouch-0.0501
sanitize
perl Makefile.PL INSTALLDIRS=vendor
make
}
check() {
- cd Ouch-0.0500
+ cd Ouch-0.0501
sanitize
make test
}
package() {
- cd Ouch-0.0500
+ cd Ouch-0.0501
sanitize
make install DESTDIR="$pkgdir"
find "$pkgdir" -name .packlist -o -name perllocal.pod -delete