aboutsummaryrefslogtreecommitdiffstats
path: root/testing/postgis/APKBUILD
diff options
context:
space:
mode:
authorJakub Jirutka <jakub@jirutka.cz>2017-12-31 22:45:46 +0100
committerJakub Jirutka <jakub@jirutka.cz>2017-12-31 23:40:28 +0100
commit437147344f7b22e674b05c63c1d8f950c0e46386 (patch)
tree019865edf497e45c78f170120802bf9881b22068 /testing/postgis/APKBUILD
parent6c07f724c06e487045d0b731965830d9a2fe9d65 (diff)
testing/postgis: specify license more accurately
Diffstat (limited to 'testing/postgis/APKBUILD')
-rw-r--r--testing/postgis/APKBUILD2
1 files changed, 1 insertions, 1 deletions
diff --git a/testing/postgis/APKBUILD b/testing/postgis/APKBUILD
index f2e7f2cd15d..05520c7cc5e 100644
--- a/testing/postgis/APKBUILD
+++ b/testing/postgis/APKBUILD
@@ -6,7 +6,7 @@ pkgrel=0
pkgdesc="PostGIS is a spatial database extender for PostgreSQL object-relational database."
url="http://postgis.net"
arch="x86_64"
-license="GPL-2.0"
+license="GPL-2.0-or-later"
depends="postgresql geos gdal proj4 perl"
depends_dev="postgresql-dev geos-dev gdal-dev libxml2-dev proj4-dev perl-dev"
makedepends="$depends_dev"