diff options
author | Erich Eckner <git@eckner.net> | 2016-04-21 14:15:55 +0200 |
---|---|---|
committer | Erich Eckner <git@eckner.net> | 2016-04-21 14:25:03 +0200 |
commit | 077efbc39c3e524d9065740723a8a3672b434e4d (patch) | |
tree | d5a8b36ed621b0f23a53da98c3054f01088bb8c0 /perl-module-runtime-conflicts | |
parent | fc171fe642e1cd09b82edbf23bd0698e01f4bcd7 (diff) | |
download | archlinuxewe-077efbc39c3e524d9065740723a8a3672b434e4d.tar.xz |
in perl-module-runtime-conflicts Version nicht mehr hart kodiert
Diffstat (limited to 'perl-module-runtime-conflicts')
-rw-r--r-- | perl-module-runtime-conflicts/PKGBUILD | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/perl-module-runtime-conflicts/PKGBUILD b/perl-module-runtime-conflicts/PKGBUILD index fff05c972..412771caf 100644 --- a/perl-module-runtime-conflicts/PKGBUILD +++ b/perl-module-runtime-conflicts/PKGBUILD @@ -12,9 +12,9 @@ options=('!emptydirs') depends=('perl-dist-checkconflicts' 'perl-module-runtime' 'perl-module-build-tiny') makedepends=() url='https://metacpan.org/release/Module-Runtime-Conflicts' -source=('http://search.cpan.org/CPAN/authors/id/E/ET/ETHER/Module-Runtime-Conflicts-0.002.tar.gz') +_distdir="Module-Runtime-Conflicts-${pkgver}" +source=("http://search.cpan.org/CPAN/authors/id/E/ET/ETHER/${_distdir}.tar.gz") sha512sums=('e07ee4e7707b6c8ee52afc01f7fb7e8a04fc9ab3f3e4624fa7f4011bb314aa77aa0e060c58592e3bc21d9fb6d9d83190bb655b43940e79a4d95557ce720530af') -_distdir="Module-Runtime-Conflicts-0.002" build() { ( export PERL_MM_USE_DEFAULT=1 PERL5LIB="" \ |