summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorCarlos Aznarán2023-10-27 16:02:13 -0500
committerCarlos Aznarán2023-10-27 16:02:13 -0500
commit64853444848a6ab9216d0af57b8aa05f5f1b62cb (patch)
tree395f818045144301fad0e15aae96ce5a96c3d1c0 /PKGBUILD
parent3888b6c1c7d347e84a63db3d8563c2e54eb5a60a (diff)
downloadaur-64853444848a6ab9216d0af57b8aa05f5f1b62cb.tar.gz
Bump version to 0.16.0
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index ccfedaa6cda7..6f5d455423bc 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@
# Contributor: Gaël Donval <gdonval+aur at google mail>
_base=datashader
pkgname=python-${_base}
-pkgver=0.15.2
+pkgver=0.16.0
pkgrel=1
pkgdesc="Quickly and accurately render even the largest data"
arch=(any)
@@ -12,7 +12,7 @@ license=('custom:BSD-3-clause')
depends=(python-colorcet python-dask python-datashape python-numba python-pillow python-scipy python-xarray)
makedepends=(python-build python-installer python-wheel)
source=(${_base}-${pkgver}.tar.gz::https://github.com/holoviz/${_base}/archive/v${pkgver}.tar.gz)
-sha512sums=('59ca31d26d53e7257d3e4e891c8da8778f69c8997a6eaa82ca6cf239f3a134fa44d32e6d70702f2da8b9c394f3cd250e6e75b2d31af70feb429c20263c4c6605')
+sha512sums=('79e6e79fdc9e22184b01b536e21b4e36ba534c7b42b8e05ba2a6177d8d991f935eba6b914fc68a766c737643bcc66c7e805cbfa2e4a46e9967af776a160a48cf')
build() {
cd ${_base}-${pkgver}