diff options
Diffstat (limited to 'testing/postgresql-bdr')
-rw-r--r-- | testing/postgresql-bdr/APKBUILD | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/testing/postgresql-bdr/APKBUILD b/testing/postgresql-bdr/APKBUILD index 6ed6488bcd..73699992a3 100644 --- a/testing/postgresql-bdr/APKBUILD +++ b/testing/postgresql-bdr/APKBUILD @@ -2,12 +2,12 @@ pkgname=postgresql-bdr pkgver=9.4.1_p1 _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="x86_64" license="BSD" -depends="postgresql-bdr-client" +depends="postgresql-client" install="$pkgname.pre-upgrade" depends_dev="readline-dev openssl-dev zlib-dev libxml2-dev" makedepends="$depends_dev perl bison flex-dev" |