diff options
Diffstat (limited to 'main/perl-posix-strftime-compiler/APKBUILD')
-rw-r--r-- | main/perl-posix-strftime-compiler/APKBUILD | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/main/perl-posix-strftime-compiler/APKBUILD b/main/perl-posix-strftime-compiler/APKBUILD index 7bfaeacda0..65cf806458 100644 --- a/main/perl-posix-strftime-compiler/APKBUILD +++ b/main/perl-posix-strftime-compiler/APKBUILD @@ -4,9 +4,9 @@ pkgname=perl-posix-strftime-compiler _pkgreal=POSIX-strftime-Compiler pkgver=0.42 -pkgrel=0 +pkgrel=1 pkgdesc="GNU C library compatible strftime for loggers and servers" -url="http://search.cpan.org/dist/POSIX-strftime-Compiler/" +url="https://metacpan.org/release/POSIX-strftime-Compiler/" arch="noarch" license="GPL PerlArtistic" cpandepends="" @@ -14,7 +14,7 @@ cpanmakedepends="" depends="$cpandepends tzdata" makedepends="perl-dev $cpanmakedepends perl-module-build" subpackages="$pkgname-doc" -source="http://search.cpan.org/CPAN/authors/id/K/KA/KAZEBURO/$_pkgreal-$pkgver.tar.gz" +source="https://cpan.metacpan.org/authors/id/K/KA/KAZEBURO/$_pkgreal-$pkgver.tar.gz" builddir="$srcdir/$_pkgreal-$pkgver" prepare() { |