diff options
author | Holger Jaekel <holger.jaekel@gmx.de> | 2019-06-16 14:24:29 +0200 |
---|---|---|
committer | Leo <thinkabit.ukim@gmail.com> | 2019-06-18 10:02:38 -0300 |
commit | 39bf8811cfe60d08f8a4d0be7d937d2092903150 (patch) | |
tree | 22500eb98a8b1b8ebebb4034bcfd37724f52f862 /testing/libspatialite/APKBUILD | |
parent | 72e96ef42b98c4fcc621208ad14a2e36900e4bfe (diff) | |
download | aports-39bf8811cfe60d08f8a4d0be7d937d2092903150.tar.bz2 aports-39bf8811cfe60d08f8a4d0be7d937d2092903150.tar.xz |
testing/libspatialite: rebuild against proj 6.1.0
Diffstat (limited to 'testing/libspatialite/APKBUILD')
-rw-r--r-- | testing/libspatialite/APKBUILD | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/testing/libspatialite/APKBUILD b/testing/libspatialite/APKBUILD index cb3a6b500f..00515a1189 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" |