summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index ef9ac0bf4d5b..ed364f23bea9 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = perl-dist-zilla
pkgdesc = distribution builder; installer not included!
- pkgver = 6.030
+ pkgver = 6.031
pkgrel = 1
url = https://metacpan.org/release/Dist-Zilla
arch = any
@@ -57,7 +57,7 @@ pkgbase = perl-dist-zilla
optdepends = perl-ppi-xs: Minor XS acceleration for PPI
optdepends = perl-term-readline-gnu: GNU Readline XS library wrapper
options = !emptydirs
- source = http://search.cpan.org/CPAN/authors/id/R/RJ/RJBS/Dist-Zilla-6.030.tar.gz
- md5sums = 0b66401b4ca397c33de47a7fbdc34efd
+ source = http://search.cpan.org/CPAN/authors/id/R/RJ/RJBS/Dist-Zilla-6.031.tar.gz
+ md5sums = 7181498be16f4d54a16b567b26ee6ba5
pkgname = perl-dist-zilla
diff --git a/PKGBUILD b/PKGBUILD
index b723c779ad82..a65b3fa474d8 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@
# Contributor: John D Jones III AKA jnbek <jnbek1972 -_AT_- g m a i l -_Dot_- com>
_distname=Dist-Zilla
pkgname=perl-dist-zilla
-pkgver=6.030
+pkgver=6.031
pkgrel=1
pkgdesc="distribution builder; installer not included!"
arch=('any')
@@ -61,7 +61,7 @@ optdepends=('perl-archive-tar-wrapper: API wrapper around the tar utility'
'perl-term-readline-gnu: GNU Readline XS library wrapper')
options=('!emptydirs')
source=("http://search.cpan.org/CPAN/authors/id/R/RJ/RJBS/$_distname-$pkgver.tar.gz")
-md5sums=('0b66401b4ca397c33de47a7fbdc34efd')
+md5sums=('7181498be16f4d54a16b567b26ee6ba5')
build() {
( export PERL_MM_USE_DEFAULT=1 PERL5LIB="" \