summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authormarco442017-02-17 15:23:27 +0100
committermarco442017-02-17 15:23:27 +0100
commit943ecc78cc3aead3fbc653e80ab6196aa44b8ad3 (patch)
tree0fe1c8552601f0f176918932db9fcac19dcef2d7
parentcc23ba311df4d7a38aa7a8641f8b8c1f17426edf (diff)
downloadaur-943ecc78cc3aead3fbc653e80ab6196aa44b8ad3.tar.gz
Warn about powa-web not packaged
-rw-r--r--.SRCINFO6
-rw-r--r--powa-archivist-git.install2
2 files changed, 6 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 44eaadfefa48..39883b26aed1 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,14 +1,18 @@
pkgbase = powa-archivist-git
pkgdesc = postgresql background worker to capture data
- pkgver = 521fdf4
+ pkgver = 74ead84
pkgrel = 1
url = https://github.com/dalibo/powa-archivist
+ install = powa-archivist-git.install
arch = i686
arch = x86_64
arch = armv7h
license = BSD
makedepends = git
depends = postgresql
+ optdepends = pg_qualstats-git: capture predicate statistics in PostgreSQL
+ optdepends = pg_stat_kcache-git: capture system cache hit ratio in PostgreSQL
+ optdepends = hypopg-git: create hypothetical indexes in PostgreSQL to test for plan changes
options = !emptydirs
options = !libtool
source = git://github.com/dalibo/powa-archivist.git
diff --git a/powa-archivist-git.install b/powa-archivist-git.install
index 86b613f60afd..9ac95e973241 100644
--- a/powa-archivist-git.install
+++ b/powa-archivist-git.install
@@ -1,3 +1,3 @@
post_install(){
- echo "You now have to follow the documentation here: http://powa.readthedocs.io/en/latest/"
+ echo "You now have to follow the documentation here: http://powa.readthedocs.io/en/latest/. powa-web is not packaged yet"
}