diff options
Diffstat (limited to 'community/perl-test-postgresql/APKBUILD')
-rw-r--r-- | community/perl-test-postgresql/APKBUILD | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/community/perl-test-postgresql/APKBUILD b/community/perl-test-postgresql/APKBUILD index 89f364ac34..b19cecaa9d 100644 --- a/community/perl-test-postgresql/APKBUILD +++ b/community/perl-test-postgresql/APKBUILD @@ -4,9 +4,9 @@ pkgname=perl-test-postgresql _pkgreal=Test-PostgreSQL pkgver=1.27 -pkgrel=0 +pkgrel=1 pkgdesc="PostgreSQL runner for tests" -url="http://search.cpan.org/dist/Test-PostgreSQL/" +url="https://metacpan.org/release/Test-PostgreSQL/" arch="noarch" license="Artistic-2.0" cpandepends="perl-class-accessor-lite" @@ -17,7 +17,7 @@ depends="$cpandepends" makedepends="perl-dev $cpanmakedepends perl-module-install" checkdepends="perl-try-tiny" subpackages="$pkgname-doc" -source="http://search.cpan.org/CPAN/authors/id/T/TJ/TJC/$_pkgreal-$pkgver.tar.gz" +source="https://cpan.metacpan.org/authors/id/T/TJ/TJC/$_pkgreal-$pkgver.tar.gz" builddir="$srcdir/$_pkgreal-$pkgver" prepare() { |