diff options
| author | J0WI <J0WI@users.noreply.github.com> | 2020-02-01 15:03:20 +0100 |
|---|---|---|
| committer | Leo <thinkabit.ukim@gmail.com> | 2020-02-02 00:09:45 +0100 |
| commit | fff27077ac283fb9be674a1200c41c85b828f9c8 (patch) | |
| tree | e5232bc3fba4254769613f3963f6c32e324cfd4d /testing/perl-test-utf8 | |
| parent | d2d8c7385b0582928d8ffa96eea86888c8511c25 (diff) | |
| download | aports-fff27077ac283fb9be674a1200c41c85b828f9c8.tar.bz2 aports-fff27077ac283fb9be674a1200c41c85b828f9c8.tar.xz | |
testing: update all cpan urls to metacpan.org
Diffstat (limited to 'testing/perl-test-utf8')
| -rw-r--r-- | testing/perl-test-utf8/APKBUILD | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/testing/perl-test-utf8/APKBUILD b/testing/perl-test-utf8/APKBUILD index 8a3affeaae..c3f7f80006 100644 --- a/testing/perl-test-utf8/APKBUILD +++ b/testing/perl-test-utf8/APKBUILD @@ -3,7 +3,7 @@ pkgname=perl-test-utf8 _realname=Test-utf8 pkgver=1.01 -pkgrel=0 +pkgrel=1 pkgdesc="A collection of tests useful for dealing with utf8 strings" url="https://github.com/2shortplanks/Test-utf8" arch="noarch" @@ -11,7 +11,7 @@ license="PerlArtistic" depends="" makedepends="perl-dev perl-module-install" subpackages="$pkgname-doc" -source="http://search.cpan.org/CPAN/authors/id/M/MA/MARKF/$_realname-$pkgver.tar.gz" +source="https://cpan.metacpan.org/authors/id/M/MA/MARKF/$_realname-$pkgver.tar.gz" builddir="$srcdir/$_realname-$pkgver" build() { |
