summaryrefslogtreecommitdiff
path: root/pcr/perl-sys-mmap
diff options
context:
space:
mode:
authorcoadde [Márcio Alexandre Silva Delgado] <coadde@parabola.nu>2015-05-01 04:11:20 -0300
committercoadde [Márcio Alexandre Silva Delgado] <coadde@parabola.nu>2015-05-01 04:11:20 -0300
commit6cbb4856878cd40a98b794d44c499ce24919ba9f (patch)
tree2519e02c824ebe19f49bca9c9e45c7d8542af72a /pcr/perl-sys-mmap
parentb9c634c914000edcc3faba77b668a883582c386c (diff)
add and update perl-* packages
Diffstat (limited to 'pcr/perl-sys-mmap')
-rw-r--r--pcr/perl-sys-mmap/PKGBUILD15
1 files changed, 8 insertions, 7 deletions
diff --git a/pcr/perl-sys-mmap/PKGBUILD b/pcr/perl-sys-mmap/PKGBUILD
index 4f910fa0c..18c93bd5e 100644
--- a/pcr/perl-sys-mmap/PKGBUILD
+++ b/pcr/perl-sys-mmap/PKGBUILD
@@ -1,21 +1,22 @@
-# CPAN Name : Sys-Mmap
+# CPAN Name : Sys-Mmap
# Contributor (Arch): John D Jones III <j[nospace]n[nospace]b[nospace]e[nospace]k[nospace]1972 -_AT_- the domain name google offers a mail service at ending in dot com>
-# Generator : CPANPLUS::Dist::Arch 1.25
+# Generator (Arch): CPANPLUS::Dist::Arch 1.25
+# Contributor : Márcio Silva <coadde@parabola.nu>
pkgname='perl-sys-mmap'
-pkgver='0.16'
-pkgrel='3'
+pkgver='0.17'
+pkgrel='1'
pkgdesc="uses mmap to map in a file as a Perl variable"
arch=('i686' 'x86_64' 'mips64el')
-license=('PerlArtistic' 'GPL')
+license=('GPL1')
options=('!emptydirs')
depends=('perl')
makedepends=()
url='http://search.cpan.org/dist/Sys-Mmap'
-source=('http://search.cpan.org/CPAN/authors/id/T/TO/TODDR/Sys-Mmap-0.16.tar.gz')
+source=("http://search.cpan.org/CPAN/authors/id/T/TO/TODDR/Sys-Mmap-$pkgver.tar.gz")
md5sums=('faae869e876fa86f92e6de3f13af3aef')
sha512sums=('9f533f8eaa2707a77fa69dc0163e5e55b13d6653ddb5f7850c3fcaa090c79069cccedb947c1b8cd5a125fd7b055803eff437697c120785f422bff0414be7cd05')
-_distdir="Sys-Mmap-0.16"
+_distdir="Sys-Mmap-$pkgver"
build() {
( export PERL_MM_USE_DEFAULT=1 PERL5LIB="" \