David Runge pushed to branch main at Arch Linux / Packaging / Packages / pvoc
Commits: 90f402b8 by David Runge at 2026-01-09T21:43:07+01:00 Switch to correct SPDX license identifier Signed-off-by: David Runge <[email protected]> - - - - - f4f10e82 by David Runge at 2026-01-09T21:44:06+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 = pvoc arch = x86_64 groups = ladspa-plugins groups = pro-audio - license = GPL2 + license = GPL-2.0-or-later makedepends = ladspa depends = fftw depends = libsndfile ===================================== .nvchecker.toml ===================================== @@ -0,0 +1,4 @@ +[pvoc] +source = "regex" +regex = 'pvoc_([\d.]+)\.tar\.gz?' +url = "http://quitte.de/dsp/pvoc.html" ===================================== PKGBUILD ===================================== @@ -7,7 +7,7 @@ pkgrel=6 pkgdesc="LADSPLA plugins and a tool for time compression/expansion using phase-vocoding" arch=('x86_64') url="http://quitte.de/dsp/pvoc.html" -license=('GPL2') +license=(GPL-2.0-or-later) groups=('ladspa-plugins' 'pro-audio') depends=('fftw' 'libsndfile') makedepends=('ladspa') View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/pvoc/-/compare/493ded85cd05f37acc1992b2ace2883ed57f48c3...f4f10e826f89d91b92d0ce07af3b7a388acf0038 -- View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/pvoc/-/compare/493ded85cd05f37acc1992b2ace2883ed57f48c3...f4f10e826f89d91b92d0ce07af3b7a388acf0038 You're receiving this email because of your account on gitlab.archlinux.org.
