George Hu pushed to branch main at Arch Linux / Packaging / Packages / gtkwave
Commits: 2632f9c1 by George Hu at 2025-08-01T11:46:42+08:00 Update maintainer comment - - - - - c11ec338 by George Hu at 2025-08-01T11:56:08+08:00 Add nvchecker configuration file - - - - - 2 changed files: - + .nvchecker.toml - PKGBUILD Changes: ===================================== .nvchecker.toml ===================================== @@ -0,0 +1,4 @@ +[gtkwave] +source = "jq" +url = "https://sourceforge.net/projects/gtkwave/best_release.json" +filter = '.release.filename | split("/") | .[1] | split("-") | .[-1]' ===================================== PKGBUILD ===================================== @@ -1,4 +1,5 @@ -# Maintainer: Kyle Keen <[email protected]> +# Maintainer: George Hu <[email protected]> +# Contributor: Kyle Keen <[email protected]> # Contributor: Thomas Dziedzic < gostrc at gmail > # Contributor: Jared Casper <[email protected]> View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/gtkwave/-/compare/db6148b14f8f567eb03834becc3ab7f502ac76f6...c11ec3389a2ff9517e17d2d9cf75dd70f9196ea2 -- View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/gtkwave/-/compare/db6148b14f8f567eb03834becc3ab7f502ac76f6...c11ec3389a2ff9517e17d2d9cf75dd70f9196ea2 You're receiving this email because of your account on gitlab.archlinux.org.
