summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMichael Gisbers2022-08-16 11:55:15 +0200
committerMichael Gisbers2022-08-16 11:55:15 +0200
commit11a9a64f9bfd328dc0df78bfeb06efe03aea7d0b (patch)
tree61c461d48be6bc6e8748fb7d397c9435dccf4ad3
parent5567d31925ccd05283442f2142d966ca8b691956 (diff)
downloadaur-11a9a64f9bfd328dc0df78bfeb06efe03aea7d0b.tar.gz
change source url to git+https://... as suggested by @jtgans
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD2
2 files changed, 3 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index f59a999f6a64..dfc8b18f8761 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,5 +1,5 @@
# Generated by mksrcinfo v8
-# Tue Dec 21 23:49:04 UTC 2021
+# Tue Aug 16 09:54:28 UTC 2022
pkgbase = mc-agent
pkgdesc = Simple ssh-agent that loads keys stored from Moolticute
pkgver = r59.fef4de4
@@ -9,7 +9,7 @@ pkgbase = mc-agent
license = GPL3
makedepends = git
makedepends = go
- source = mc-agent::git://github.com/raoulh/mc-agent
+ source = mc-agent::git+https://github.com/raoulh/mc-agent
sha256sums = SKIP
pkgname = mc-agent
diff --git a/PKGBUILD b/PKGBUILD
index 87ba5151d044..56e6330f822c 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -9,7 +9,7 @@ arch=('x86_64')
url="https://github.com/raoulh/$pkgname"
license=('GPL3')
makedepends=('git' 'go')
-source=("$pkgname"::"git://github.com/raoulh/$pkgname")
+source=("$pkgname"::"git+https://github.com/raoulh/$pkgname")
sha256sums=('SKIP')
pkgver() {