summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorcubi2022-04-06 15:52:34 +0200
committercubi2022-04-06 15:52:34 +0200
commit740d13ede794802847d3528995b1cd0b9d4e87d6 (patch)
tree00639283306edd810080ea9ddcc2da90869e8b01
parent4431a5988a4861561eb2a76e20b999c8a5a0238f (diff)
downloadaur-740d13ede794802847d3528995b1cd0b9d4e87d6.tar.gz
use to fetch the source repo
-rw-r--r--PKGBUILD2
1 files changed, 1 insertions, 1 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 75377d68dd02..f3cc2b0dedfe 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -20,7 +20,7 @@ pkgver=1.1.0.alpha.7.r8.gf252d91e
pkgrel=1
pkgdesc='A identity management service and clients.'
url='https://github.com/kanidm/kanidm'
-source=("$pkgbase::git://github.com/${_basename}/${_basename}.git")
+source=("$pkgbase::git+https://github.com/${_basename}/${_basename}.git")
arch=(x86_64 aarch64)
license=(MPL-2.0)
makedepends=(cargo git systemd)