aboutsummaryrefslogtreecommitdiffstats
path: root/testing/postgresql-bdr
diff options
context:
space:
mode:
authorLeonardo Arena <rnalrd@alpinelinux.org>2015-04-16 06:16:28 +0000
committerLeonardo Arena <rnalrd@alpinelinux.org>2015-04-16 06:33:26 +0000
commit65b6e69afc228092427b06618710846c08e9c8e1 (patch)
tree6b6aad6af9210ea9d33daa01f1119161303e3ea7 /testing/postgresql-bdr
parentab5a33a5569bed7fc50532e7b00d9a7ee75f09fd (diff)
downloadaports-65b6e69afc228092427b06618710846c08e9c8e1.tar.bz2
aports-65b6e69afc228092427b06618710846c08e9c8e1.tar.xz
testing/postgresql-bdr: add bash to depends
Diffstat (limited to 'testing/postgresql-bdr')
-rw-r--r--testing/postgresql-bdr/APKBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/testing/postgresql-bdr/APKBUILD b/testing/postgresql-bdr/APKBUILD
index 22df21d342..1a734e637c 100644
--- a/testing/postgresql-bdr/APKBUILD
+++ b/testing/postgresql-bdr/APKBUILD
@@ -2,12 +2,12 @@
pkgname=postgresql-bdr
pkgver=9.4.1_p2
_ver=${pkgver/_p/_bdr}
-pkgrel=0
+pkgrel=1
pkgdesc="A sophisticated object-relational DBMS with bidirectional replication support (BDR)"
url="https://wiki.postgresql.org/wiki/BDR_Administration"
arch="all"
license="BSD"
-depends="postgresql-client"
+depends="bash postgresql-client"
install="$pkgname.pre-upgrade"
depends_dev="readline-dev openssl-dev zlib-dev libxml2-dev"
makedepends="$depends_dev perl bison flex-dev"