diff options
author | Britney Fransen <brfransen@gmail.com> | 2018-05-29 22:48:37 (GMT) |
---|---|---|
committer | Britney Fransen <brfransen@gmail.com> | 2018-05-29 22:48:37 (GMT) |
commit | a4d4a3ac7461eac9e9d788b92924c666edc46e6c (patch) | |
tree | e37813c1fc2c0abb280c3f8bae1e810a678ebd80 | |
parent | 7319c7c9d3a7d89dc595ed9b1b1df142f554c9be (diff) | |
download | linhes_pkgbuild-a4d4a3ac7461eac9e9d788b92924c666edc46e6c.zip linhes_pkgbuild-a4d4a3ac7461eac9e9d788b92924c666edc46e6c.tar.gz linhes_pkgbuild-a4d4a3ac7461eac9e9d788b92924c666edc46e6c.tar.bz2 |
perl-file-sharedir: update to 1.102
-rw-r--r-- | abs/core/perl_modules/perl-file-sharedir/PKGBUILD | 11 |
1 files changed, 6 insertions, 5 deletions
diff --git a/abs/core/perl_modules/perl-file-sharedir/PKGBUILD b/abs/core/perl_modules/perl-file-sharedir/PKGBUILD index f57b2ba..e3dd42b 100644 --- a/abs/core/perl_modules/perl-file-sharedir/PKGBUILD +++ b/abs/core/perl_modules/perl-file-sharedir/PKGBUILD @@ -1,19 +1,20 @@ -# $Id: PKGBUILD 149415 2012-02-07 16:24:01Z heftig $ +# $Id$ # Maintainer: Jan Alexander Steffens (heftig) <jan.steffens@gmail.com> # Contributor: Caleb Cushing <xenoterracide@gmail.com> pkgname=perl-file-sharedir _realname=File-ShareDir -pkgver=1.03 -pkgrel=2 +pkgver=1.102 +pkgrel=3 pkgdesc="Locate per-dist and per-module shared files" arch=(any) license=(PerlArtistic GPL) depends=(perl-class-inspector) url="http://search.cpan.org/dist/File-ShareDir" options=('!emptydirs') -source=("http://search.cpan.org/CPAN/authors/id/A/AD/ADAMK/$_realname-$pkgver.tar.gz") -md5sums=('333a0903db23b9097adfbeb37b99d561') +_author=REHSACK +source=("http://search.cpan.org/CPAN/authors/id/${_author::1}/${_author::2}/${_author}/$_realname-$pkgver.tar.gz") +md5sums=('553157f0e81cd2dabfe140ceb06cd03f') build() { cd "$srcdir/$_realname-$pkgver" |