diff options
Diffstat (limited to 'testing/postgis/APKBUILD')
-rw-r--r-- | testing/postgis/APKBUILD | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/testing/postgis/APKBUILD b/testing/postgis/APKBUILD index c4665b90a1..d889d3aa8d 100644 --- a/testing/postgis/APKBUILD +++ b/testing/postgis/APKBUILD @@ -2,11 +2,11 @@ # Maintainer: Bjoern Schilberg <bjoern@intevation.de> pkgname=postgis pkgver=2.5.0 -pkgrel=2 +pkgrel=3 pkgdesc="PostGIS is a spatial database extender for PostgreSQL object-relational database." url="https://postgis.net/" # geos test fails on other archs -# arch="x86 x86_64" +arch="x86 x86_64" license="GPL-2.0-or-later" depends="postgresql perl" makedepends="postgresql-dev geos-dev gdal-dev libxml2-dev proj4-dev perl-dev |