aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--testing/postgresql-bdr/APKBUILD3
1 files changed, 2 insertions, 1 deletions
diff --git a/testing/postgresql-bdr/APKBUILD b/testing/postgresql-bdr/APKBUILD
index 1a734e637c..9a097d930a 100644
--- a/testing/postgresql-bdr/APKBUILD
+++ b/testing/postgresql-bdr/APKBUILD
@@ -2,7 +2,7 @@
pkgname=postgresql-bdr
pkgver=9.4.1_p2
_ver=${pkgver/_p/_bdr}
-pkgrel=1
+pkgrel=2
pkgdesc="A sophisticated object-relational DBMS with bidirectional replication support (BDR)"
url="https://wiki.postgresql.org/wiki/BDR_Administration"
arch="all"
@@ -13,6 +13,7 @@ depends_dev="readline-dev openssl-dev zlib-dev libxml2-dev"
makedepends="$depends_dev perl bison flex-dev"
subpackages="$pkgname-dev $pkgname-dbg $pkgname-libpq $pkgname-client
$pkgname-contrib"
+provides="postgresql"
patches="initdb.patch
postgresql-bdr-osxflags.patch
"