diff --git a/mingw-w64-python-rtree/PKGBUILD b/mingw-w64-python-rtree/PKGBUILD index 8e268a8ae5..7972ff720f 100644 --- a/mingw-w64-python-rtree/PKGBUILD +++ b/mingw-w64-python-rtree/PKGBUILD @@ -1,15 +1,15 @@ -# Maintainer: No one +# Maintainer: Biswapriyo Nath -_pyname=Rtree _realname=rtree pkgbase=mingw-w64-python-${_realname} pkgname=("${MINGW_PACKAGE_PREFIX}-python-${_realname}") -pkgver=1.3.0 +pkgver=1.4.0 pkgrel=1 pkgdesc="Rtree: spatial index for Python GIS (mingw-w64)" arch=('any') mingw_arch=('mingw64' 'ucrt64' 'clang64' 'clangarm64') -url='https://github.com/Toblerity/rtree' +url='https://rtree.readthedocs.io/' +msys2_repository_url='https://github.com/Toblerity/rtree/' msys2_references=( 'purl: pkg:pypi/rtree' ) @@ -20,9 +20,9 @@ makedepends=("${MINGW_PACKAGE_PREFIX}-python-build" "${MINGW_PACKAGE_PREFIX}-python-installer" "${MINGW_PACKAGE_PREFIX}-python-setuptools") checkdepends=("${MINGW_PACKAGE_PREFIX}-python-pytest") -source=("https://pypi.org/packages/source/${_pyname::1}/${_pyname}/${_realname}-${pkgver}.tar.gz" +source=("https://pypi.org/packages/source/${_realname::1}/${_realname}/${_realname}-${pkgver}.tar.gz" "0001-fix-mingw-finder.patch") -sha256sums=('b36e9dd2dc60ffe3d02e367242d2c26f7281b00e1aaf0c39590442edaaadd916' +sha256sums=('9d97c7c5dcf25f6c0599c76d9933368c6a8d7238f2c1d00e76f1a69369ca82a0' 'a3dc771a7f1b9c1bc7e91e3d4b85d23a34ec19e95fd02adf0c95c360077c6d42') prepare() {