David Runge pushed to branch main at Arch Linux / Packaging / Packages / qmidiroute
Commits: 157ee96e by David Runge at 2026-01-09T21:46:08+01:00 Switch to correct SPDX license identifier Signed-off-by: David Runge <[email protected]> - - - - - 142180bc by David Runge at 2026-01-09T21:47:59+01:00 Add nvchecker integration Signed-off-by: David Runge <[email protected]> - - - - - 3 changed files: - .SRCINFO - + .nvchecker.toml - PKGBUILD Changes: ===================================== .SRCINFO ===================================== @@ -5,7 +5,7 @@ pkgbase = qmidiroute url = http://alsamodular.sourceforge.net/ arch = x86_64 groups = pro-audio - license = GPL2 + license = GPL-2.0-only makedepends = qt5-tools depends = alsa-lib depends = gcc-libs ===================================== .nvchecker.toml ===================================== @@ -0,0 +1,4 @@ +[qmidiroute] +source = "regex" +regex = 'files/QMidiRoute/([\d.]+)/?' +url = "https://sourceforge.net/projects/alsamodular/files/QMidiRoute/" ===================================== PKGBUILD ===================================== @@ -11,7 +11,7 @@ pkgrel=10 pkgdesc="A MIDI router and filter utility" arch=(x86_64) url="http://alsamodular.sourceforge.net/" -license=(GPL2) +license=(GPL-2.0-only) groups=(pro-audio) depends=( alsa-lib View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/qmidiroute/-/compare/93d45fa7aeb212b7617468a857700b18078f4c6c...142180bce6b26b4b9162fddb91ad65e97bfeccae -- View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/qmidiroute/-/compare/93d45fa7aeb212b7617468a857700b18078f4c6c...142180bce6b26b4b9162fddb91ad65e97bfeccae You're receiving this email because of your account on gitlab.archlinux.org.
