summaryrefslogtreecommitdiffstats
path: root/abs/core/perl_modules
diff options
context:
space:
mode:
authorBritney Fransen <brfransen@gmail.com>2018-05-29 22:50:10 (GMT)
committerBritney Fransen <brfransen@gmail.com>2018-05-29 22:50:10 (GMT)
commitb8f77f5fda360a4c694e0890189bf03de3b9ca29 (patch)
treea86f2e2ec119dc531eefc8120895a29733c540f3 /abs/core/perl_modules
parenta4d4a3ac7461eac9e9d788b92924c666edc46e6c (diff)
downloadlinhes_pkgbuild-b8f77f5fda360a4c694e0890189bf03de3b9ca29.zip
linhes_pkgbuild-b8f77f5fda360a4c694e0890189bf03de3b9ca29.tar.gz
linhes_pkgbuild-b8f77f5fda360a4c694e0890189bf03de3b9ca29.tar.bz2
perl-file-which: update to 1.22
Diffstat (limited to 'abs/core/perl_modules')
-rw-r--r--abs/core/perl_modules/perl-file-which/PKGBUILD13
1 files changed, 8 insertions, 5 deletions
diff --git a/abs/core/perl_modules/perl-file-which/PKGBUILD b/abs/core/perl_modules/perl-file-which/PKGBUILD
index 6ba407e..6bfc8f1 100644
--- a/abs/core/perl_modules/perl-file-which/PKGBUILD
+++ b/abs/core/perl_modules/perl-file-which/PKGBUILD
@@ -1,17 +1,20 @@
-# $Id: PKGBUILD 149416 2012-02-07 16:24:46Z heftig $
+# $Id$
# Maintainer: Jan Alexander Steffens (heftig) <jan.steffens@gmail.com
# Contributor: Charles Mauch <cmauch@gmail.com>
pkgname=perl-file-which
_realname=File-Which
-pkgver=1.09
-pkgrel=3
+pkgver=1.22
+pkgrel=1
pkgdesc="Portable implementation of which"
arch=(any)
url="http://search.cpan.org/dist/File-Which"
license=(GPL PerlArtistic)
-source=("http://www.cpan.org/authors/id/A/AD/ADAMK/${_realname}-${pkgver}.tar.gz")
-md5sums=('b9429edaad7f45caafa4d458afcfd8af')
+depends=(perl)
+options=('!emptydirs')
+_author=PLICEASE
+source=("https://www.cpan.org/authors/id/${_author:0:1}/${_author:0:2}/$_author/${_realname}-${pkgver}.tar.gz")
+md5sums=('face60fafd220dc83fa581ef6f96d480')
build() {
cd "$srcdir/${_realname}-${pkgver}"