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

Felix Yan felixonmars at archlinux.org
Sat Dec 19 09:24:39 UTC 2020


    Date: Saturday, December 19, 2020 @ 09:24:39
  Author: felixonmars
Revision: 779792

upgpkg: python-rtree 0.9.5-1

Modified:
  python-rtree/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2020-12-19 09:23:08 UTC (rev 779791)
+++ PKGBUILD	2020-12-19 09:24:39 UTC (rev 779792)
@@ -1,16 +1,17 @@
 # Maintainer: Felix Yan <felixonmars at archlinux.org>
 
 pkgname=python-rtree
-pkgver=0.9.4
-pkgrel=2
+pkgver=0.9.5
+pkgrel=1
 pkgdesc="Rtree: spatial index for Python GIS"
 url="https://toblerity.github.com/rtree/"
 license=('LGPL')
 arch=('any')
 depends=('spatialindex' 'python-setuptools')
+makedepends=('python-wheel')
 checkdepends=('python-pytest-runner' 'python-pytest-cov' 'python-numpy')
 source=("$pkgname-$pkgver.tar.gz::https://github.com/Toblerity/rtree/archive/$pkgver.tar.gz")
-sha512sums=('42db0cfc03f25caccc8cb1c601484318b3f0801b8b1794a7b7c0182a916d4df361d9bbb27ea339e5714f49205a92f504ee146392ae2399ad9b74d374274bb2c3')
+sha512sums=('fdc1b2eb33610e157a51e914e70814c6d2d36c50c9b425bbbf4e953705df588e536347af358642d1fec7aab0a5432c840bc73f63aba8ae3f88b6200d30e40c0c')
 
 build() {
   cd rtree-$pkgver



More information about the arch-commits mailing list