update source for perl-kwalify PKGBUILD
This commit is contained in:
parent
1fc7fd1e75
commit
fb52536929
2 changed files with 2 additions and 2 deletions
2
.SRCINFO
2
.SRCINFO
|
@ -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
|
||||
|
|
2
PKGBUILD
2
PKGBUILD
|
@ -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() {
|
||||
|
|
Loading…
Reference in a new issue