summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authormarco442021-01-26 09:03:51 +0100
committermarco442021-01-26 09:03:51 +0100
commit2176dcc206f1b080a8140639a3ec68fd1cc0f1ff (patch)
treef8581e50c4be78af0b7be40ddf33a47e6c9974b9 /PKGBUILD
parent661b60687b4fc6f07689c805b85badc1e085728d (diff)
downloadaur-hypopg-git.tar.gz
Conflict with hypopg. use https for git fetch
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD6
1 files changed, 4 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 302ee01d7d23..bb5c74f3213f 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Marco44 (Marc Cousin) <cousinmarc at gmail dot com>
pkgname=hypopg-git
_gitname=hypopg
-pkgver=1.1.2.r0.gd7ef06f
+pkgver=1.1.4.r10.g1196869
pkgrel=1
pkgdesc="Hypothetical indexes for PostgreSQL... ask the optimizer if this hypothetical index would help"
arch=('i686' 'x86_64' 'armv7h' 'aarch64')
@@ -10,8 +10,10 @@ license=('BSD')
depends=('postgresql')
builddepends=()
makedepends=(git)
+provides=(hypopg)
+conflicts=(hypopg)
options=(!emptydirs !libtool)
-source=('git://github.com/HypoPG/hypopg.git')
+source=('git+https://github.com/HypoPG/hypopg.git')
md5sums=('SKIP')
install='hypopg-git.install'