summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorBuce2021-03-14 17:43:31 -0500
committerBuce2021-03-14 17:43:31 -0500
commit7fecba410b96bb0451e17894f53aca1784e2cd6f (patch)
tree41ff7a045434f82a3e39d1b557e769e2efedf7f6
parent420e8bef08c3c3c3018ace9c96d60216f61954a0 (diff)
downloadaur-7fecba410b96bb0451e17894f53aca1784e2cd6f.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 2741f406b2d9..087bde3f9258 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,5 +1,5 @@
# Generated by mksrcinfo v8
-# Sun Nov 22 18:37:37 UTC 2020
+# Sun Mar 14 22:42:30 UTC 2021
pkgbase = mcexplore
pkgdesc = Use a minecraft server to generate a square of land.
pkgver = 1.7
@@ -11,7 +11,7 @@ pkgbase = mcexplore
makedepends = asciidoc
depends = python
depends = python-nbt
- source = mcexplore::git://github.com/DMBuce/mcexplore.git#tag=1.7
+ source = mcexplore::git+https://github.com/DMBuce/mcexplore.git#tag=1.7
md5sums = SKIP
pkgname = mcexplore
diff --git a/PKGBUILD b/PKGBUILD
index ccfce1cc4a05..fae6a6848d45 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -10,7 +10,7 @@ license=('CCPL:by-sa')
groups=()
depends=(python python-nbt)
makedepends=('git' 'asciidoc')
-source=("$pkgname::git://github.com/DMBuce/${pkgname}.git#tag=$pkgver")
+source=("$pkgname::git+https://github.com/DMBuce/${pkgname}.git#tag=$pkgver")
#source=("$pkgname::git+ssh://git@mantrid/~/${pkgname}.git#tag=$pkgver")
noextract=()
md5sums=('SKIP')