summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--perl-text-glob/PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/perl-text-glob/PKGBUILD b/perl-text-glob/PKGBUILD
index 9ad9a473e..ac773335c 100644
--- a/perl-text-glob/PKGBUILD
+++ b/perl-text-glob/PKGBUILD
@@ -12,9 +12,9 @@ options=('!emptydirs')
depends=('perl')
makedepends=()
url='http://search.mcpan.org/dist/Text-Glob'
-source=('http://search.mcpan.org/CPAN/authors/id/R/RC/RCLAMP/Text-Glob-0.09.tar.gz')
+_distdir="Text-Glob-${pkgver}"
+source=("http://search.mcpan.org/CPAN/authors/id/R/RC/RCLAMP/${_distdir}.tar.gz")
sha512sums=('9b729e4ece88ad79e1b637c7f35e5e1ecae3fd7f62c408ed4f3fcac2e8e8afff32d7d805e1b0269800aada5ae609d03335d42ac54def2797d301e91fa488ae47')
-_distdir="Text-Glob-0.09"
build() {
( export PERL_MM_USE_DEFAULT=1 PERL5LIB="" \