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 0bd8215629a2..68b7c9a768a8 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,8 +1,8 @@
pkgbase = perl-cgi-psgi
pkgdesc = Adapt CGI.pm to the PSGI protocol
pkgver = 0.15
- pkgrel = 3
- url = http://search.cpan.org/~miyagawa/CGI-PSGI-0.15/
+ pkgrel = 4
+ url = https://search.cpan.org/~miyagawa/CGI-PSGI-0.15/
arch = any
license = GPL
license = PerlArtistic
diff --git a/PKGBUILD b/PKGBUILD
index 5685dd8a998f..eb6050941dbe 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -5,10 +5,10 @@
pkgname=perl-cgi-psgi
_cpanname="CGI-PSGI"
pkgver=0.15
-pkgrel=3
+pkgrel=4
pkgdesc="Adapt CGI.pm to the PSGI protocol"
arch=('any')
-url="http://search.cpan.org/~miyagawa/$_cpanname-$pkgver/"
+url="https://search.cpan.org/~miyagawa/$_cpanname-$pkgver/"
license=('GPL' 'PerlArtistic')
depends=('perl')
options=('!emptydirs')