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 21d2ab3fb55b..b8f8cf676588 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -7,8 +7,7 @@ pkgbase = jcal-git
license = GPL3
makedepends = git
provides = jcal
- source = git://github.com/persiancal/jcal.git
+ source = git+https://github.com/persiancal/jcal.git
md5sums = SKIP
pkgname = jcal-git
-
diff --git a/PKGBUILD b/PKGBUILD
index d7418fbc9f87..1941cf9765f4 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -15,7 +15,7 @@ license=('GPL3')
provides=('jcal')
depends=()
makedepends=('git')
-source=('git://github.com/persiancal/jcal.git')
+source=('git+https://github.com/persiancal/jcal.git')
md5sums=('SKIP')