summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-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() {