summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorFelix Salfelder2021-03-16 14:21:07 +0000
committerFelix Salfelder2021-03-16 14:21:07 +0000
commiteff1886c89d48d717de0a9e8206acd1efc2a37c8 (patch)
treeab2bf52d5a56dc31be69411218d3a8805f8ea46d
parent3000d777ba319fced93a8773b59bf223e13f873a (diff)
downloadaur-gnucap-jack-git.tar.gz
use https instead of git protocol
(not sure why git does not work today)
-rw-r--r--PKGBUILD2
1 files changed, 1 insertions, 1 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 0b4676c049d5..75df0447b4dc 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -12,7 +12,7 @@ depends=('gnucap' 'boost' 'jack')
makedepends=('git')
provides=('gnucap-jack')
conflicts=('gnucap-jack')
-source=("$_pkgname::git+git://codeberg.org/gnucap/$_pkgname.git#branch=develop")
+source=("$_pkgname::git+https://codeberg.org/gnucap/$_pkgname.git#branch=develop")
md5sums=('SKIP')
pkgver() {