summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorCarlos Aznarán Laos2023-08-17 12:36:22 -0500
committerCarlos Aznarán Laos2023-08-17 12:36:22 -0500
commit3888b6c1c7d347e84a63db3d8563c2e54eb5a60a (patch)
treee1aaa6117aca672347635209e2f603c734b2431d /PKGBUILD
parent348996d57cf4f0bfa1d5c0c73558ff3319850bec (diff)
downloadaur-3888b6c1c7d347e84a63db3d8563c2e54eb5a60a.tar.gz
Bump version to 0.15.2
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 1fc4a60344a4..ccfedaa6cda7 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.1
+pkgver=0.15.2
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=('c01f2faaa6d25e056eb669f9d2b1257ab41b9c7fd4ab9620921ade31b32b3ef9aaec4a4457c49323ec72d6a3448a7d6627f3fd5dad5d96f133fa0dff7c84136c')
+sha512sums=('59ca31d26d53e7257d3e4e891c8da8778f69c8997a6eaa82ca6cf239f3a134fa44d32e6d70702f2da8b9c394f3cd250e6e75b2d31af70feb429c20263c4c6605')
build() {
cd ${_base}-${pkgver}