summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorCarlos Aznarán Laos2021-11-25 23:32:30 -0500
committerCarlos Aznarán Laos2021-11-25 23:32:30 -0500
commit76b5e93a66682c9a2945f6a18e386da518093cdf (patch)
tree78d38085bf8bdd843414c755ac24337bde87319d /PKGBUILD
parenta1c58f451cdadfb934cea5e41f11170b06788e29 (diff)
downloadaur-76b5e93a66682c9a2945f6a18e386da518093cdf.tar.gz
Add missing dependency python-pillow
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index dc18658bcbd4..9d13ce0fe66e 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,12 +4,12 @@
_base=datashader
pkgname=python-${_base}
pkgver=0.13.0
-pkgrel=1
+pkgrel=2
pkgdesc="Quickly and accurately render even the largest data"
arch=('any')
url="https://${_base}.org"
license=('BSD')
-depends=(python-dask python-datashape python-numba python-xarray python-colorcet python-scipy)
+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=('24272e75a8f7417531b5e35e8e74649f50a101b382475ba478cff11dcb819c4cb2773a8a26d19ee0993cb9988d26a5b82a1dc108ec511e505ebaffef72668477')