summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorheavysink2022-05-08 10:19:24 -0400
committerheavysink2022-05-08 10:19:24 -0400
commitd3a483f70067f2380e81910617b17752e84bdbec (patch)
treeda431376e4cf3144fd5c0a6fa3684fe016d11cdd
parent77e0f8d8f6176fa31e6a7546a64b1ec3aaf7c680 (diff)
downloadaur-d3a483f70067f2380e81910617b17752e84bdbec.tar.gz
Update protocol
-rw-r--r--.SRCINFO3
-rw-r--r--PKGBUILD2
2 files changed, 2 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index b295591ce83a..18089d0d28db 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -8,8 +8,7 @@ pkgbase = libcsa-git
license = GPL3
makedepends = git
depends = glibc
- source = libcsa-git::git://github.com/sakov/csa-c.git
+ source = libcsa-git::git+https://github.com/sakov/csa-c.git
md5sums = SKIP
pkgname = libcsa-git
-
diff --git a/PKGBUILD b/PKGBUILD
index 0a78580e0ad7..4f0ff146fb40 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -8,7 +8,7 @@ url="https://github.com/sakov/csa-c"
license=('GPL3')
depends=('glibc')
makedepends=('git')
-source=($pkgname::"git://github.com/sakov/csa-c.git")
+source=($pkgname::"git+https://github.com/sakov/csa-c.git")
md5sums=('SKIP')
pkgver() {