mirror of
https://gitdl.cn/https://github.com/chakralinux/desktop.git
synced 2025-02-03 19:37:14 +08:00
libspatialite update to 4.1.1
This commit is contained in:
parent
21225e05c9
commit
d8f6a813b0
@ -1,17 +1,17 @@
|
|||||||
# Maintainer: Fabian Kosmale <0inkane@googlemail.com>
|
# Maintainer: Fabian Kosmale <0inkane@googlemail.com>
|
||||||
# Contributor: Brian Galey <bkgaley at gmail dot com>
|
# Contributions from Arch:https://aur.archlinux.org/packages/libspatialite/
|
||||||
# Contributor: Pietro Zambelli <peter.zamb at gmail dot com>
|
|
||||||
pkgname=libspatialite
|
pkgname=libspatialite
|
||||||
pkgver=3.0.1
|
pkgver=4.1.1
|
||||||
pkgrel=1
|
pkgrel=1
|
||||||
pkgdesc="SQLite extension to support spatial data types and operations"
|
pkgdesc="SQLite extension to support spatial data types and operations"
|
||||||
arch=('i686' 'x86_64')
|
arch=('x86_64')
|
||||||
url="https://www.gaia-gis.it/fossil/libspatialite/index"
|
url="https://www.gaia-gis.it/fossil/libspatialite/index"
|
||||||
license=('MPL')
|
license=('MPL')
|
||||||
depends=('geos' 'proj' 'sqlite3' 'libfreexl')
|
depends=('geos' 'proj' 'sqlite3' 'libfreexl')
|
||||||
options=('!libtool')
|
options=('!libtool')
|
||||||
source=("http://www.gaia-gis.it/gaia-sins/libspatialite-3.0.1.tar.gz")
|
source=("http://www.gaia-gis.it/gaia-sins/$pkgname-$pkgver.tar.gz")
|
||||||
md5sums=('450d1a0d9da1bd9f770b7db3f2509f69')
|
md5sums=('356e0b18de0d382e27da578dc227a7b0')
|
||||||
|
|
||||||
build() {
|
build() {
|
||||||
cd "$srcdir/$pkgname-$pkgver"
|
cd "$srcdir/$pkgname-$pkgver"
|
||||||
|
Loading…
Reference in New Issue
Block a user