diff options
author | Natanael Copa <ncopa@alpinelinux.org> | 2015-03-16 15:57:19 +0000 |
---|---|---|
committer | Natanael Copa <ncopa@alpinelinux.org> | 2015-03-16 15:58:20 +0000 |
commit | b33f0a72647b534d669a9a16aa7f9cfd1ea7d116 (patch) | |
tree | 46832ae4843f49596f9d15cefd871af60e3bcb41 /testing/postgresql-bdr | |
parent | 06cf6361611508bc5b7c157c82de835850c50c0a (diff) | |
download | aports-b33f0a72647b534d669a9a16aa7f9cfd1ea7d116.tar.bz2 aports-b33f0a72647b534d669a9a16aa7f9cfd1ea7d116.tar.xz |
testing/postgresql-bdr: use postgresql-client to avoid conflict
acf-provisioning depends on potgresql-client
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" |