David Runge pushed to branch main at Arch Linux / Packaging / Packages / cmt
Commits: 0708283e by David Runge at 2026-01-09T20:10:30+01:00 Add nvchecker integration Signed-off-by: David Runge <[email protected]> - - - - - 886e72be by David Runge at 2026-01-09T20:10:57+01:00 Switch to correct SPDX license identifier Signed-off-by: David Runge <[email protected]> - - - - - 3 changed files: - .SRCINFO - + .nvchecker.toml - PKGBUILD Changes: ===================================== .SRCINFO ===================================== @@ -6,7 +6,7 @@ pkgbase = cmt arch = x86_64 groups = ladspa-plugins groups = pro-audio - license = GPL2 + license = GPL-2.0-or-later makedepends = ladspa depends = gcc-libs depends = glibc ===================================== .nvchecker.toml ===================================== @@ -0,0 +1,4 @@ +[cmt] +source = "regex" +regex = 'cmt_([\d.]+)\.tgz?' +url = "http://www.ladspa.org/download/index.html" ===================================== PKGBUILD ===================================== @@ -7,7 +7,7 @@ pkgver=1.18 pkgrel=4 pkgdesc="LADSPA plugins for use with software synthesis and recording packages on Linux" arch=(x86_64) -license=(GPL2) +license=(GPL-2.0-or-later) url="https://www.ladspa.org/cmt/overview.html" groups=( ladspa-plugins View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/cmt/-/compare/7a6214d6ef126a7419f52f617746dc7dbc8bb78c...886e72beb55a5553b1e44fc4acf308aec4faa611 -- View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/cmt/-/compare/7a6214d6ef126a7419f52f617746dc7dbc8bb78c...886e72beb55a5553b1e44fc4acf308aec4faa611 You're receiving this email because of your account on gitlab.archlinux.org.
