diff options
author | Andreas Grapentin <andreas@grapentin.org> | 2018-01-22 18:52:56 +0100 |
---|---|---|
committer | Andreas Grapentin <andreas@grapentin.org> | 2018-01-22 18:52:56 +0100 |
commit | 2fc29da234077856db60a1a4eac52f161d0829b4 (patch) | |
tree | db660f375c165d78b374f96f279df963f75992ad /pcr/perl-sys-mmap | |
parent | 1dc3d24ff19bf86e460de65d9cdfc24440b20fd1 (diff) | |
download | abslibre-2fc29da234077856db60a1a4eac52f161d0829b4.tar.gz abslibre-2fc29da234077856db60a1a4eac52f161d0829b4.tar.bz2 abslibre-2fc29da234077856db60a1a4eac52f161d0829b4.zip |
pcr/perl-sys-mmap: updated to 0.19
Diffstat (limited to 'pcr/perl-sys-mmap')
-rw-r--r-- | pcr/perl-sys-mmap/PKGBUILD | 25 |
1 files changed, 14 insertions, 11 deletions
diff --git a/pcr/perl-sys-mmap/PKGBUILD b/pcr/perl-sys-mmap/PKGBUILD index fa5d3382d..4306192dd 100644 --- a/pcr/perl-sys-mmap/PKGBUILD +++ b/pcr/perl-sys-mmap/PKGBUILD @@ -1,21 +1,24 @@ -# 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 (Arch): CPANPLUS::Dist::Arch 1.25 +# Contributor (AUR): John D Jones III AKA jnbek <jnbek1972 -_AT_- g m a i l -_Dot_- com> +# Generator (AUR): CPANPLUS::Dist::Arch 1.32 # Contributor: Márcio Silva <coadde@hyperbola.info> +# parabola changes and rationale: +# no changes. + pkgname='perl-sys-mmap' -pkgver='0.17' -pkgrel='2' +pkgver='0.19' +pkgrel='1' pkgdesc="uses mmap to map in a file as a Perl variable" -arch=('i686' 'x86_64') -license=('GPL1') +arch=('i686' 'x86_64' 'armv7h') +license=('PerlArtistic' 'GPL') 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-$pkgver.tar.gz") -md5sums=('1fc827d67d468c594ab486c58047d57c') -_distdir="Sys-Mmap-$pkgver" +url='https://metacpan.org/release/Sys-Mmap' +source=('http://search.cpan.org/CPAN/authors/id/S/SW/SWALTERS/Sys-Mmap-0.19.tar.gz') +md5sums=('990c9106a88dc843035f7bcb109e6c0e') +sha512sums=('4e6409cddd13322b4cdaad832e6d0233776e51098b499fd05d8e642e547eb1ed7add5bb9fb339e69048a3293140098e282b51698eb6d188ace71ad58c1628556') +_distdir="Sys-Mmap-0.19" build() { ( export PERL_MM_USE_DEFAULT=1 PERL5LIB="" \ |