summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD2
2 files changed, 2 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 725285f93f7b..67fd2bd20f76 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -13,7 +13,7 @@ pkgbase = pg_stat_kcache-git
depends = postgresql
options = !emptydirs
options = !libtool
- source = git://github.com/powa-team/pg_stat_kcache.git
+ source = git+https://github.com/powa-team/pg_stat_kcache.git
md5sums = SKIP
pkgname = pg_stat_kcache-git
diff --git a/PKGBUILD b/PKGBUILD
index c0938189612a..fad49559b2d0 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -11,7 +11,7 @@ depends=('postgresql')
builddepends=()
makedepends=(git)
options=(!emptydirs !libtool)
-source=('git://github.com/powa-team/pg_stat_kcache.git')
+source=('git+https://github.com/powa-team/pg_stat_kcache.git')
md5sums=('SKIP')
install='pg_stat_kcache-git.install'