diff options
-rw-r--r-- | perl-perlio-utf8-strict/PKGBUILD | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/perl-perlio-utf8-strict/PKGBUILD b/perl-perlio-utf8-strict/PKGBUILD index d79969d9..235bf468 100644 --- a/perl-perlio-utf8-strict/PKGBUILD +++ b/perl-perlio-utf8-strict/PKGBUILD @@ -13,9 +13,9 @@ depends=('perl') makedepends=() checkdepends=('perl-test-exception') url='https://metacpan.org/release/PerlIO-utf8_strict' -source=('http://search.cpan.org/CPAN/authors/id/L/LE/LEONT/PerlIO-utf8_strict-0.006.tar.gz') +_distdir="PerlIO-utf8_strict-${pkgver}" +source=("http://search.cpan.org/CPAN/authors/id/L/LE/LEONT/${_distdir}.tar.gz") sha512sums=('9c8423d5e60eba54d1c1ad77840d703577e3bb35333e08ef34ada64bebc8c50630e19c6d536243bfbae4197bf8143de82251122af8581813c61428c8a78111de') -_distdir="PerlIO-utf8_strict-0.006" build() { ( export PERL_MM_USE_DEFAULT=1 PERL5LIB="" \ |