aboutsummaryrefslogtreecommitdiffstats
path: root/main/postgresql
diff options
context:
space:
mode:
authorJakub Jirutka <jakub@jirutka.cz>2017-12-30 17:36:18 +0100
committerJakub Jirutka <jakub@jirutka.cz>2017-12-30 17:36:18 +0100
commit0ca9b8ee3616650ea35fe1f1ac06ac4831cce53f (patch)
tree7c56799688bec9efdd83229e9efa2c8f6be96ccc /main/postgresql
parentb0fba0fff41850112bc15dbe57303169871c8332 (diff)
downloadaports-0ca9b8ee3616650ea35fe1f1ac06ac4831cce53f.tar.bz2
aports-0ca9b8ee3616650ea35fe1f1ac06ac4831cce53f.tar.xz
main/postgresql: fix wrong license
https://www.postgresql.org/about/licence/ https://spdx.org/licenses/PostgreSQL.html
Diffstat (limited to 'main/postgresql')
-rw-r--r--main/postgresql/APKBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/main/postgresql/APKBUILD b/main/postgresql/APKBUILD
index d0d688b44b..1e5adfff7a 100644
--- a/main/postgresql/APKBUILD
+++ b/main/postgresql/APKBUILD
@@ -3,11 +3,11 @@
# Contributor: Jakub Jirutka <jakub@jirutka.cz>
pkgname=postgresql
pkgver=10.1
-pkgrel=1
+pkgrel=2
pkgdesc="A sophisticated object-relational DBMS"
url="https://www.postgresql.org/"
arch="all"
-license="BSD"
+license="PostgreSQL"
depends="postgresql-client tzdata"
install="$pkgname.pre-upgrade"
pkgusers="postgres"