[arch-commits] Commit in python-rtree/trunk (PKGBUILD)
Felix Yan
felixonmars at archlinux.org
Thu Dec 24 17:04:35 UTC 2020
Date: Thursday, December 24, 2020 @ 17:04:35
Author: felixonmars
Revision: 788352
upgpkg: python-rtree 0.9.7-1
Modified:
python-rtree/trunk/PKGBUILD
----------+
PKGBUILD | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
Modified: PKGBUILD
===================================================================
--- PKGBUILD 2020-12-24 16:58:43 UTC (rev 788351)
+++ PKGBUILD 2020-12-24 17:04:35 UTC (rev 788352)
@@ -1,7 +1,7 @@
# Maintainer: Felix Yan <felixonmars at archlinux.org>
pkgname=python-rtree
-pkgver=0.9.6
+pkgver=0.9.7
pkgrel=1
pkgdesc="Rtree: spatial index for Python GIS"
url="https://toblerity.github.com/rtree/"
@@ -11,7 +11,7 @@
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=('88e8283efdcef040934793d5413372792273edb489b7038d8a2c843c017f0b637d042b17c2787c334424a5e12deeb352d79ab8c4232fe830c62a29f1ca6fb7ce')
+sha512sums=('f3add9440ddbc3b40366a3826c4206d03d46aa4e0e5cf90e5838347def7f9b52662458cb964a5f27cfd589637b2b1616dca62cbd89e6095601cf0f1881e2090b')
build() {
cd rtree-$pkgver
More information about the arch-commits
mailing list