summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorCarlos Aznarán Laos2023-07-05 12:58:34 -0500
committerCarlos Aznarán Laos2023-07-05 12:58:34 -0500
commit348996d57cf4f0bfa1d5c0c73558ff3319850bec (patch)
tree89d2ff6809a90d0f265439e1f0429e58f0913781 /PKGBUILD
parentdf979af152c91ff377b1d577aeffca9897bf684e (diff)
downloadaur-348996d57cf4f0bfa1d5c0c73558ff3319850bec.tar.gz
Bump version to 0.15.1
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 57cd0107b090..1fc4a60344a4 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.0
+pkgver=0.15.1
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=('5605f0b2e05a633d9987b6c3198d71be648dfbd6d35ee9023e5091e8df3fd57a8fa841c4ea85490f0426c7f859285008bff9407ea88b73fa909937e5218d9ae7')
+sha512sums=('c01f2faaa6d25e056eb669f9d2b1257ab41b9c7fd4ab9620921ade31b32b3ef9aaec4a4457c49323ec72d6a3448a7d6627f3fd5dad5d96f133fa0dff7c84136c')
build() {
cd ${_base}-${pkgver}