summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorCarlos Aznarán Laos2022-04-25 15:59:42 -0500
committerCarlos Aznarán Laos2022-04-25 15:59:42 -0500
commit44a0009c10d9259db5475b2d7b61dbdd939a877d (patch)
tree6b6105c998cb8272a9c563cc4413ce2fc52ef6c0 /PKGBUILD
parent73ead93b8287b58241428f5c80c9ba8be8469014 (diff)
downloadaur-44a0009c10d9259db5475b2d7b61dbdd939a877d.tar.gz
Bump version to 0.14.0
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD8
1 files changed, 4 insertions, 4 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 655ee83b38f2..e17ea63ce94e 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,15 +3,15 @@
# Contributor: Gaël Donval <gdonval+aur at google mail>
_base=datashader
pkgname=python-${_base}
-pkgver=0.13.0
-pkgrel=3
+pkgver=0.14.0
+pkgrel=1
pkgdesc="Quickly and accurately render even the largest data"
-arch=('any')
+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=('b51628ad2eb9842d1dc043c655b5373d9b71ef139c470ae62113960a13977049faae2bc03cdba3d03370bcaad80453ae333630fb6fd2a33162234956119e01c2')
+sha512sums=('a3cfdc11b9247040140deb03a93f80898b98ea01abe96031b721252e93db47b55618e992deae0cc34dfa05869eebf80f5eb84db6f5ecb6a1c01752d0bf6e7794')
build() {
cd ${_base}-${pkgver}