aboutsummaryrefslogtreecommitdiffstats
path: root/community/perl-unicode-normalize/APKBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'community/perl-unicode-normalize/APKBUILD')
-rw-r--r--community/perl-unicode-normalize/APKBUILD6
1 files changed, 3 insertions, 3 deletions
diff --git a/community/perl-unicode-normalize/APKBUILD b/community/perl-unicode-normalize/APKBUILD
index 787d6a17e64..4ddf2e54366 100644
--- a/community/perl-unicode-normalize/APKBUILD
+++ b/community/perl-unicode-normalize/APKBUILD
@@ -4,9 +4,9 @@
pkgname=perl-unicode-normalize
_pkgreal=Unicode-Normalize
pkgver=1.26
-pkgrel=2
+pkgrel=3
pkgdesc="Unicode Normalization Forms"
-url="http://search.cpan.org/dist/Unicode-Normalize/"
+url="https://metacpan.org/release/Unicode-Normalize/"
arch="all"
license="GPL PerlArtistic"
cpandepends=""
@@ -14,7 +14,7 @@ cpanmakedepends=" "
depends="$cpandepends"
makedepends="perl-dev $cpanmakedepends"
subpackages="$pkgname-doc"
-source="http://search.cpan.org/CPAN/authors/id/K/KH/KHW/$_pkgreal-$pkgver.tar.gz"
+source="https://cpan.metacpan.org/authors/id/K/KH/KHW/$_pkgreal-$pkgver.tar.gz"
builddir="$srcdir/$_pkgreal-$pkgver"
build() {