[arch-commits] Commit in libspatialite/repos/community-x86_64 (PKGBUILD PKGBUILD)

Jaroslav Lichtblau jlichtblau at archlinux.org
Tue Jul 21 18:02:50 UTC 2015


    Date: Tuesday, July 21, 2015 @ 20:02:50
  Author: jlichtblau
Revision: 137230

archrelease: copy trunk to community-x86_64

Added:
  libspatialite/repos/community-x86_64/PKGBUILD
    (from rev 137229, libspatialite/trunk/PKGBUILD)
Deleted:
  libspatialite/repos/community-x86_64/PKGBUILD

----------+
 PKGBUILD |   56 ++++++++++++++++++++++++++++----------------------------
 1 file changed, 28 insertions(+), 28 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2015-07-21 18:02:39 UTC (rev 137229)
+++ PKGBUILD	2015-07-21 18:02:50 UTC (rev 137230)
@@ -1,28 +0,0 @@
-# $Id$
-# Maintainer: Jaroslav Lichtblau <svetlemodry at archlinux.org>
-# Contributor: Brian Galey <bkgaley at gmail dot com>
-# Contributor: Pietro Zambelli <peter.zamb at gmail dot com>
-
-pkgname=libspatialite
-pkgver=4.2.0
-pkgrel=2
-pkgdesc="SQLite extension to support spatial data types and operations"
-arch=('i686' 'x86_64')
-url="https://www.gaia-gis.it/fossil/libspatialite"
-license=('MPL' 'GPL' 'LGPL')
-depends=('geos' 'libfreexl' 'libxml2' 'proj' 'sqlite')
-source=(http://www.gaia-gis.it/gaia-sins/$pkgname-$pkgver.tar.gz)
-sha256sums=('9f138a6854740c7827fdee53845eb1485fce3e805a7aa9fc9151f8046ebd312d')
-
-build() {
-  cd "${srcdir}"/$pkgname-$pkgver
-
-  ./configure --prefix=/usr --enable-libxml2
-  make
-}
-
-package() {
-  cd "${srcdir}"/$pkgname-$pkgver
-
-  make DESTDIR="${pkgdir}" install
-}

Copied: libspatialite/repos/community-x86_64/PKGBUILD (from rev 137229, libspatialite/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2015-07-21 18:02:50 UTC (rev 137230)
@@ -0,0 +1,28 @@
+# $Id$
+# Maintainer: Jaroslav Lichtblau <svetlemodry at archlinux.org>
+# Contributor: Brian Galey <bkgaley at gmail dot com>
+# Contributor: Pietro Zambelli <peter.zamb at gmail dot com>
+
+pkgname=libspatialite
+pkgver=4.3.0
+pkgrel=1
+pkgdesc="SQLite extension to support spatial data types and operations"
+arch=('i686' 'x86_64')
+url="https://www.gaia-gis.it/fossil/libspatialite"
+license=('MPL' 'GPL' 'LGPL')
+depends=('geos' 'libfreexl' 'libxml2' 'proj' 'sqlite')
+source=(http://www.gaia-gis.it/gaia-sins/$pkgname-$pkgver.tar.gz)
+sha256sums=('4acf2d2b891989e61351584fe28514a6561f8f6a1901b988990513be5fe1bdfe')
+
+build() {
+  cd "${srcdir}"/$pkgname-$pkgver
+
+  ./configure --prefix=/usr --enable-libxml2
+  make
+}
+
+package() {
+  cd "${srcdir}"/$pkgname-$pkgver
+
+  make DESTDIR="${pkgdir}" install
+}



More information about the arch-commits mailing list