diff options
author | Leonardo Arena <rnalrd@alpinelinux.org> | 2015-02-27 09:06:51 +0000 |
---|---|---|
committer | Leonardo Arena <rnalrd@alpinelinux.org> | 2015-02-27 09:06:51 +0000 |
commit | a7594867ae4fd4a62ff701d6108f15e3ca3fa11c (patch) | |
tree | 91676b7f47ce2dccd1e9d793e7f152a888a8473f /testing/postgresql-bdr | |
parent | c2ac41b06cca544b8b3700d3a6f69d4d1d365253 (diff) | |
download | aports-a7594867ae4fd4a62ff701d6108f15e3ca3fa11c.tar.bz2 aports-a7594867ae4fd4a62ff701d6108f15e3ca3fa11c.tar.xz |
testing/postgresql-bdr: disable x86 build
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 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" |