summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorDanilo2015-10-24 18:46:52 +0200
committerDanilo2015-10-24 18:46:52 +0200
commit10db521bb3dcd249c0a85720fe5d342aefdfbab2 (patch)
tree5734318953792149f4d7599795fa33e13cef41f7
parentcf7f076951c8d56b3f38034a68cf8f87df60ac62 (diff)
downloadaur-10db521bb3dcd249c0a85720fe5d342aefdfbab2.tar.gz
Updated to version 1.8.5
-rw-r--r--.SRCINFO8
-rw-r--r--.gitignore3
-rw-r--r--PKGBUILD6
3 files changed, 10 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index afda3d431cc8..4fa4f9eb54fa 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = spatialindex
pkgdesc = An extensible framework that supports robust spatial indexing methods and sophisticated spatial queries.
- pkgver = 1.8.4
+ pkgver = 1.8.5
pkgrel = 1
url = http://libspatialindex.github.com/
arch = i686
@@ -9,10 +9,10 @@ pkgbase = spatialindex
depends = gcc-libs
provides = spatialindex
conflicts = libspatialindex-git
- source = http://download.osgeo.org/libspatialindex/spatialindex-src-1.8.4.tar.gz
+ source = http://download.osgeo.org/libspatialindex/spatialindex-src-1.8.5.tar.gz
source = LICENSE
- md5sums = b17f86d9a49f284fe403c19b36fb5d89
- md5sums = 6a9a7d8158edbf1529ca46aae5a76752
+ sha256sums = 7caa46a2cb9b40960f7bc82c3de60fa14f8f3e000b02561b36cbf2cfe6a9bfef
+ sha256sums = 170961cdd7754bed14e465eff7d4f22c5df11d8d104310a56a7ee3ab201bc279
pkgname = spatialindex
diff --git a/.gitignore b/.gitignore
new file mode 100644
index 000000000000..354be790cfc4
--- /dev/null
+++ b/.gitignore
@@ -0,0 +1,3 @@
+*.swp
+*.gz
+*.xz
diff --git a/PKGBUILD b/PKGBUILD
index 4c7f3e7642c3..ae512ea1b3ca 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
# Maintainer: Danilo <aur at dbrgn dot ch>
pkgname=spatialindex
-pkgver=1.8.4
+pkgver=1.8.5
pkgrel=1
pkgdesc='An extensible framework that supports robust spatial indexing methods and sophisticated spatial queries.'
arch=('i686' 'x86_64')
@@ -13,8 +13,8 @@ provides=(spatialindex)
conflicts=(libspatialindex-git)
source=("http://download.osgeo.org/libspatialindex/$pkgname-src-$pkgver.tar.gz"
'LICENSE')
-md5sums=('b17f86d9a49f284fe403c19b36fb5d89'
- '6a9a7d8158edbf1529ca46aae5a76752')
+sha256sums=('7caa46a2cb9b40960f7bc82c3de60fa14f8f3e000b02561b36cbf2cfe6a9bfef'
+ '170961cdd7754bed14e465eff7d4f22c5df11d8d104310a56a7ee3ab201bc279')
build() {
cd "$srcdir/$pkgname-src-$pkgver/"