diff options
-rw-r--r-- | perl-specio/PKGBUILD | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/perl-specio/PKGBUILD b/perl-specio/PKGBUILD index 02abe5f49..334e97e5b 100644 --- a/perl-specio/PKGBUILD +++ b/perl-specio/PKGBUILD @@ -1,7 +1,7 @@ # Maintainer: Erich Eckner <arch at eckner dot net> pkgname='perl-specio' -pkgver=0.16 +pkgver=0.17 pkgrel=1 pkgdesc='Type constraints and coercions for Perl' arch=('any') @@ -26,7 +26,7 @@ checkdepends=( url='https://metacpan.org/release/Specio' _distdir="Specio-${pkgver}" source=("https://cpan.metacpan.org/authors/id/D/DR/DROLSKY/${_distdir}.tar.gz") -sha512sums=('e47c173e22b5c9804eb097c984801f35ad4a947b6b253a056354ca0ec0841db5d5eea4964ad69d775c30e9ad6847b42270bf9ea5a6f6acea951dc8159b24c8b0') +sha512sums=('662b83cdac883546a22b17c3211d70ff7dd5659ad8a383c3bb8e3011903a22d48e88047bc01c4ca5cc18c854417f06df625db993fea216f256309eeb1fa004a1') build() { ( export PERL_MM_USE_DEFAULT=1 PERL5LIB="" \ |