Robin Candau pushed to branch main at Arch Linux / Packaging / Packages / 
grafana-zabbix


Commits:
634c0d14 by Robin Candau at 2023-11-22T13:52:19+01:00
upgpkg: 4.4.4-1: New upstream release + Switch to nodejs-lts-iron (Todo 
dropping nodejs-lts-hydrogen)
https://archlinux.org/todo/dropping-nodejs-lts-hydrogen/

- - - - -


2 changed files:

- .SRCINFO
- PKGBUILD


Changes:

=====================================
.SRCINFO
=====================================
@@ -1,7 +1,7 @@
 pkgbase = grafana-zabbix
        pkgdesc = Zabbix plugin for Grafana dashboard
-       pkgver = 4.4.3
-       pkgrel = 2
+       pkgver = 4.4.4
+       pkgrel = 1
        url = https://github.com/alexanderzobnin/grafana-zabbix
        arch = any
        license = APACHE
@@ -9,12 +9,10 @@ pkgbase = grafana-zabbix
        makedepends = libfaketime
        makedepends = go
        makedepends = git
-       makedepends = nodejs-lts-hydrogen
+       makedepends = nodejs-lts-iron
        makedepends = mage
        depends = grafana
-       source = 
grafana-zabbix-4.4.3-retagged-1.tar.gz::https://github.com/alexanderzobnin/grafana-zabbix/archive/v4.4.3.tar.gz
-       source = 
fix_prettier_issues_in_test_files.patch::https://github.com/grafana/grafana-zabbix/commit/43f2c6653bda5a0dcd9b824a11839d2531202906.patch
-       sha256sums = 
023c5c143195df6f255132428e90bd8cd107b046f119d88d22538bc683f33eff
-       sha256sums = 
3c9d44cab26971417333ef5d1f7f331bed9e10b0048eb61c9b16ebcb7cc67a93
+       source = 
grafana-zabbix-4.4.4-retagged-1.tar.gz::https://github.com/alexanderzobnin/grafana-zabbix/archive/v4.4.4.tar.gz
+       sha256sums = 
7ec0a6aaa2253725c0a67bc561cc8893802722336232a9b88de8f0874c41194e
 
 pkgname = grafana-zabbix


=====================================
PKGBUILD
=====================================
@@ -2,29 +2,22 @@
 # Maintainer: Robin Candau <an...@archlinux.org>
 
 pkgname=grafana-zabbix
-pkgver=4.4.3
-pkgrel=2
+pkgver=4.4.4
+pkgrel=1
 pkgdesc="Zabbix plugin for Grafana dashboard"
 arch=('any')
 url="https://github.com/alexanderzobnin/grafana-zabbix";
 license=('APACHE')
 depends=('grafana')
-makedepends=(yarn libfaketime go git nodejs-lts-hydrogen mage)
-source=("$pkgname-$pkgver-retagged-1.tar.gz::https://github.com/alexanderzobnin/grafana-zabbix/archive/v$pkgver.tar.gz";
-        
"fix_prettier_issues_in_test_files.patch::https://github.com/grafana/grafana-zabbix/commit/43f2c6653bda5a0dcd9b824a11839d2531202906.patch";)
-sha256sums=('023c5c143195df6f255132428e90bd8cd107b046f119d88d22538bc683f33eff'
-            '3c9d44cab26971417333ef5d1f7f331bed9e10b0048eb61c9b16ebcb7cc67a93')
+makedepends=(yarn libfaketime go git nodejs-lts-iron mage)
+source=("$pkgname-$pkgver-retagged-1.tar.gz::https://github.com/alexanderzobnin/grafana-zabbix/archive/v$pkgver.tar.gz";)
+sha256sums=('7ec0a6aaa2253725c0a67bc561cc8893802722336232a9b88de8f0874c41194e')
 
 prepare() {
        cd "$pkgname-$pkgver"
 
        # Fix tests not working without git clone
        sed -i 's#jest --watch --onlyChanged#jest#' package.json
-
-       # Temporary patch to fix tests
-       # https://github.com/grafana/grafana-zabbix/issues/1709
-       # https://github.com/grafana/grafana-zabbix/pull/1710
-       patch -Np1 < "${srcdir}/fix_prettier_issues_in_test_files.patch"
 }
 
 build() {



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/grafana-zabbix/-/commit/634c0d14002b1acc829124857341de4d0bb09d5f

-- 
View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/grafana-zabbix/-/commit/634c0d14002b1acc829124857341de4d0bb09d5f
You're receiving this email because of your account on gitlab.archlinux.org.


Reply via email to