summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authordreieck2022-04-10 20:31:35 +0200
committerdreieck2022-04-10 20:31:35 +0200
commit180bb4b525acb31680de28c3c2133a10ad01ff60 (patch)
treef7a1207fe6389c14e0ece07b30e091b08abcdc47
parentc5e110c0c02e49d770ac93c3a77ee741ba9fb358 (diff)
downloadaur-180bb4b525acb31680de28c3c2133a10ad01ff60.tar.gz
Changed source protocol from `git+git://` to `git+https://`.
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 01b395a7c932..1f4bc60d2ab5 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = widelands-git
pkgdesc = An elaborate realtime multiplayer strategy game with emphasis on economy and transport - development version. In the spirit of BlueByte's 'Siedler II/ Settlers 2'.
pkgver = 21+r24821_20200828_7f72ddf
- pkgrel = 5
+ pkgrel = 6
epoch = 0
url = http://widelands.org/
arch = aarch64
@@ -29,7 +29,7 @@ pkgbase = widelands-git
conflicts = widelands-data
replaces = widelands-bzr<=21+r24821_20200828_7f72ddf
options = !strip
- source = widelands::git+git://github.com/widelands/widelands.git
+ source = widelands::git+https://github.com/widelands/widelands.git
sha256sums = SKIP
pkgname = widelands-git
diff --git a/PKGBUILD b/PKGBUILD
index 8b29769d0189..3ff2ed4e3914 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -7,7 +7,7 @@ pkgname="${_pkgname}-git"
epoch=0
_pkgver=latest
pkgver=21+r24821_20200828_7f72ddf
-pkgrel=5
+pkgrel=6
pkgdesc="An elaborate realtime multiplayer strategy game with emphasis on economy and transport - development version. In the spirit of BlueByte's 'Siedler II/ Settlers 2'."
url="http://widelands.org/"
arch=(
@@ -48,7 +48,7 @@ replaces=(
"${_pkgname}-bzr<=${pkgver}" # Previously, the development code was hosted a another location in a bazaar repository.
)
source=(
- "${_pkgname}::git+git://github.com/${_pkgname}/${_pkgname}.git"
+ "${_pkgname}::git+https://github.com/${_pkgname}/${_pkgname}.git"
)
sha256sums=(
'SKIP'