aboutsummaryrefslogtreecommitdiffstats
path: root/community/postgresql-bdr-extension0.9/APKBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'community/postgresql-bdr-extension0.9/APKBUILD')
-rw-r--r--community/postgresql-bdr-extension0.9/APKBUILD6
1 files changed, 3 insertions, 3 deletions
diff --git a/community/postgresql-bdr-extension0.9/APKBUILD b/community/postgresql-bdr-extension0.9/APKBUILD
index 50fabdeb954..35ddb0aa4e1 100644
--- a/community/postgresql-bdr-extension0.9/APKBUILD
+++ b/community/postgresql-bdr-extension0.9/APKBUILD
@@ -1,12 +1,12 @@
# Maintainer: Leonardo Arena <rnalrd@alpinelinux.org>
pkgname=postgresql-bdr-extension0.9
pkgver=0.9.0
-pkgrel=0
+pkgrel=1
pkgdesc="PostgreSQL bidirectional replication (BDR) extension"
url="https://wiki.postgresql.org/wiki/BDR_Administration"
-arch="all"
+arch="all !riscv64"
license="GPL"
-makedepends="$depends_dev postgresql-bdr-dev automake autoconf"
+makedepends="$depends_dev postgresql-bdr-dev automake autoconf openssl-dev>3"
subpackages="$pkgname-doc"
# FIXME: mkdir: can't create directory 'tmp_check/data': File exists
options="!check"