summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 6 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 33f908bb9f27..1b0163e09864 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = libspatialindex-git
pkgdesc = C++ implementation of R*-tree, an MVR-tree and a TPR-tree with C API
- pkgver = r460.0f5f2d0
- pkgrel = 1
+ pkgver = r500.e4a15b6
+ pkgrel = 2
url = http://libspatialindex.github.com/
arch = i686
arch = x86_64
@@ -11,6 +11,8 @@ pkgbase = libspatialindex-git
depends = gcc-libs
provides = libspatialindex
conflicts = libspatialindex
+ source = git+https://github.com/libspatialindex/libspatialindex.git
+ md5sums = SKIP
pkgname = libspatialindex-git
diff --git a/PKGBUILD b/PKGBUILD
index 0e3f76055952..66092b559fc5 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Schrottfresse <schrottfresse@gmx.de>
pkgname=libspatialindex-git
-pkgver=r460.0f5f2d0
-pkgrel=1
+pkgver=r500.e4a15b6
+pkgrel=2
pkgdesc="C++ implementation of R*-tree, an MVR-tree and a TPR-tree with C API "
arch=('i686' 'x86_64')
url="http://libspatialindex.github.com/"