summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorCarlos Aznarán Laos2023-05-30 12:48:23 -0500
committerCarlos Aznarán Laos2023-05-30 12:48:23 -0500
commitdf979af152c91ff377b1d577aeffca9897bf684e (patch)
tree198501b1a258c3f7a2a12e189d187f4766ea9542 /PKGBUILD
parentb25f418f50ae048e8aa1e6d1501d1543fda6ea25 (diff)
downloadaur-df979af152c91ff377b1d577aeffca9897bf684e.tar.gz
Bump version to 0.15.0
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD6
1 files changed, 3 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 1a034a7c0ae9..57cd0107b090 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,8 +3,8 @@
# Contributor: Gaël Donval <gdonval+aur at google mail>
_base=datashader
pkgname=python-${_base}
-pkgver=0.14.4
-pkgrel=2
+pkgver=0.15.0
+pkgrel=1
pkgdesc="Quickly and accurately render even the largest data"
arch=(any)
url="https://${_base}.org"
@@ -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=('65ea2bca4b2017a817c7eae189760495c909987d5f052c3aa94adac20d36582969087645975a307e9b7a99d48bec2e52624489b8c0d026b2d94d722b6b638e14')
+sha512sums=('5605f0b2e05a633d9987b6c3198d71be648dfbd6d35ee9023e5091e8df3fd57a8fa841c4ea85490f0426c7f859285008bff9407ea88b73fa909937e5218d9ae7')
build() {
cd ${_base}-${pkgver}