diff options
author | coadde [Márcio Alexandre Silva Delgado] <coadde@parabola.nu> | 2015-05-01 04:11:20 -0300 |
---|---|---|
committer | coadde [Márcio Alexandre Silva Delgado] <coadde@parabola.nu> | 2015-05-01 04:11:20 -0300 |
commit | 6cbb4856878cd40a98b794d44c499ce24919ba9f (patch) | |
tree | 2519e02c824ebe19f49bca9c9e45c7d8542af72a /pcr/perl-text-glob | |
parent | b9c634c914000edcc3faba77b668a883582c386c (diff) |
add and update perl-* packages
Diffstat (limited to 'pcr/perl-text-glob')
-rw-r--r-- | pcr/perl-text-glob/PKGBUILD | 15 |
1 files changed, 8 insertions, 7 deletions
diff --git a/pcr/perl-text-glob/PKGBUILD b/pcr/perl-text-glob/PKGBUILD index 80f8bd968..c9b20d67c 100644 --- a/pcr/perl-text-glob/PKGBUILD +++ b/pcr/perl-text-glob/PKGBUILD @@ -1,22 +1,23 @@ -# CPAN Name : Text-Glob +# CPAN Name : Text-Glob # Contributor (Arch): Alan Young <harleypig@gmail.com> -# Generator : CPANPLUS::Dist::Arch 1.21 -# Maintainer : Parabola GNU / Linux-libre Aurelien Desbrieres <aurelien@cwb.io> +# Generator (Arch): CPANPLUS::Dist::Arch 1.21 +# Maintainer : Parabola GNU / Linux-libre Aurelien Desbrieres <aurelien@cwb.io> +# Contributor : Márcio Silva <coadde@parabola.nu> pkgname='perl-text-glob' pkgver='0.09' -pkgrel='2' +pkgrel='3' pkgdesc="match globbing patterns against text" arch=('any') -license=('PerlArtistic' 'GPL') +license=('GPL1') options=('!emptydirs') depends=('perl') makedepends=() url='http://search.cpan.org/dist/Text-Glob' -source=('http://search.cpan.org/CPAN/authors/id/R/RC/RCLAMP/Text-Glob-0.09.tar.gz') +source=("http://search.cpan.org/CPAN/authors/id/R/RC/RCLAMP/Text-Glob-$pkgver.tar.gz") md5sums=('1daa10e087f891c49b720a5c551a024b') sha512sums=('9b729e4ece88ad79e1b637c7f35e5e1ecae3fd7f62c408ed4f3fcac2e8e8afff32d7d805e1b0269800aada5ae609d03335d42ac54def2797d301e91fa488ae47') -_distdir="${srcdir}/Text-Glob-0.09" +_distdir="${srcdir}/Text-Glob-$pkgver" build() { ( export PERL_MM_USE_DEFAULT=1 PERL5LIB="" \ |