summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorCarlos Aznarán Laos2022-06-21 11:15:20 -0500
committerCarlos Aznarán Laos2022-06-21 11:15:20 -0500
commit6fb74c0d1bf37785bdfafc7c780b6978388bb79e (patch)
treecc63ab095b2373cad1e83a52f2620c83ef070997 /PKGBUILD
parentad68aef334ad369d1e8cbe3429d834b2f570a661 (diff)
downloadaur-6fb74c0d1bf37785bdfafc7c780b6978388bb79e.tar.gz
Bump version 0.14.1
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD6
1 files changed, 3 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index de4a8315da8d..b020123010fc 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.14.0
-pkgrel=2
+pkgver=0.14.1
+pkgrel=1
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=('470d930e5e86dd77bcf0d08811cfe4efea0337d59539c96998f20dd1173b8359d5eb0ae9c85baa05e348345b4cb4ad779aaf6032137d22f5afb342e5bc2eb594')
+sha512sums=('dab48dda9fba99934de25bb24a930fa0621329abbca12b81351a654a2b0114ba51bb0bfdacdbda81024313b5d0df604195413d94a3ea87eb24f4e742ecdb9055')
build() {
cd ${_base}-${pkgver}