summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authormarco442021-01-26 09:17:10 +0100
committermarco442021-01-26 09:17:10 +0100
commitd7b9bcea829d7b18e3a486abc8296e21ee636360 (patch)
tree6a1b46c906e9a64292097df8bce04413f335ee5c
parentb4dc7eb03baf4e7b0ba0090706c67493b503b845 (diff)
downloadaur-pg_stat_kcache-git.tar.gz
Use https
-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'