update source for perl-kwalify PKGBUILD

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

View File

@ -8,7 +8,7 @@ pkgbase = perl-kwalify
license = PerlArtistic
depends = perl>=5.10.0
options = !emptydirs
source = http://cpan.perl.org/modules/by-authors/id/SREZIC/Kwalify-1.22.tar.gz
source = http://cpan.perl.org/modules/by-authors/id/S/SR/SREZIC/Kwalify-1.22.tar.gz
md5sums = 7a2e7ae407493e597108aa1dbfe0226b
pkgname = perl-kwalify

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() {