summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorPumpkinCheshire2021-06-30 23:09:16 +0800
committerPumpkinCheshire2021-06-30 23:09:16 +0800
commitf48af586d6abfc8259cb425cc133010bb0dae65f (patch)
tree64953db8b21f5575087e23d1c00aff215c57085e /PKGBUILD
parent36902a60da4dcb3584dbbd6fdbc8a4710b3dd1a9 (diff)
downloadaur-f48af586d6abfc8259cb425cc133010bb0dae65f.tar.gz
bump to 4.5.1
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD7
1 files changed, 4 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index cf0073dbf691..e2f06d0d700f 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,8 +1,8 @@
-# Maintainer: PumpkinCheshire <sollyonzou@gmail.com>
+# Maintainer: PumpkinCheshire <me at pumpkincheshire dot top>
_name=libpysal
pkgname=python-libpysal
-pkgver=4.4.0
+pkgver=4.5.1
pkgrel=1
pkgdesc="Core components of Python Spatial Analysis Library."
arch=('any')
@@ -41,10 +41,11 @@ optdepends=(
)
makedepends=('python-setuptools')
source=("https://files.pythonhosted.org/packages/source/${_name::1}/${_name}/${_name}-${pkgver}.tar.gz")
-sha256sums=('216eb73a276d9975e604217bd931dc3b7770a6efa95999952d027827fad51e0c')
+b2sums=('8353f5043c008b1c7fcfaf0a13304b7fd811e439857d9b0f348de3809d836e599d089b7ebce568ebb8c381961ab6f274d233ede064a75d635b0a54320cfc5f64')
build() {
cd "$_name-$pkgver"
+ export PYTHONHASHSEED=0
python setup.py build
}