[arch-commits] Commit in libspatialite/trunk (PKGBUILD)

Balló György bgyorgy at archlinux.org
Sun Apr 18 17:37:30 UTC 2021


    Date: Sunday, April 18, 2021 @ 17:37:29
  Author: bgyorgy
Revision: 919925

upgpkg: libspatialite 5.0.1-1: Update to new version

Modified:
  libspatialite/trunk/PKGBUILD

----------+
 PKGBUILD |   19 +++++++++----------
 1 file changed, 9 insertions(+), 10 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2021-04-18 17:22:13 UTC (rev 919924)
+++ PKGBUILD	2021-04-18 17:37:29 UTC (rev 919925)
@@ -3,25 +3,24 @@
 # Contributor: Pietro Zambelli <peter.zamb at gmail dot com>
 
 pkgname=libspatialite
-pkgver=4.3.0.a
-pkgrel=6
+pkgver=5.0.1
+pkgrel=1
 pkgdesc="SQLite extension to support spatial data types and operations"
 arch=('x86_64')
 url="https://www.gaia-gis.it/fossil/libspatialite"
 license=('MPL' 'GPL' 'LGPL')
-depends=('geos' 'libfreexl' 'libxml2' 'proj' 'sqlite')
-source=(https://www.gaia-gis.it/gaia-sins/$pkgname-4.3.0a.tar.gz)
-sha256sums=('88900030a4762904a7880273f292e5e8ca6b15b7c6c3fb88ffa9e67ee8a5a499')
+depends=('geos' 'libfreexl' 'librttopo' 'libxml2' 'minizip' 'proj' 'sqlite')
+makedepends=('libtiff')
+source=(https://www.gaia-gis.it/gaia-sins/$pkgname-$pkgver.tar.gz)
+sha256sums=('eecbc94311c78012d059ebc0fae86ea5ef6eecb13303e6e82b3753c1b3409e98')
 
 build() {
-  cd "${srcdir}"/$pkgname-4.3.0a
-
-  ./configure --prefix=/usr --enable-libxml2 CFLAGS="$CFLAGS -DACCEPT_USE_OF_DEPRECATED_PROJ_API_H=1"
+  cd "${srcdir}"/$pkgname-$pkgver
+  ./configure --prefix=/usr
   make
 }
 
 package() {
-  cd "${srcdir}"/$pkgname-4.3.0a
-
+  cd "${srcdir}"/$pkgname-$pkgver
   make DESTDIR="${pkgdir}" install
 }



More information about the arch-commits mailing list