diff options
Diffstat (limited to 'testing/postgis/APKBUILD')
-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 d4ca4a3cfe..d74c219535 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="GPL2" +license="GPL-2.0" depends="postgresql geos gdal proj4 perl" depends_dev="postgresql-dev geos-dev gdal-dev libxml2-dev proj4-dev perl-dev" makedepends="$depends_dev" |