Date: Wednesday, May 6, 2015 @ 01:29:40 Author: heftig Revision: 238524
1.18 Modified: perl-file-which/trunk/PKGBUILD ----------+ PKGBUILD | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2015-05-05 23:05:39 UTC (rev 238523) +++ PKGBUILD 2015-05-05 23:29:40 UTC (rev 238524) @@ -4,8 +4,8 @@ pkgname=perl-file-which _realname=File-Which -pkgver=1.09 -pkgrel=4 +pkgver=1.18 +pkgrel=1 pkgdesc="Portable implementation of which" arch=(any) url="http://search.cpan.org/dist/File-Which" @@ -12,8 +12,9 @@ license=(GPL PerlArtistic) depends=(perl) options=('!emptydirs') -source=("http://www.cpan.org/authors/id/A/AD/ADAMK/${_realname}-${pkgver}.tar.gz") -md5sums=('b9429edaad7f45caafa4d458afcfd8af') +_author=PLICEASE +source=("http://www.cpan.org/authors/id/${_author:0:1}/${_author:0:2}/$_author/${_realname}-${pkgver}.tar.gz") +md5sums=('554bfb36568d828fbeee64f4b9a9faa8') build() { cd "$srcdir/${_realname}-${pkgver}"
