aboutsummaryrefslogtreecommitdiffstats
path: root/testing/libspatialite
diff options
context:
space:
mode:
authorHolger Jaekel <holger.jaekel@gmx.de>2019-06-16 14:24:29 +0200
committerLeo <thinkabit.ukim@gmail.com>2019-06-18 10:02:38 -0300
commit39bf8811cfe60d08f8a4d0be7d937d2092903150 (patch)
tree22500eb98a8b1b8ebebb4034bcfd37724f52f862 /testing/libspatialite
parent72e96ef42b98c4fcc621208ad14a2e36900e4bfe (diff)
testing/libspatialite: rebuild against proj 6.1.0
Diffstat (limited to 'testing/libspatialite')
-rw-r--r--testing/libspatialite/APKBUILD6
1 files changed, 3 insertions, 3 deletions
diff --git a/testing/libspatialite/APKBUILD b/testing/libspatialite/APKBUILD
index cb3a6b500ff..00515a11896 100644
--- a/testing/libspatialite/APKBUILD
+++ b/testing/libspatialite/APKBUILD
@@ -2,13 +2,13 @@
# Maintainer: Bradley J Chambers <brad.chambers@gmail.com>
pkgname=libspatialite
pkgver=4.3.0a
-pkgrel=2
+pkgrel=3
pkgdesc="SpatiaLite extends the SQLite core to support fully fledged Spatial SQL capabilities."
url="https://www.gaia-gis.it/fossil/libspatialite/index"
-arch="x86 x86_64"
+arch="x86_64"
license="MPL-1.1"
options="!check"
-makedepends="geos-dev sqlite-dev proj4-dev zlib-dev libxml2-dev"
+makedepends="geos-dev sqlite-dev proj-dev zlib-dev libxml2-dev"
subpackages="$pkgname-dev"
source="$pkgname-$pkgver.tar.gz::http://www.gaia-gis.it/gaia-sins/$pkgname-$pkgver.tar.gz"