summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorredfish2018-01-27 01:28:40 -0500
committerredfish2018-01-27 01:28:40 -0500
commit14a5ddfe1ac505cc02625970fb16a88b8296a50f (patch)
tree4095fdba18e0fa2e170f048bbda8bfcf2c267fea
parent249e87b33c1a9f5ef577b5a6a891374a03a21583 (diff)
downloadaur-14a5ddfe1ac505cc02625970fb16a88b8296a50f.tar.gz
protocol git+https
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD2
2 files changed, 3 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index c712d7d2811e..17dda622b762 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,5 +1,5 @@
# Generated by mksrcinfo v8
-# Wed Jan 24 06:50:24 UTC 2018
+# Sat Jan 27 06:27:12 UTC 2018
pkgbase = xd-torrent-git
pkgdesc = Standalone I2P BitTorrent Client written in GO
pkgver = 0.1.0.pre2
@@ -14,7 +14,7 @@ pkgbase = xd-torrent-git
provides = xd-torrent
conflicts = xd-torrent
backup = etc/xd.conf
- source = git://github.com/majestrate/XD.git
+ source = git+https://github.com/majestrate/XD.git
source = xd.service
md5sums = SKIP
md5sums = 7f87ea2d6fc76aee8821efc5709a0115
diff --git a/PKGBUILD b/PKGBUILD
index da8731a0e968..ed993cb6786a 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -12,7 +12,7 @@ license=('MIT')
pkgdesc="Standalone I2P BitTorrent Client written in GO"
provides=(xd-torrent)
conflicts=(xd-torrent)
-source=("git://github.com/majestrate/XD.git"
+source=("git+https://github.com/majestrate/XD.git"
"xd.service")
md5sums=('SKIP'
'7f87ea2d6fc76aee8821efc5709a0115')