summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index d2ab0e734f69..ffa861e06cbc 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -2,13 +2,13 @@ pkgbase = perl-test-use-ok
pkgdesc = Alternative to Test::More::use_ok
pkgver = 0.11
pkgrel = 5
- url = http://search.mcpan.org/dist/Test-use-ok
+ url = https://search.mcpan.org/dist/Test-use-ok
arch = any
license = GPL
license = PerlArtistic
depends = perl>=5.8.9
options = !emptydirs
- source = http://search.cpan.org/CPAN/authors/id/A/AU/AUDREYT/Test-use-ok-0.11.tar.gz
+ source = https://search.cpan.org/CPAN/authors/id/A/AU/AUDREYT/Test-use-ok-0.11.tar.gz
sha256sums = 8410438a2acf127bffcf1ab92205b747a615b487e80a48e8c3d0bb9fa0dbb2a8
pkgname = perl-test-use-ok
diff --git a/PKGBUILD b/PKGBUILD
index c64730c07dc9..ab433f5269f4 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -8,11 +8,11 @@ pkgver=0.11
pkgrel=5
pkgdesc="Alternative to Test::More::use_ok"
arch=('any')
-url="http://search.mcpan.org/dist/$_distname"
+url="https://search.mcpan.org/dist/$_distname"
license=('GPL' 'PerlArtistic')
depends=('perl>=5.8.9')
options=(!emptydirs)
-source=("http://search.cpan.org/CPAN/authors/id/A/AU/AUDREYT/$_distname-$pkgver.tar.gz")
+source=("https://search.cpan.org/CPAN/authors/id/A/AU/AUDREYT/$_distname-$pkgver.tar.gz")
sha256sums=('8410438a2acf127bffcf1ab92205b747a615b487e80a48e8c3d0bb9fa0dbb2a8')
build() {