* update libspatialite to 5.1.0-2

This commit is contained in:
Alexander Baldeck 2024-07-26 21:56:20 +02:00
parent 56e173af25
commit 1e078f618c
2 changed files with 21 additions and 1 deletions

20
libspatialite/.SRCINFO Normal file
View File

@ -0,0 +1,20 @@
pkgbase = libspatialite
pkgdesc = SQLite extension to support spatial data types and operations
pkgver = 5.1.0
pkgrel = 2
url = https://www.gaia-gis.it/fossil/libspatialite
arch = x86_64
license = MPL
license = GPL
license = LGPL
depends = geos
depends = libfreexl
depends = librttopo
depends = libxml2
depends = minizip
depends = proj
depends = sqlite
source = https://www.gaia-gis.it/gaia-sins/libspatialite-sources/libspatialite-5.1.0.tar.gz
sha256sums = 43be2dd349daffe016dd1400c5d11285828c22fea35ca5109f21f3ed50605080
pkgname = libspatialite

View File

@ -6,7 +6,7 @@
pkgname=libspatialite
pkgver=5.1.0
pkgrel=1
pkgrel=2
pkgdesc="SQLite extension to support spatial data types and operations"
arch=(x86_64 powerpc64le powerpc64 powerpc riscv64)
url="https://www.gaia-gis.it/fossil/libspatialite"