aboutsummaryrefslogtreecommitdiffstats
path: root/community/postgresql-pglogical
diff options
context:
space:
mode:
authorJakub Jirutka <jakub@jirutka.cz>2017-12-30 17:49:09 +0100
committerJakub Jirutka <jakub@jirutka.cz>2017-12-30 17:49:09 +0100
commit38e42396dccd595956876952090dd3f29fa866d6 (patch)
tree1d559f92d2030131f4c022c810b3bcf920c1112a /community/postgresql-pglogical
parentf06a3758fd45e683e679985487d96ced3c490f9f (diff)
downloadaports-38e42396dccd595956876952090dd3f29fa866d6.tar.bz2
aports-38e42396dccd595956876952090dd3f29fa866d6.tar.xz
community/postgresql-pglogical: fix license
PostgreSQL is OSI-approved license: * https://opensource.org/licenses/PostgreSQL * https://spdx.org/licenses/PostgreSQL.html
Diffstat (limited to 'community/postgresql-pglogical')
-rw-r--r--community/postgresql-pglogical/APKBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/community/postgresql-pglogical/APKBUILD b/community/postgresql-pglogical/APKBUILD
index 786f1ffaa4..87ba307330 100644
--- a/community/postgresql-pglogical/APKBUILD
+++ b/community/postgresql-pglogical/APKBUILD
@@ -4,11 +4,11 @@
pkgname=postgresql-pglogical
_pkgname=pglogical
pkgver=2.1.0
-pkgrel=2
+pkgrel=3
pkgdesc="Logical Replication extension for PostgreSQL"
url="https://2ndquadrant.com/en/resources/pglogical/"
arch="all"
-license="custom"
+license="PostgreSQL"
depends="postgresql"
makedepends="libedit-dev libxml2-dev postgresql-dev zlib-dev"
source="http://packages.2ndquadrant.com/pglogical/tarballs/$_pkgname-$pkgver.tar.bz2