summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authordreieck2022-03-17 16:18:40 +0100
committerdreieck2022-03-17 16:18:40 +0100
commit0fa1c8582e22a68ac2a7a1ad213f9fdb221007b9 (patch)
treeca5e214c52da0ed40b0dd0c403414f702a1a9ee4
parent35a175c93cf32879e24700e57998ce85a3b9b0f8 (diff)
downloadaur-0fa1c8582e22a68ac2a7a1ad213f9fdb221007b9.tar.gz
Changed source protocol from 'git://' to 'https://'
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 3026658328b5..6d36e6be7258 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = perl-strictures-git
pkgdesc = Turn on strict and make most warnings fatal.
pkgver = 2.000006.0+r214.20190310.ga767ae1
- pkgrel = 1
+ pkgrel = 2
url = https://metacpan.org/pod/strictures
arch = any
license = PerlArtistic
@@ -11,7 +11,7 @@ pkgbase = perl-strictures-git
provides = perl-strictures=2.000006.0+r214.20190310.ga767ae1
conflicts = perl-strictures
options = !emptydirs
- source = perl-strictures::git+git://github.com/p5sagit/strictures
+ source = perl-strictures::git+https://github.com/p5sagit/strictures
source = LICENSE.PerlArtistic.txt
sha256sums = SKIP
sha256sums = 916a330e64df209a924120bfddea0373db385eb3854e96d1a3dda6e0ea130c80
diff --git a/PKGBUILD b/PKGBUILD
index 489b44061597..e316aa7517e5 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@
_pkgname=perl-strictures
pkgname="${_pkgname}-git"
pkgver=2.000006.0+r214.20190310.ga767ae1
-pkgrel=1
+pkgrel=2
pkgdesc='Turn on strict and make most warnings fatal.'
arch=(
'any'
@@ -29,7 +29,7 @@ conflicts=(
)
options=('!emptydirs')
source=(
- "${_pkgname}::git+git://github.com/p5sagit/strictures"
+ "${_pkgname}::git+https://github.com/p5sagit/strictures"
'LICENSE.PerlArtistic.txt'
)
sha256sums=(