summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorAnton Komolov2016-10-31 11:34:32 +0300
committerAnton Komolov2016-10-31 11:34:32 +0300
commit3740c3accd321488fc4904735ae096840524ab3e (patch)
treed67340db9b656d7a09709864cbb995a82ba965de
parent713d7b3c2e0f120fd60215523d44207558a1024d (diff)
downloadaur-3740c3accd321488fc4904735ae096840524ab3e.tar.gz
Update to 1.44
-rw-r--r--.SRCINFO10
-rw-r--r--PKGBUILD6
2 files changed, 9 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 82b996de0eb6..0c8f7dfb869a 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,9 @@
+# Generated by makepkg 5.0.1
+# Mon Oct 31 08:33:22 UTC 2016
pkgbase = perl-cache-fastmmap
pkgdesc = Uses an mmap'ed file to act as a shared memory interprocess cache
- pkgver = 1.40
- pkgrel = 3
+ pkgver = 1.44
+ pkgrel = 1
url = http://search.cpan.org/dist/Cache-FastMmap
arch = i686
arch = x86_64
@@ -10,8 +12,8 @@ pkgbase = perl-cache-fastmmap
makedepends = perl-extutils-makemaker
depends = perl
options = !emptydirs
- source = http://search.cpan.org/CPAN/authors/id/R/RO/ROBM/Cache-FastMmap-1.40.tar.gz
- sha512sums = 55c038cc99b4f6177f45f1610c72a57eb893bfc4598909a6f10352422b8c64376e938b1b175dd417667f7fb0732a420e23bb037ce51b16ee2db2d1a712c892d1
+ source = http://search.cpan.org/CPAN/authors/id/R/RO/ROBM/Cache-FastMmap-1.44.tar.gz
+ sha512sums = 35ac9ef19fe8f7857d3d999274fcfb8fb3b62524e29db5dde846ab51e77a0166b48e063ece4e1621f4ad53a3264ac607879e3a0ae4decaf1d3a16c4284b4b6ce
pkgname = perl-cache-fastmmap
diff --git a/PKGBUILD b/PKGBUILD
index fe558b179d39..d6ed5ad3edf8 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,8 +3,8 @@
pkgname='perl-cache-fastmmap'
_pkgname='Cache-FastMmap'
-pkgver='1.40'
-pkgrel='3'
+pkgver='1.44'
+pkgrel='1'
pkgdesc="Uses an mmap'ed file to act as a shared memory interprocess cache"
arch=('i686' 'x86_64')
license=('PerlArtistic' 'GPL')
@@ -13,7 +13,7 @@ depends=('perl')
makedepends=('perl-extutils-makemaker')
url="http://search.cpan.org/dist/Cache-FastMmap"
source=("http://search.cpan.org/CPAN/authors/id/R/RO/ROBM/${_pkgname}-${pkgver}.tar.gz")
-sha512sums=('55c038cc99b4f6177f45f1610c72a57eb893bfc4598909a6f10352422b8c64376e938b1b175dd417667f7fb0732a420e23bb037ce51b16ee2db2d1a712c892d1')
+sha512sums=('35ac9ef19fe8f7857d3d999274fcfb8fb3b62524e29db5dde846ab51e77a0166b48e063ece4e1621f4ad53a3264ac607879e3a0ae4decaf1d3a16c4284b4b6ce')
build() {
( export PERL_MM_USE_DEFAULT=1 PERL5LIB="" \