diff options
Diffstat (limited to 'community/perl-data-uniqid')
-rw-r--r-- | community/perl-data-uniqid/APKBUILD | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/community/perl-data-uniqid/APKBUILD b/community/perl-data-uniqid/APKBUILD index 34bd827f18..cd965fafe8 100644 --- a/community/perl-data-uniqid/APKBUILD +++ b/community/perl-data-uniqid/APKBUILD @@ -3,9 +3,9 @@ pkgname=perl-data-uniqid pkgver=0.12 _realname=Data-Uniqid -pkgrel=1 +pkgrel=2 pkgdesc="Perl extension for simple generation of unique id's" -url="http://search.cpan.org/dist/Data-Uniqid/" +url="https://metacpan.org/release/Data-Uniqid/" arch="noarch" license="GPL PerlArtistic" cpandepends="" @@ -13,7 +13,7 @@ cpanmakedepends="" depends="$cpandepends" makedepends="perl-dev $cpanmakedepends" subpackages="$pkgname-doc" -source="http://search.cpan.org/CPAN/authors/id/M/MW/MWX/$_realname-$pkgver.tar.gz" +source="https://cpan.metacpan.org/authors/id/M/MW/MWX/$_realname-$pkgver.tar.gz" builddir="$srcdir/$_realname-$pkgver" |