Jakub Klinkovský pushed to branch main at Arch Linux / Packaging / Packages /
vl-convert
Commits:
0df006de by Jakub Klinkovský at 2026-02-20T20:29:29+01:00
upgpkg: 1.9.0-2: Replace deprecated gcc-libs dependency
- - - - -
2 changed files:
- .SRCINFO
- PKGBUILD
Changes:
=====================================
.SRCINFO
=====================================
@@ -1,7 +1,7 @@
pkgbase = vl-convert
pkgdesc = Convert Vega-Lite chart specifications to SVG, PNG, or Vega
pkgver = 1.9.0
- pkgrel = 1
+ pkgrel = 2
url = https://github.com/vega/vl-convert
arch = x86_64
license = BSD-3-Clause
@@ -13,14 +13,14 @@ pkgbase = vl-convert
b2sums =
ed0d4f42e19f3b7a24d96e45e679ec9febdf8b324aaae9653ff0293a0d4341e967a2556a6866f540051fdf94c6aed5e4e78408915dfbcaf521bac5ef6c0d08f6
pkgname = vl-convert
- depends = gcc-libs
depends = glibc
+ depends = libgcc
depends = zlib
depends = libz.so
pkgname = python-vl-convert
- depends = gcc-libs
depends = glibc
+ depends = libgcc
depends = python
depends = zlib
depends = libz.so
=====================================
PKGBUILD
=====================================
@@ -3,7 +3,7 @@
pkgbase=vl-convert
pkgname=(vl-convert python-vl-convert)
pkgver=1.9.0
-pkgrel=1
+pkgrel=2
pkgdesc="Convert Vega-Lite chart specifications to SVG, PNG, or Vega"
arch=(x86_64)
url="https://github.com/vega/vl-convert"
@@ -66,8 +66,8 @@ check() {
package_vl-convert() {
depends=(
- gcc-libs
glibc
+ libgcc
zlib libz.so
)
@@ -79,8 +79,8 @@ package_vl-convert() {
package_python-vl-convert() {
depends=(
- gcc-libs
glibc
+ libgcc
python
zlib libz.so
)
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/vl-convert/-/commit/0df006dec98e68ffc1751611d008e43679e0fef4
--
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/vl-convert/-/commit/0df006dec98e68ffc1751611d008e43679e0fef4
You're receiving this email because of your account on gitlab.archlinux.org.