[arch-commits] Commit in perl-devel-leak/trunk (PKGBUILD)

Antonio Rojas arojas at archlinux.org
Fri Jun 14 22:22:00 UTC 2019


    Date: Friday, June 14, 2019 @ 22:22:00
  Author: arojas
Revision: 481575

Don't hardcode version in source

Modified:
  perl-devel-leak/trunk/PKGBUILD

----------+
 PKGBUILD |    4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2019-06-14 22:14:59 UTC (rev 481574)
+++ PKGBUILD	2019-06-14 22:22:00 UTC (rev 481575)
@@ -11,9 +11,9 @@
 options=('!emptydirs')
 depends=('perl')
 url='https://search.mcpan.org/dist/Devel-Leak'
-source=('https://search.mcpan.org/CPAN/authors/id/N/NI/NI-S/Devel-Leak-0.03.tar.gz')
+source=("https://search.mcpan.org/CPAN/authors/id/N/NI/NI-S/Devel-Leak-$pkgver.tar.gz")
 sha512sums=('177f64b87fa6ab08b93f7c5bfcbaf4421e8431bf795976a0a7efa0120828984fed29a2bc12918e5bea9ea3edccf6316ba8daf704f349aece84b45bdd11f57707')
-_distdir="Devel-Leak-0.03"
+_distdir="Devel-Leak-$pkgver"
 
 build() {
   ( export PERL_MM_USE_DEFAULT=1 PERL5LIB=""                 \



More information about the arch-commits mailing list