aboutsummaryrefslogtreecommitdiffstats
path: root/community/postgis
diff options
context:
space:
mode:
authorKevin Daudt <kdaudt@alpinelinux.org>2020-02-23 20:51:14 +0000
committerKevin Daudt <kdaudt@alpinelinux.org>2020-02-23 20:51:14 +0000
commitda044de28fc4fa8e06191a5d5c465c79675426f1 (patch)
tree1ec88740c7811673ac1045e0cfd2a1e775b67a90 /community/postgis
parent37115de39b950823414c549965403fe3b7b46ea7 (diff)
downloadaports-da044de28fc4fa8e06191a5d5c465c79675426f1.tar.bz2
aports-da044de28fc4fa8e06191a5d5c465c79675426f1.tar.xz
community/postgis: rebuild against proj-6.3.1
Diffstat (limited to 'community/postgis')
-rw-r--r--community/postgis/APKBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/community/postgis/APKBUILD b/community/postgis/APKBUILD
index 8b587ea067..10cd148af7 100644
--- a/community/postgis/APKBUILD
+++ b/community/postgis/APKBUILD
@@ -2,14 +2,14 @@
# Maintainer: Bjoern Schilberg <bjoern@intevation.de>
pkgname=postgis
pkgver=3.0.0
-pkgrel=2
+pkgrel=3
pkgdesc="PostGIS is a spatial database extender for PostgreSQL object-relational database."
url="https://postgis.net/"
arch="all !x86 !armhf !armv7 !s390x" # missing proj-dev on these arch's
license="GPL-2.0-or-later"
depends="postgresql perl"
makedepends="postgresql-dev geos-dev gdal-dev libxml2-dev proj-dev perl-dev
- json-c-dev pcre-dev protobuf-c-dev"
+ json-c-dev pcre-dev protobuf-c-dev clang-dev llvm9-dev"
subpackages="$pkgname-doc"
source="http://download.osgeo.org/postgis/source/postgis-$pkgver.tar.gz"
options="!check" # tests depends on a running PostgreSQL server