diff options
author | Erich Eckner <git@eckner.net> | 2016-04-21 14:18:07 +0200 |
---|---|---|
committer | Erich Eckner <git@eckner.net> | 2016-04-21 14:25:04 +0200 |
commit | 31e18a812ec1bc0a72faf393325b3d4c52f26885 (patch) | |
tree | b60c6c0fe4f618e7c67c1f4f1ff8a8d1c27141b0 /perl-perlio-utf8-strict | |
parent | d52281c5315fa36813f9e64014ce5ee6ce98c489 (diff) | |
download | archlinuxewe-31e18a812ec1bc0a72faf393325b3d4c52f26885.tar.xz |
in perl-perlio-utf8-strict Version nicht mehr hart kodiert
Diffstat (limited to 'perl-perlio-utf8-strict')
-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 d79969d95..235bf468d 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="" \ |