Robin Candau pushed to branch main at Arch Linux / Packaging / Packages / grafana-zabbix
Commits: fcc8f1c9 by Robin Candau at 2026-07-15T13:36:15+02:00 upgpkg: 6.5.0-2: Switch from nodejs-iron to nodejs-krypton Relates to https://gitlab.archlinux.org/archlinux/packaging/packages/nodejs-lts-iron/-/work_items/8 - - - - - 2 changed files: - .SRCINFO - PKGBUILD Changes: ===================================== .SRCINFO ===================================== @@ -1,7 +1,7 @@ pkgbase = grafana-zabbix pkgdesc = Zabbix plugin for Grafana dashboard pkgver = 6.5.0 - pkgrel = 1 + pkgrel = 2 url = https://github.com/grafana/grafana-zabbix arch = x86_64 license = Apache-2.0 @@ -10,7 +10,7 @@ pkgbase = grafana-zabbix makedepends = libfaketime makedepends = go makedepends = git - makedepends = nodejs-lts-iron + makedepends = nodejs-lts-krypton makedepends = mage depends = grafana source = grafana-zabbix-6.5.0.tar.gz::https://github.com/grafana/grafana-zabbix/archive/v6.5.0.tar.gz ===================================== PKGBUILD ===================================== @@ -3,13 +3,13 @@ pkgname=grafana-zabbix pkgver=6.5.0 -pkgrel=1 +pkgrel=2 pkgdesc="Zabbix plugin for Grafana dashboard" arch=('x86_64') url="https://github.com/grafana/grafana-zabbix" license=('Apache-2.0') depends=('grafana') -makedepends=('yarn' 'npm' 'libfaketime' 'go' 'git' 'nodejs-lts-iron' 'mage') +makedepends=('yarn' 'npm' 'libfaketime' 'go' 'git' 'nodejs-lts-krypton' 'mage') source=("${pkgname}-${pkgver}.tar.gz::${url}/archive/v${pkgver}.tar.gz" 'update_flag_for_yarnV2.patch') sha256sums=('e2f7bf1c346f4946ba5be97e8f06372e469761f2c59ffd65660fa66094d7ac55' View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/grafana-zabbix/-/commit/fcc8f1c917b0fd4637b13d3a81687c846e70b2bf -- View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/grafana-zabbix/-/commit/fcc8f1c917b0fd4637b13d3a81687c846e70b2bf You're receiving this email because of your account on gitlab.archlinux.org. Manage all notifications: https://gitlab.archlinux.org/-/profile/notifications | Help: https://gitlab.archlinux.org/help
