summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorCarlos Aznarán Laos2022-05-06 07:47:14 -0500
committerCarlos Aznarán Laos2022-05-06 07:47:14 -0500
commitad68aef334ad369d1e8cbe3429d834b2f570a661 (patch)
tree6ae0c33559437fa77819f1109dc6b9ef56fa55cc
parent44a0009c10d9259db5475b2d7b61dbdd939a877d (diff)
downloadaur-ad68aef334ad369d1e8cbe3429d834b2f570a661.tar.gz
Update checksum
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD5
2 files changed, 4 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 796b440b54b7..779d24779480 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = python-datashader
pkgdesc = Quickly and accurately render even the largest data
pkgver = 0.14.0
- pkgrel = 1
+ pkgrel = 2
url = https://datashader.org
arch = any
license = custom
@@ -13,6 +13,6 @@ pkgbase = python-datashader
depends = python-colorcet
depends = python-scipy
source = datashader-0.14.0::https://github.com/holoviz/datashader/archive/v0.14.0.tar.gz
- sha512sums = a3cfdc11b9247040140deb03a93f80898b98ea01abe96031b721252e93db47b55618e992deae0cc34dfa05869eebf80f5eb84db6f5ecb6a1c01752d0bf6e7794
+ sha512sums = 470d930e5e86dd77bcf0d08811cfe4efea0337d59539c96998f20dd1173b8359d5eb0ae9c85baa05e348345b4cb4ad779aaf6032137d22f5afb342e5bc2eb594
pkgname = python-datashader
diff --git a/PKGBUILD b/PKGBUILD
index e17ea63ce94e..de4a8315da8d 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,18 +4,17 @@
_base=datashader
pkgname=python-${_base}
pkgver=0.14.0
-pkgrel=1
+pkgrel=2
pkgdesc="Quickly and accurately render even the largest data"
arch=(any)
url="https://${_base}.org"
license=('custom')
depends=(python-dask python-datashape python-numba python-pillow python-xarray python-colorcet python-scipy)
source=(${_base}-${pkgver}::https://github.com/holoviz/${_base}/archive/v${pkgver}.tar.gz)
-sha512sums=('a3cfdc11b9247040140deb03a93f80898b98ea01abe96031b721252e93db47b55618e992deae0cc34dfa05869eebf80f5eb84db6f5ecb6a1c01752d0bf6e7794')
+sha512sums=('470d930e5e86dd77bcf0d08811cfe4efea0337d59539c96998f20dd1173b8359d5eb0ae9c85baa05e348345b4cb4ad779aaf6032137d22f5afb342e5bc2eb594')
build() {
cd ${_base}-${pkgver}
- export PYTHONHASHSEED=0
python setup.py build
}