summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorKrzysztof AS (3ED)2020-12-14 20:17:30 +0100
committerKrzysztof AS (3ED)2020-12-14 20:17:30 +0100
commitdd30e93b315f83d76ac6f8f3fb91762f711ccb3e (patch)
tree91f017ef6b4cc02646c1cf88c36daac621347adc
parent86157695756b9a7bd285e9707b76887e1f8826d5 (diff)
downloadaur-perl-parse-pmfile.tar.gz
update
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 82435c0f04de..e92aa8fa3df0 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,14 +1,14 @@
pkgbase = perl-parse-pmfile
pkgdesc = parses .pm file as PAUSE does
- pkgver = 0.42
+ pkgver = 0.43
pkgrel = 1
url = http://search.cpan.org/dist/Parse-PMFile/
arch = any
license = PerlArtistic
license = GPL
depends = perl-json-pp
- source = http://search.cpan.org/CPAN/authors/id/I/IS/ISHIGAKI/Parse-PMFile-0.42.tar.gz
- sha256sums = e7f6c70932b86eb4a2426569e33d2b651b52a24e5d0c0dcb3849d045b52c736c
+ source = http://search.cpan.org/CPAN/authors/id/I/IS/ISHIGAKI/Parse-PMFile-0.43.tar.gz
+ sha256sums = be61e807204738cf0c52ed321551992fdc7fa8faa43ed43ff489d0c269900623
pkgname = perl-parse-pmfile
diff --git a/PKGBUILD b/PKGBUILD
index db46b559cbdb..0211ccb3685f 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@
pkgname=perl-parse-pmfile
_lastauthor=I/IS/ISHIGAKI
_pkgname=Parse-PMFile
-pkgver=0.42
+pkgver=0.43
pkgrel=1
pkgdesc='parses .pm file as PAUSE does'
arch=('any')
@@ -11,7 +11,7 @@ license=('PerlArtistic' 'GPL')
depends=(perl-json-pp)
url="http://search.cpan.org/dist/${_pkgname}/"
source=(http://search.cpan.org/CPAN/authors/id/${_lastauthor}/${_pkgname}-${pkgver}.tar.gz)
-sha256sums=('e7f6c70932b86eb4a2426569e33d2b651b52a24e5d0c0dcb3849d045b52c736c')
+sha256sums=('be61e807204738cf0c52ed321551992fdc7fa8faa43ed43ff489d0c269900623')
build() {
export PERL_MM_USE_DEFAULT=1 PERL_AUTOINSTALL="--skipdeps" \