diff options
Diffstat (limited to 'community/perl-class-trigger/APKBUILD')
-rw-r--r-- | community/perl-class-trigger/APKBUILD | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/community/perl-class-trigger/APKBUILD b/community/perl-class-trigger/APKBUILD index 0f4984deee..d991b01430 100644 --- a/community/perl-class-trigger/APKBUILD +++ b/community/perl-class-trigger/APKBUILD @@ -4,9 +4,9 @@ pkgname=perl-class-trigger _pkgreal=Class-Trigger pkgver=0.14 -pkgrel=2 +pkgrel=3 pkgdesc="Mixin to add / call inheritable triggers" -url="http://search.cpan.org/dist/Class-Trigger/" +url="https://metacpan.org/release/Class-Trigger/" arch="noarch" license="GPL PerlArtistic" cpandepends="perl-io-stringy" @@ -14,7 +14,7 @@ cpanmakedepends="" depends="$cpandepends" makedepends="perl-dev $cpanmakedepends perl-module-install" subpackages="$pkgname-doc" -source="http://search.cpan.org/CPAN/authors/id/M/MI/MIYAGAWA/$_pkgreal-$pkgver.tar.gz" +source="https://cpan.metacpan.org/authors/id/M/MI/MIYAGAWA/$_pkgreal-$pkgver.tar.gz" builddir="$srcdir/$_pkgreal-$pkgver" |