summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authormarco442017-02-17 15:20:42 +0100
committermarco442017-02-17 15:20:42 +0100
commitcc23ba311df4d7a38aa7a8641f8b8c1f17426edf (patch)
tree00b185ba771b798a3fabc382513be17c82994190 /PKGBUILD
parentbef522c5fbe0a93518589b4b1a43abbc29f10366 (diff)
downloadaur-cc23ba311df4d7a38aa7a8641f8b8c1f17426edf.tar.gz
Add post-install message
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD6
1 files changed, 5 insertions, 1 deletions
diff --git a/PKGBUILD b/PKGBUILD
index bc0d265090ac..dce8f61d279d 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,18 +1,22 @@
# Maintainer: Marco44 (Marc Cousin) <cousinmarc at gmail dot com>
pkgname=powa-archivist-git
_gitname=powa-archivist
-pkgver=521fdf4
+pkgver=74ead84
pkgrel=1
pkgdesc="postgresql background worker to capture data"
arch=('i686' 'x86_64' 'armv7h')
url="https://github.com/dalibo/powa-archivist"
license=('BSD')
depends=('postgresql')
+optdepends=('pg_qualstats-git: capture predicate statistics in PostgreSQL'
+ 'pg_stat_kcache-git: capture system cache hit ratio in PostgreSQL'
+ 'hypopg-git: create hypothetical indexes in PostgreSQL to test for plan changes')
builddepends=()
makedepends=(git)
options=(!emptydirs !libtool)
source=('git://github.com/dalibo/powa-archivist.git')
md5sums=('SKIP')
+install='powa-archivist-git.install'
pkgver() {
cd $_gitname