summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorCarlos Aznarán Laos2022-04-25 15:59:42 -0500
committerCarlos Aznarán Laos2022-04-25 15:59:42 -0500
commit44a0009c10d9259db5475b2d7b61dbdd939a877d (patch)
tree6b6105c998cb8272a9c563cc4413ce2fc52ef6c0
parent73ead93b8287b58241428f5c80c9ba8be8469014 (diff)
downloadaur-44a0009c10d9259db5475b2d7b61dbdd939a877d.tar.gz
Bump version to 0.14.0
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD8
2 files changed, 8 insertions, 8 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 0f1e6d5a25b6..796b440b54b7 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = python-datashader
pkgdesc = Quickly and accurately render even the largest data
- pkgver = 0.13.0
- pkgrel = 3
+ pkgver = 0.14.0
+ pkgrel = 1
url = https://datashader.org
arch = any
license = custom
@@ -12,7 +12,7 @@ pkgbase = python-datashader
depends = python-xarray
depends = python-colorcet
depends = python-scipy
- source = datashader-0.13.0::https://github.com/holoviz/datashader/archive/v0.13.0.tar.gz
- sha512sums = b51628ad2eb9842d1dc043c655b5373d9b71ef139c470ae62113960a13977049faae2bc03cdba3d03370bcaad80453ae333630fb6fd2a33162234956119e01c2
+ source = datashader-0.14.0::https://github.com/holoviz/datashader/archive/v0.14.0.tar.gz
+ sha512sums = a3cfdc11b9247040140deb03a93f80898b98ea01abe96031b721252e93db47b55618e992deae0cc34dfa05869eebf80f5eb84db6f5ecb6a1c01752d0bf6e7794
pkgname = python-datashader
diff --git a/PKGBUILD b/PKGBUILD
index 655ee83b38f2..e17ea63ce94e 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,15 +3,15 @@
# Contributor: Gaël Donval <gdonval+aur at google mail>
_base=datashader
pkgname=python-${_base}
-pkgver=0.13.0
-pkgrel=3
+pkgver=0.14.0
+pkgrel=1
pkgdesc="Quickly and accurately render even the largest data"
-arch=('any')
+arch=(any)
url="https://${_base}.org"
license=('custom')
depends=(python-dask python-datashape python-numba python-pillow python-xarray python-colorcet python-scipy)
source=(${_base}-${pkgver}::https://github.com/holoviz/${_base}/archive/v${pkgver}.tar.gz)
-sha512sums=('b51628ad2eb9842d1dc043c655b5373d9b71ef139c470ae62113960a13977049faae2bc03cdba3d03370bcaad80453ae333630fb6fd2a33162234956119e01c2')
+sha512sums=('a3cfdc11b9247040140deb03a93f80898b98ea01abe96031b721252e93db47b55618e992deae0cc34dfa05869eebf80f5eb84db6f5ecb6a1c01752d0bf6e7794')
build() {
cd ${_base}-${pkgver}