update source for perl-kwalify PKGBUILD

This commit is contained in:
Cedric Girard 2014-06-20 14:37:49 +02:00
parent 6b2f6d588c
commit b7e7fab963
1 changed files with 1 additions and 1 deletions

View File

@ -10,7 +10,7 @@ url="http://search.cpan.org/~$_author/$_perlmod-$pkgver/"
license=('GPL' 'PerlArtistic')
depends=('perl>=5.10.0')
options=(!emptydirs)
source=(http://cpan.perl.org/modules/by-authors/id/$_author/$_perlmod-$pkgver.tar.gz)
source=(http://cpan.perl.org/modules/by-authors/id/${_author:0:1}/${_author:0:2}/$_author/$_perlmod-$pkgver.tar.gz)
md5sums=('7a2e7ae407493e597108aa1dbfe0226b')
build() {