David Runge pushed to branch main at Arch Linux / Packaging / Packages / dgedit
Commits: 48f0c34b by David Runge at 2026-01-09T20:20:45+01:00 Add nvchecker integration Signed-off-by: David Runge <[email protected]> - - - - - d3ab7a8a by David Runge at 2026-01-09T20:21:20+01:00 Update maintainer info Signed-off-by: David Runge <[email protected]> - - - - - 355be679 by David Runge at 2026-01-09T20:23:55+01:00 Switch to correct SPDX license identifier Signed-off-by: David Runge <[email protected]> - - - - - 3 changed files: - .SRCINFO - + .nvchecker.toml - PKGBUILD Changes: ===================================== .SRCINFO ===================================== @@ -5,7 +5,7 @@ pkgbase = dgedit url = https://drumgizmo.org/wiki/doku.php?id=getting_dgedit arch = x86_64 groups = pro-audio - license = GPL3 + license = GPL-3.0-or-later makedepends = qt5-tools depends = hicolor-icon-theme depends = libao ===================================== .nvchecker.toml ===================================== @@ -0,0 +1,4 @@ +[dgedit] +source = "regex" +regex = 'dgedit-([\d.]+)?' +url = "https://drumgizmo.org/releases/" ===================================== PKGBUILD ===================================== @@ -1,11 +1,11 @@ -# Maintainer: David Runge <[email protected]> +# Maintainer: David Runge <[email protected]> pkgname=dgedit pkgver=0.10.0 pkgrel=3 pkgdesc="The DrumGizmo drumkit editor" arch=('x86_64') url="https://drumgizmo.org/wiki/doku.php?id=getting_dgedit" -license=('GPL3') +license=(GPL-3.0-or-later) groups=('pro-audio') depends=('hicolor-icon-theme' 'libao' 'libsndfile' 'qt5-base') makedepends=('qt5-tools') View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/dgedit/-/compare/a74d7fee4af0813c6e7ae18e7a94065196cb3c4e...355be679a6175d73d6c0ad194e195f7d959b74b2 -- View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/dgedit/-/compare/a74d7fee4af0813c6e7ae18e7a94065196cb3c4e...355be679a6175d73d6c0ad194e195f7d959b74b2 You're receiving this email because of your account on gitlab.archlinux.org.
