summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD10
1 files changed, 5 insertions, 5 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 6043f9889523..863829b83ca4 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,17 +1,17 @@
-# Maintainer: mutantmonkey <aur@mutantmonkey.in>
+# Maintainer: Ordoban <dirk.langer@vvovgonik.de>
_author=chamas
_perlmod=Tie-Cache
pkgname=perl-tie-cache
-pkgver=0.19
-pkgrel=2
+pkgver=0.21
+pkgrel=1
pkgdesc="LRU Cache in memory"
arch=('any')
url="http://search.cpan.org/~$_author/$_perlmod-$pkgver/"
license=('GPL' 'PerlArtistic')
depends=('perl>=5.10.0')
options=(!emptydirs)
-source=(http://search.cpan.org/CPAN/authors/id/C/CH/CHAMAS/Tie-Cache-$pkgver.tar.gz)
-sha256sums=('29065e9327d4d389131242bdd787c46126c5cc0c6656fdbc0454950e4660561b')
+source=(https://cpan.metacpan.org/authors/id/C/CH/CHAMAS/${_perlmod}-${pkgver}.tar.gz)
+md5sums=('8210f295e8676c8540a5934f88bf5fed')
build() {
cd "$srcdir/$_perlmod-$pkgver"