summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorAnton Komolov2021-01-29 01:19:19 +0300
committerAnton Komolov2021-01-29 01:19:19 +0300
commit880e182d197acdbc060195d278f1144fb7c14484 (patch)
treed2d3aae527023455455f6f2d0ebe9350acb51dac
parentbe1d221a111d7e86d0b51e1c21bba17300f033c1 (diff)
downloadaur-880e182d197acdbc060195d278f1144fb7c14484.tar.gz
Change http to https
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD6
2 files changed, 6 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 8d0d5da00bb7..426786485972 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,8 +1,8 @@
pkgbase = perl-catalyst-plugin-authentication
pkgdesc = Infrastructure plugin for the Catalyst
pkgver = 0.10023
- pkgrel = 1
- url = http://search.cpan.org/dist/Catalyst-Plugin-Authentication
+ pkgrel = 2
+ url = https://metacpan.org/release/Catalyst-Plugin-Authentication
arch = any
license = PerlArtistic
license = GPL
@@ -20,7 +20,7 @@ pkgbase = perl-catalyst-plugin-authentication
depends = perl-try-tiny
depends = perl-namespace-autoclean
options = !emptydirs
- source = http://search.cpan.org/CPAN/authors/id/B/BO/BOBTFISH/Catalyst-Plugin-Authentication-0.10023.tar.gz
+ source = https://cpan.metacpan.org/authors/id/B/BO/BOBTFISH/Catalyst-Plugin-Authentication-0.10023.tar.gz
md5sums = 6df0836bab344ef499d68ee5f50f2369
sha512sums = b0882ea35409226e1592b5f5473bdf8fdf44a1ee228837d1eaba082a94f129315533271c9077f8895af19a695c279e3f5aa649c6100b2fa17a0a0b04884c279f
diff --git a/PKGBUILD b/PKGBUILD
index dcde295ad529..acc7fae24bbf 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,15 +3,15 @@
pkgname='perl-catalyst-plugin-authentication'
_pkgname='Catalyst-Plugin-Authentication'
pkgver='0.10023'
-pkgrel='1'
+pkgrel='2'
pkgdesc="Infrastructure plugin for the Catalyst"
arch=('any')
license=('PerlArtistic' 'GPL')
options=('!emptydirs')
depends=('perl>=5.8.1' 'perl-catalyst-plugin-session>=0.10' 'perl-catalyst-runtime' 'perl-class-inspector' 'perl-mro-compat' 'perl-moose' 'perl-moosex-emulate-class-accessor-fast' 'perl-string-rewriteprefix' 'perl-try-tiny' 'perl-namespace-autoclean')
makedepends=('perl-extutils-makemaker>=6.59' 'perl-moose' 'perl-test-exception')
-url="http://search.cpan.org/dist/Catalyst-Plugin-Authentication"
-source=("http://search.cpan.org/CPAN/authors/id/B/BO/BOBTFISH/${_pkgname}-${pkgver}.tar.gz")
+url="https://metacpan.org/release/Catalyst-Plugin-Authentication"
+source=("https://cpan.metacpan.org/authors/id/B/BO/BOBTFISH/${_pkgname}-${pkgver}.tar.gz")
md5sums=('6df0836bab344ef499d68ee5f50f2369')
sha512sums=('b0882ea35409226e1592b5f5473bdf8fdf44a1ee228837d1eaba082a94f129315533271c9077f8895af19a695c279e3f5aa649c6100b2fa17a0a0b04884c279f')