aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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 6590e0687f..7b1fec3326 100644
--- a/testing/postgresql-bdr/APKBUILD
+++ b/testing/postgresql-bdr/APKBUILD
@@ -5,10 +5,10 @@ _giturl="git://git.postgresql.org/git/2ndquadrant_bdr.git"
_gittag=633ebfc
pkgver=9.4.1
[ -z "${_gittag}" ] && _suffix="_src" || _suffix="${_gittag}"
-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"
+arch="x86_64"
license="BSD"
depends="postgresql-client"
install="$pkgname.pre-upgrade"