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 b400c01da37f..f92aee8d7449 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -16,7 +16,7 @@ pkgbase = powa-archivist-git
optdepends = hypopg-git: create hypothetical indexes in PostgreSQL to test for plan changes
options = !emptydirs
options = !libtool
- source = git://github.com/powa-team/powa-archivist.git
+ source = git+https://github.com/powa-team/powa-archivist.git
md5sums = SKIP
pkgname = powa-archivist-git
diff --git a/PKGBUILD b/PKGBUILD
index d91a799b0f55..3645d45c40d0 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -14,7 +14,7 @@ optdepends=('pg_qualstats-git: capture predicate statistics in PostgreSQL'
builddepends=()
makedepends=(git)
options=(!emptydirs !libtool)
-source=('git://github.com/powa-team/powa-archivist.git')
+source=('git+https://github.com/powa-team/powa-archivist.git')
md5sums=('SKIP')
install='powa-archivist-git.install'