Date: Wednesday, June 11, 2014 @ 23:59:31 Author: heftig Revision: 215044
1.102 Modified: perl-file-sharedir/trunk/PKGBUILD ----------+ PKGBUILD | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2014-06-11 21:57:04 UTC (rev 215043) +++ PKGBUILD 2014-06-11 21:59:31 UTC (rev 215044) @@ -4,8 +4,8 @@ pkgname=perl-file-sharedir _realname=File-ShareDir -pkgver=1.03 -pkgrel=2 +pkgver=1.102 +pkgrel=1 pkgdesc="Locate per-dist and per-module shared files" arch=(any) license=(PerlArtistic GPL) @@ -12,8 +12,9 @@ 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"
