summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD6
1 files changed, 3 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 8ab514202993..713b177e4640 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,16 +3,16 @@
# Contributor: Gaƫl Donval <gdonval+aur at google mail>
_base=datashader
pkgname=python-${_base}
-pkgver=0.16.0
+pkgver=0.16.1
pkgrel=1
pkgdesc="Quickly and accurately render even the largest data"
arch=(any)
url="https://${_base}.org"
-license=('custom:BSD-3-clause')
+license=(BSD-3-Clause)
depends=(python-colorcet python-dask python-multipledispatch 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=('79e6e79fdc9e22184b01b536e21b4e36ba534c7b42b8e05ba2a6177d8d991f935eba6b914fc68a766c737643bcc66c7e805cbfa2e4a46e9967af776a160a48cf')
+sha512sums=('005a101bcfd716d9e8422ccce80ad485912757c52ef8793ecc9a5aff2249bdcb9bbc4bc7dac47154f9468767bcdb637dd5f2dc6f58ebccb9016695c9a88f187e')
build() {
cd ${_base}-${pkgver}