diff options
-rw-r--r-- | testing/postgis/APKBUILD | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/testing/postgis/APKBUILD b/testing/postgis/APKBUILD index f2e7f2cd15..05520c7cc5 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" |