diff options
-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 dfd3bf7eb..aa886953b 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=5.0.1 -pkgrel=9 +pkgrel=10 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=5.0.1' 'libxml2.so=2' - 'sqlite=3.38.1' + 'sqlite=3.38.2' ) depends=("${_pinned_dependencies[@]}") options=('!libtool') |