summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD6
2 files changed, 8 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index bab2bce18ac7..d28cb94aec7c 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = hypopg-git
pkgdesc = Hypothetical indexes for PostgreSQL... ask the optimizer if this hypothetical index would help
- pkgver = 1.1.2.r0.gd7ef06f
+ pkgver = 1.1.4.r10.g1196869
pkgrel = 1
url = https://github.com/HypoPG/hypopg
install = hypopg-git.install
@@ -11,9 +11,11 @@ pkgbase = hypopg-git
license = BSD
makedepends = git
depends = postgresql
+ provides = hypopg
+ conflicts = hypopg
options = !emptydirs
options = !libtool
- source = git://github.com/HypoPG/hypopg.git
+ source = git+https://github.com/HypoPG/hypopg.git
md5sums = SKIP
pkgname = hypopg-git
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'