diff options
-rw-r--r-- | main/postgresql-bdr/APKBUILD | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/main/postgresql-bdr/APKBUILD b/main/postgresql-bdr/APKBUILD index a427a6aab9..3375b05f12 100644 --- a/main/postgresql-bdr/APKBUILD +++ b/main/postgresql-bdr/APKBUILD @@ -2,11 +2,11 @@ pkgname=postgresql-bdr pkgver=9.4.10_p1 _pkgver=${pkgver/_p/_bdr} -pkgrel=3 +pkgrel=4 pkgdesc="A sophisticated object-relational DBMS with bidirectional replication support (BDR)" url="https://wiki.postgresql.org/wiki/BDR_Administration" arch="all" -license="BSD" +license="PostgreSQL" depends="bash" install="$pkgname.pre-upgrade" depends_dev="readline-dev libressl-dev zlib-dev libxml2-dev" |