David Runge pushed to branch main at Arch Linux / Packaging / Packages / xwax
Commits: 0c6e95b6 by David Runge at 2026-01-12T21:43:21+01:00 Switch to correct SPDX license identifier Signed-off-by: David Runge <[email protected]> - - - - - e9e44fa0 by David Runge at 2026-01-12T21:44:50+01:00 Add nvchecker integration Signed-off-by: David Runge <[email protected]> - - - - - 45d10ee9 by David Runge at 2026-01-12T21:45:57+01:00 upgpkg: 1.9-3 Rebuild to set correct SPDX license identifier. - - - - - 3 changed files: - .SRCINFO - + .nvchecker.toml - PKGBUILD Changes: ===================================== .SRCINFO ===================================== @@ -1,10 +1,10 @@ pkgbase = xwax pkgdesc = Open-source vinyl emulation software for Linux. pkgver = 1.9 - pkgrel = 2 + pkgrel = 3 url = https://www.xwax.co.uk/ arch = x86_64 - license = GPL3 + license = GPL-3.0-only makedepends = alsa-lib makedepends = jack depends = glibc ===================================== .nvchecker.toml ===================================== @@ -0,0 +1,4 @@ +[xwax] +source = "regex" +regex = 'xwax-([\d.]+)\.tar\.gz?' +url = "https://xwax.org/releases" ===================================== PKGBUILD ===================================== @@ -4,11 +4,11 @@ pkgname=xwax pkgver=1.9 -pkgrel=2 +pkgrel=3 pkgdesc='Open-source vinyl emulation software for Linux.' arch=(x86_64) url="https://www.xwax.co.uk/" -license=(GPL3) +license=(GPL-3.0-only) depends=( glibc sdl View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/xwax/-/compare/655d160670a0313d5802e4862ddf2f5237c4f1a4...45d10ee9256d0960747371dd73a36799e12aea24 -- View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/xwax/-/compare/655d160670a0313d5802e4862ddf2f5237c4f1a4...45d10ee9256d0960747371dd73a36799e12aea24 You're receiving this email because of your account on gitlab.archlinux.org.
