summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorFlorian Dejonckheere2023-10-31 17:28:54 +0100
committerFlorian Dejonckheere2023-10-31 17:28:54 +0100
commitf4f7ce7a77137451d4e3188a04fa106c3a5c6918 (patch)
tree44d061eea1e8142bd878d4c7f6121820c46a2a22 /PKGBUILD
parent9ad7923b6cfccb4aca7da17378387c6ddc580909 (diff)
downloadaur-dantalian-git.tar.gz
Change dantalian source to git+https
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD2
1 files changed, 1 insertions, 1 deletions
diff --git a/PKGBUILD b/PKGBUILD
index bd873c781b47..d9a134507d1a 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -14,7 +14,7 @@ depends=('python' 'git')
conflicts=("${_pkgname}")
optdepends=('fuse: additional features')
makedepends=('python-sphinx')
-source=("git://github.com/darkfeline/${_pkgname}.git")
+source=("git+https://github.com/darkfeline/${_pkgname}.git")
md5sums=('SKIP')
pkgver()