summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index a5e7bc6fb88a..5f22c593c8f4 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
_module=vl-convert-python
pkgname=python-vl-convert
-pkgver=1.0.1
+pkgver=1.1.0
pkgrel=1
pkgdesc="Convert Vega-Lite chart specifications to SVG, PNG, or Vega"
arch=(x86_64)
@@ -11,7 +11,7 @@ license=(BSD)
depends=(python)
makedepends=(python-maturin python-build python-installer python-wheel cmake)
source=(https://files.pythonhosted.org/packages/source/${_module::1}/$_module/${_module//-/_}-$pkgver.tar.gz)
-sha256sums=('488565b6a0eb5e75558f82147217c5090672bee58745e79225b2f2902db9fffd')
+sha256sums=('cc2bf58e019a5b4796b2903af8eb952555a7701603e0752e9f9fe66627af5c2e')
build() {