summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorBuce2021-03-14 17:43:31 -0500
committerBuce2021-03-14 17:43:31 -0500
commitbaab5f637c5db229fc6535857782a3a6c52ea54a (patch)
tree934a96200ac19ddb72c4210243ff1d29a849650b
parent37242b8efa7bd0ed159de39c47b7b1c35c36cf11 (diff)
downloadaur-baab5f637c5db229fc6535857782a3a6c52ea54a.tar.gz
Use git+https:// instead of git://
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD2
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 35c089cc7026..615b8d3172be 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,8 @@
+# Generated by mksrcinfo v8
+# Sun Mar 14 22:42:30 UTC 2021
pkgbase = clicraft-git
pkgdesc = A command-line wrapper for a minecraft or bukkit server.
- pkgver = 0.0.8.r55.gbc48c1b
+ pkgver = 0.0.11.r17.g1cb093c
pkgrel = 1
url = https://github.com/DMBuce/clicraft
install = clicraft-git.install
@@ -16,11 +18,9 @@ pkgbase = clicraft-git
optdepends = mcexplore: for explore.sh action script
provides = clicraft
conflicts = clicraft
- backup = etc/clicraft/action.d/explore.sh
- backup = etc/clicraft/action.d/map.sh
backup = etc/cron.d/clicraft
backup = etc/logrotate.d/clicraft
- source = clicraft-git::git://github.com/DMBuce/clicraft.git
+ source = clicraft-git::git+https://github.com/DMBuce/clicraft.git
source = clicraft-git.install
source = clicraft-git.rc
md5sums = SKIP
diff --git a/PKGBUILD b/PKGBUILD
index fe348ba06f5b..2ab974d1a0be 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -21,7 +21,7 @@ conflicts=('clicraft')
backup=("etc/cron.d/clicraft"
"etc/logrotate.d/clicraft")
install="$pkgname.install"
-source=("$pkgname::git://github.com/DMBuce/${pkgname%-git}.git"
+source=("$pkgname::git+https://github.com/DMBuce/${pkgname%-git}.git"
#"$pkgname::git+ssh://git@mantrid/~/${pkgname%-git}.git"
"$pkgname.install"
"$pkgname.rc")