summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorBuce2021-03-14 17:43:31 -0500
committerBuce2021-03-14 17:43:31 -0500
commit4557e2dccec828b34e99c05c8a172ff1abfd3393 (patch)
tree8fd81628960189c1eac35f4b0b74e4f6b1c3a7e5
parentb7cca6b1fed6e69b386aa558c3b85f4709be53b6 (diff)
downloadaur-4557e2dccec828b34e99c05c8a172ff1abfd3393.tar.gz
Use git+https:// instead of git://
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD2
2 files changed, 3 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 12e335322dc2..7fd303684f1f 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,5 +1,5 @@
# Generated by mksrcinfo v8
-# Mon Jan 11 18:12:10 UTC 2021
+# Sun Mar 14 22:42:31 UTC 2021
pkgbase = mcexplore-git
pkgdesc = Use a minecraft server to generate a square of land.
pkgver = 1.7.r38.g89dc312
@@ -13,7 +13,7 @@ pkgbase = mcexplore-git
depends = python-nbt
provides = mcexplore
conflicts = mcexplore
- source = mcexplore-git::git://github.com/DMBuce/mcexplore.git
+ source = mcexplore-git::git+https://github.com/DMBuce/mcexplore.git
md5sums = SKIP
pkgname = mcexplore-git
diff --git a/PKGBUILD b/PKGBUILD
index 499fc788384d..c4ef2a678dbe 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -18,7 +18,7 @@ depends=(python python-nbt)
provides=(mcexplore)
conflicts=(mcexplore)
makedepends=('git' 'asciidoc')
-source=("$pkgname::git://github.com/DMBuce/${pkgname%-git}.git")
+source=("$pkgname::git+https://github.com/DMBuce/${pkgname%-git}.git")
#source=("$pkgname::git+ssh://git@mantrid/~/${pkgname%-git}.git")
noextract=()
md5sums=('SKIP')