summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD2
2 files changed, 3 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 59e11383a98a..b93ba2e3e6a5 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,5 +1,5 @@
# Generated by mksrcinfo v8
-# Wed Jan 27 10:51:54 UTC 2016
+# Wed Jan 27 11:07:39 UTC 2016
pkgbase = akonadi-git
pkgdesc = PIM layer, which provides an asynchronous API to access all kind of PIM data. builds with PostgreSQL backend
pkgver = r10357.7eb79ba
@@ -19,7 +19,7 @@ pkgbase = akonadi-git
optdepends = mariadb: MariaDB backend
provides = akonadi
conflicts = akonadi
- source = git://github.com/KDE/akonadi
+ source = git+https://github.com/KDE/akonadi
sha256sums = SKIP
pkgname = akonadi-git
diff --git a/PKGBUILD b/PKGBUILD
index e7e39950ece0..58f8371b36cb 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -15,7 +15,7 @@ makedepends=('git' 'extra-cmake-modules' 'postgresql')
optdepends=('mariadb: MariaDB backend')
conflicts=("$_gitname")
provides=("$_gitname")
-source=("git://github.com/KDE/$_gitname")
+source=("git+https://github.com/KDE/$_gitname")
install=$pkgname.install
sha256sums=("SKIP")