David Runge pushed to branch main at Arch Linux / Packaging / Packages / rev-plugins
Commits: 9555c08b by David Runge at 2026-01-09T21:51:29+01:00 Switch to correct SPDX license identifier Signed-off-by: David Runge <[email protected]> - - - - - 16436cda by David Runge at 2026-01-09T21:52:54+01:00 Add nvchecker integration Signed-off-by: David Runge <[email protected]> - - - - - 3 changed files: - .SRCINFO - + .nvchecker.toml - PKGBUILD Changes: ===================================== .SRCINFO ===================================== @@ -6,7 +6,7 @@ pkgbase = rev-plugins arch = x86_64 groups = ladspa-plugins groups = pro-audio - license = GPL3 + license = GPL-3.0-or-later makedepends = ladspa depends = gcc-libs depends = glibc ===================================== .nvchecker.toml ===================================== @@ -0,0 +1,4 @@ +[rev-plugins] +source = "regex" +regex = 'REV-plugins-([\d.]+)\.tar\..*?' +url = "https://kokkinizita.linuxaudio.org/linuxaudio/downloads/index.html" ===================================== PKGBUILD ===================================== @@ -8,7 +8,7 @@ pkgrel=3 pkgdesc="LADSPA stereo and ambisonic reverb plugin based on zita-rev1" arch=(x86_64) url="https://kokkinizita.linuxaudio.org/linuxaudio/ladspa/" -license=(GPL3) +license=(GPL-3.0-or-later) groups=( ladspa-plugins pro-audio View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/rev-plugins/-/compare/ce26a4dab606f1d4728d26381d28211329c5bb76...16436cda571fb4d9bcb1fb55cdaa164fe0479c2f -- View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/rev-plugins/-/compare/ce26a4dab606f1d4728d26381d28211329c5bb76...16436cda571fb4d9bcb1fb55cdaa164fe0479c2f You're receiving this email because of your account on gitlab.archlinux.org.
