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

Felix Yan felixonmars at archlinux.org
Fri Oct 5 09:56:31 UTC 2018


    Date: Friday, October 5, 2018 @ 09:56:31
  Author: felixonmars
Revision: 389737

upgpkg: python-rtree 0.8.3-2

depend on correct name of spatialindex (FS#60242)

Modified:
  python-rtree/trunk/PKGBUILD

----------+
 PKGBUILD |    4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2018-10-05 09:55:57 UTC (rev 389736)
+++ PKGBUILD	2018-10-05 09:56:31 UTC (rev 389737)
@@ -2,12 +2,12 @@
 
 pkgname=python-rtree
 pkgver=0.8.3
-pkgrel=1
+pkgrel=2
 pkgdesc="Rtree: spatial index for Python GIS"
 url="http://toblerity.github.com/rtree/"
 license=('LGPL')
 arch=('any')
-depends=('libspatialindex' 'python-setuptools')
+depends=('spatialindex' 'python-setuptools')
 checkdepends=('python-pytest-runner' 'python-numpy')
 source=("$pkgname-$pkgver.tar.gz::https://github.com/Toblerity/rtree/archive/$pkgver.tar.gz")
 sha512sums=('4f6311ab5a24badb702fed6ff9dc7dc7f81caec0696ea0479e3620ba4be17c9ca6c1ecdd36ba4fd6c1f260f01795bb522bf10e1be9c132b767ed2bb0a4183566')



More information about the arch-commits mailing list