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 c367a8e2585c..857d54e737e6 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,8 +4,8 @@
pkgbase=python-altair
_pyname=altair
pkgname=('python-altair')
-pkgver=4.2.0
-pkgrel=2
+pkgver=4.2.2
+pkgrel=1
pkgdesc="Declarative statistical visualization library for Python"
arch=('any')
url="https://altair-viz.github.io/"
@@ -14,7 +14,7 @@ depends=(python-entrypoints python-jinja python-jsonschema python-numpy python-p
makedepends=(python-build python-installer python-wheel)
optdepends=('python-selenium: png and svg export support')
source=("${_pyname}-${pkgver}.tar.gz::https://files.pythonhosted.org/packages/source/${_pyname::1}/$_pyname/$_pyname-$pkgver.tar.gz")
-sha256sums=('d87d9372e63b48cd96b2a6415f0cf9457f50162ab79dc7a31cd7e024dd840026')
+sha256sums=('39399a267c49b30d102c10411e67ab26374156a84b1aeb9fcd15140429ba49c5')
build () {