David Runge pushed to branch main at Arch Linux / Packaging / Packages / jalv
Commits: f3d90d01 by David Runge at 2026-01-09T20:50:34+01:00 Switch to correct SPDX license identifier Signed-off-by: David Runge <[email protected]> - - - - - 75c9c03c by David Runge at 2026-01-09T20:55:29+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 = jalv url = https://drobilla.net/software/jalv.html arch = x86_64 groups = pro-audio - license = custom:ISC + license = ISC makedepends = gtk3 makedepends = jack makedepends = lilv ===================================== .nvchecker.toml ===================================== @@ -0,0 +1,3 @@ +[jalv] +source = "git" +git = "https://gitlab.com/drobilla/jalv.git" ===================================== PKGBUILD ===================================== @@ -7,7 +7,7 @@ pkgrel=4 pkgdesc="A simple but fully featured LV2 host for Jack" arch=(x86_64) url="https://drobilla.net/software/jalv.html" -license=(custom:ISC) +license=(ISC) groups=(pro-audio) depends=( gcc-libs View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/jalv/-/compare/2ee6e6a7abb44fb9899ad44827169f76f756f9a5...75c9c03c59582814e69313736279fd156f8c45d0 -- View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/jalv/-/compare/2ee6e6a7abb44fb9899ad44827169f76f756f9a5...75c9c03c59582814e69313736279fd156f8c45d0 You're receiving this email because of your account on gitlab.archlinux.org.
