From 80dd513076cfc5926ce1912fb75d498861c18775 Mon Sep 17 00:00:00 2001 From: Erich Eckner Date: Sat, 24 Oct 2020 14:43:18 +0200 Subject: spatialite-tools: die alte Version wieder - für die neue bräuchte man auch ein neues libspatialite und das macht nur Probleme MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- spatialite-tools/PKGBUILD | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) (limited to 'spatialite-tools') diff --git a/spatialite-tools/PKGBUILD b/spatialite-tools/PKGBUILD index 5e7ce3b2..fa5fc749 100644 --- a/spatialite-tools/PKGBUILD +++ b/spatialite-tools/PKGBUILD @@ -2,8 +2,8 @@ # Contributor: Brian Galey # Contributor: Aldeano pkgname=spatialite-tools -pkgver=5.0.0 -pkgrel=2 +pkgver=4.3.0 +pkgrel=6 pkgdesc='Set of CLI tools for spatialite' arch=('i686' 'pentium4' 'x86_64') url='https://www.gaia-gis.it/fossil/spatialite-tools/index' @@ -13,14 +13,14 @@ _pinned_dependencies=( 'glibc>=2.31' 'libreadline.so=8' 'libreadosm.so=1' - 'libspatialite=5.0.0' + 'libspatialite=4.3.0.a' 'libxml2=2.9.10' 'sqlite=3.33.0' ) -depends=("${_pinned_dependencies[@]}" librttopo) +depends=("${_pinned_dependencies[@]}") options=('!libtool') source=("http://www.gaia-gis.it/gaia-sins/$pkgname-sources/$pkgname-$pkgver.tar.gz") -sha512sums=('a1497824df2c45ffa1ba6b4ec53794c2c4779b6357885ee6f1243f2bff137c3e4dd93b0a802239ced73f66be22faf0081b83bf0ad4effb8a04052712625865d1') +sha256sums=('f739859bc04f38735591be2f75009b98a2359033675ae310dffc3114a17ccf89') build() { cd "$srcdir/$pkgname-$pkgver" -- cgit v1.2.3-54-g00ecf