diff options
author | Erich Eckner <git@eckner.net> | 2020-06-27 21:46:48 +0200 |
---|---|---|
committer | Erich Eckner <git@eckner.net> | 2020-06-27 21:46:48 +0200 |
commit | f12fd19dd33ee88de915ea6b3e3600bc103a46ac (patch) | |
tree | db0db8533ee537a34a09c0b87b04056aca583c17 /spatialite-tools/PKGBUILD | |
parent | f02ef969cec4f37f60dd911ac5935c58e8ff7491 (diff) | |
download | archlinuxewe-f12fd19dd33ee88de915ea6b3e3600bc103a46ac.tar.xz |
spatialite-tools: rebuild
Diffstat (limited to 'spatialite-tools/PKGBUILD')
-rw-r--r-- | spatialite-tools/PKGBUILD | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/spatialite-tools/PKGBUILD b/spatialite-tools/PKGBUILD index eb57469e0..8f292830c 100644 --- a/spatialite-tools/PKGBUILD +++ b/spatialite-tools/PKGBUILD @@ -3,7 +3,7 @@ # Contributor: Aldeano <aldea.diaguita at gmail dot com> pkgname=spatialite-tools pkgver=4.3.0 -pkgrel=4 +pkgrel=5 pkgdesc='Set of CLI tools for spatialite' arch=('i686' 'pentium4' 'x86_64') url='https://www.gaia-gis.it/fossil/spatialite-tools/index' @@ -15,7 +15,7 @@ _pinned_dependencies=( 'libreadosm.so=1' 'libspatialite=4.3.0.a' 'libxml2=2.9.10' - 'sqlite=3.32.2' + 'sqlite=3.32.3' ) depends=("${_pinned_dependencies[@]}") options=('!libtool') |