diff options
Diffstat (limited to 'testing/perl-test-file/APKBUILD')
-rw-r--r-- | testing/perl-test-file/APKBUILD | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/testing/perl-test-file/APKBUILD b/testing/perl-test-file/APKBUILD index 830f9cc529..4d85974358 100644 --- a/testing/perl-test-file/APKBUILD +++ b/testing/perl-test-file/APKBUILD @@ -3,7 +3,7 @@ pkgname=perl-test-file _realname=Test-File pkgver=1.443 -pkgrel=0 +pkgrel=1 pkgdesc="A collection of test utilities for file attributes" url="https://github.com/briandfoy/test-file" arch="noarch" @@ -12,7 +12,7 @@ depends="" makedepends="perl-dev" checkdepends="perl-test-utf8" subpackages="$pkgname-doc" -source="http://search.cpan.org/CPAN/authors/id/B/BD/BDFOY/$_realname-$pkgver.tar.gz" +source="https://cpan.metacpan.org/authors/id/B/BD/BDFOY/$_realname-$pkgver.tar.gz" builddir="$srcdir/$_realname-$pkgver" build() { |