diff options
author | Andy Postnikov <apostnikov@gmail.com> | 2019-01-10 20:03:44 +0200 |
---|---|---|
committer | Andy Postnikov <apostnikov@gmail.com> | 2019-01-10 21:09:08 +0200 |
commit | f324af68124789f6164d41bc9128244915a140fc (patch) | |
tree | c0a23d23384a79c8d26de99e68f02b58c03f1186 /testing/postgis | |
parent | 94436946be76e251a5327e65d9e95a2dc0691260 (diff) | |
download | aports-f324af68124789f6164d41bc9128244915a140fc.tar.bz2 aports-f324af68124789f6164d41bc9128244915a140fc.tar.xz |
testing/postgis: enable on x86 x86_64
Diffstat (limited to 'testing/postgis')
-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 |