aboutsummaryrefslogtreecommitdiffstats
path: root/main/perl-file-copy-recursive/APKBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'main/perl-file-copy-recursive/APKBUILD')
-rw-r--r--main/perl-file-copy-recursive/APKBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/main/perl-file-copy-recursive/APKBUILD b/main/perl-file-copy-recursive/APKBUILD
index 60875fd27f..f36edc9669 100644
--- a/main/perl-file-copy-recursive/APKBUILD
+++ b/main/perl-file-copy-recursive/APKBUILD
@@ -3,7 +3,7 @@
pkgname=perl-file-copy-recursive
pkgver=0.45
_realname=File-Copy-Recursive-$pkgver
-pkgrel=0
+pkgrel=1
pkgdesc="Perl extension for recursively copying files and directories"
url="https://metacpan.org/release/File-Copy-Recursive"
arch="noarch"
@@ -12,7 +12,7 @@ makedepends="perl-dev"
checkdepends="perl-test-deep perl-test-exception"
options="!check" # requires several new pkgs which will ! begin in main
subpackages="$pkgname-doc"
-source="http://search.cpan.org/CPAN/authors/id/D/DM/DMUEY/$_realname.tar.gz"
+source="https://cpan.metacpan.org/authors/id/D/DM/DMUEY/$_realname.tar.gz"
builddir="$srcdir/$_realname"