summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO7
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 96e596ba62c8..cd754457aadb 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,14 +1,13 @@
pkgbase = python2-rtree
pkgdesc = Python wrapper of libspatialindex
- pkgver = 0.9.4
+ pkgver = 0.9.7
pkgrel = 1
url = http://toblerity.github.com/rtree/
arch = any
license = LGPL2.1
makedepends = python2-setuptools
depends = libspatialindex-git
- source = https://pypi.python.org/packages/source/R/Rtree/Rtree-0.9.4.tar.gz
- sha256sums = cae327e2c03b3da4ea40d0fdf68f3e55fe9f302c56b9f31e1bfeb36dbea73f44
+ source = https://pypi.python.org/packages/source/R/Rtree/Rtree-0.9.7.tar.gz
+ sha256sums = be8772ca34699a9ad3fb4cfe2cfb6629854e453c10b3328039301bbfc128ca3e
pkgname = python2-rtree
-
diff --git a/PKGBUILD b/PKGBUILD
index 1e5237409963..f6d4ab094549 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
pkgname=('python2-rtree')
_pyname=Rtree
-pkgver=0.9.4
+pkgver=0.9.7
pkgrel=1
pkgdesc='Python wrapper of libspatialindex'
url='http://toblerity.github.com/rtree/'
@@ -11,7 +11,7 @@ license=('LGPL2.1')
depends=('libspatialindex-git')
makedepends=('python2-setuptools')
source=("https://pypi.python.org/packages/source/R/Rtree/Rtree-${pkgver}.tar.gz")
-sha256sums=('cae327e2c03b3da4ea40d0fdf68f3e55fe9f302c56b9f31e1bfeb36dbea73f44')
+sha256sums=('be8772ca34699a9ad3fb4cfe2cfb6629854e453c10b3328039301bbfc128ca3e')
package() {