diff options
Diffstat (limited to 'testing/perl-dancer-plugin-dbic/APKBUILD')
-rw-r--r-- | testing/perl-dancer-plugin-dbic/APKBUILD | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/testing/perl-dancer-plugin-dbic/APKBUILD b/testing/perl-dancer-plugin-dbic/APKBUILD index f6157203b3..ff8a58ca62 100644 --- a/testing/perl-dancer-plugin-dbic/APKBUILD +++ b/testing/perl-dancer-plugin-dbic/APKBUILD @@ -4,7 +4,7 @@ pkgname=perl-dancer-plugin-dbic _pkgreal=Dancer-Plugin-DBIC pkgver=0.2104 -pkgrel=2 +pkgrel=3 pkgdesc="DBIx::Class interface for Dancer applications" url="https://metacpan.org/release/Dancer-Plugin-DBIC" arch="noarch !armv7" @@ -16,7 +16,7 @@ depends="$cpandepends" makedepends="perl-dev" checkdepends="$cpancheckdepends" subpackages="$pkgname-doc" -source="http://search.cpan.org/CPAN/authors/id/I/IR/IRONCAMEL/$_pkgreal-$pkgver.tar.gz" +source="https://cpan.metacpan.org/authors/id/I/IR/IRONCAMEL/$_pkgreal-$pkgver.tar.gz" builddir="$srcdir/$_pkgreal-$pkgver" prepare() { |