summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorNarrat2023-11-12 18:43:59 +0100
committerNarrat2023-11-12 18:43:59 +0100
commit49422688675a45f628e13fc14bb87880f2ebd5d7 (patch)
tree6c491bb8f6e0c3e0628e08c29dac1445e018f161
parent426774b328578d9567f85424f9c8623e1a6e1d87 (diff)
downloadaur-49422688675a45f628e13fc14bb87880f2ebd5d7.tar.gz
vl-convert: update to 1.1.0
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index c016d9cf712d..e7f9df5bf291 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = python-vl-convert
pkgdesc = Convert Vega-Lite chart specifications to SVG, PNG, or Vega
- pkgver = 1.0.1
+ pkgver = 1.1.0
pkgrel = 1
url = https://github.com/vega/vl-convert
arch = x86_64
@@ -11,7 +11,7 @@ pkgbase = python-vl-convert
makedepends = python-wheel
makedepends = cmake
depends = python
- source = https://files.pythonhosted.org/packages/source/v/vl-convert-python/vl_convert_python-1.0.1.tar.gz
- sha256sums = 488565b6a0eb5e75558f82147217c5090672bee58745e79225b2f2902db9fffd
+ source = https://files.pythonhosted.org/packages/source/v/vl-convert-python/vl_convert_python-1.1.0.tar.gz
+ sha256sums = cc2bf58e019a5b4796b2903af8eb952555a7701603e0752e9f9fe66627af5c2e
pkgname = python-vl-convert
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() {