David Runge pushed to branch main at Arch Linux / Packaging / Packages / ebumeter
Commits: 458fc010 by David Runge at 2026-01-09T20:28:46+01:00 Switch to correct SPDX license identifier Signed-off-by: David Runge <[email protected]> - - - - - 3fbb9992 by David Runge at 2026-01-09T20:29:38+01:00 Add nvchecker integration Signed-off-by: David Runge <[email protected]> - - - - - 3 changed files: - .SRCINFO - + .nvchecker.toml - PKGBUILD Changes: ===================================== .SRCINFO ===================================== @@ -4,7 +4,7 @@ pkgbase = ebumeter pkgrel = 2 url = https://kokkinizita.linuxaudio.org/linuxaudio/ebumeter-doc/quickguide.html arch = x86_64 - license = GPL3 + license = GPL-2.0-or-later makedepends = clxclient makedepends = clthreads makedepends = gendesk ===================================== .nvchecker.toml ===================================== @@ -0,0 +1,4 @@ +[ebumeter] +source = "regex" +regex = 'ebumeter-([\d.]+)\.tar\..*?' +url = "https://kokkinizita.linuxaudio.org/linuxaudio/downloads/index.html" ===================================== PKGBUILD ===================================== @@ -7,7 +7,7 @@ pkgrel=2 pkgdesc="Loudness measurement according to EBU-R128" arch=(x86_64) url="https://kokkinizita.linuxaudio.org/linuxaudio/ebumeter-doc/quickguide.html" -license=(GPL3) +license=(GPL-2.0-or-later) makedepends=(clxclient clthreads gendesk jack libsndfile zita-resampler) source=(https://kokkinizita.linuxaudio.org/linuxaudio/downloads/$pkgbase-$pkgver.tar.xz) sha512sums=('46a5277d60abeb9fcc94f53730a335fdb5c1f6f6a6aa4a4c9df0f5a34019c16cbb58ae23d4631ff24ad0cc8c514c970105e7301962b3918a82a6d994f520a555') View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/ebumeter/-/compare/796658ce4ee61338aea36a489aa44ea0468f9f1b...3fbb99922614c7ce2ba47f6b5d3540480fd29270 -- View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/ebumeter/-/compare/796658ce4ee61338aea36a489aa44ea0468f9f1b...3fbb99922614c7ce2ba47f6b5d3540480fd29270 You're receiving this email because of your account on gitlab.archlinux.org.
