diff options
author | Leonardo Arena <rnalrd@alpinelinux.org> | 2015-04-01 06:07:23 +0000 |
---|---|---|
committer | Leonardo Arena <rnalrd@alpinelinux.org> | 2015-04-01 06:07:23 +0000 |
commit | 79d562032ecc38d6568419d9855df73d7d68baae (patch) | |
tree | dd8e892f7465fd310ee5df281440b2e74aa8b317 /testing | |
parent | 5d552feb968ef1ad1a5c03b451b7e83603e8ccf8 (diff) | |
download | aports-79d562032ecc38d6568419d9855df73d7d68baae.tar.bz2 aports-79d562032ecc38d6568419d9855df73d7d68baae.tar.xz |
testing/postgresql-bdr: enable all arch
Diffstat (limited to 'testing')
-rw-r--r-- | testing/postgresql-bdr/APKBUILD | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/testing/postgresql-bdr/APKBUILD b/testing/postgresql-bdr/APKBUILD index 8033ca6493..22df21d342 100644 --- a/testing/postgresql-bdr/APKBUILD +++ b/testing/postgresql-bdr/APKBUILD @@ -5,7 +5,7 @@ _ver=${pkgver/_p/_bdr} pkgrel=0 pkgdesc="A sophisticated object-relational DBMS with bidirectional replication support (BDR)" url="https://wiki.postgresql.org/wiki/BDR_Administration" -arch="x86_64" +arch="all" license="BSD" depends="postgresql-client" install="$pkgname.pre-upgrade" |