summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD6
1 files changed, 3 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 24d376bb318e..48b8e3e748ab 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -6,7 +6,7 @@ _cpan_author=mramberg
_cpan_version=0.1
_cpan_md5=55fea6cdaa85433060c3d55a4982272e
-pkgrel=2
+pkgrel=3
pkgname=perl-${_cpan_name,,}
pkgdesc=$_cpan_desc
pkgver=$_cpan_version
@@ -17,8 +17,8 @@ checkdepends=()
_cpan_path=${_cpan_author:0:1}/${_cpan_author:0:2}/${_cpan_author}
-url="http://search.cpan.org/~${_cpan_author}/${_cpan_name}-$pkgver"
-source=("http://search.cpan.org/CPAN/authors/id/${_cpan_path^^}/${_cpan_name}-$pkgver.tar.gz")
+url="https://search.cpan.org/~${_cpan_author}/${_cpan_name}-$pkgver"
+source=("https://search.cpan.org/CPAN/authors/id/${_cpan_path^^}/${_cpan_name}-$pkgver.tar.gz")
options=(!emptydirs)
arch=('any')