David Runge pushed to branch main at Arch Linux / Packaging / Packages / libtraceevent
Commits: 4b2d7ba6 by David Runge at 2024-05-20T18:25:44+02:00 Add nvchecker integration Signed-off-by: David Runge <[email protected]> - - - - - f520a902 by David Runge at 2024-05-20T18:34:45+02:00 upgpkg: 1:1.8.2-2 Rebuild with distribution CFLAGS. - - - - - 3 changed files: - .SRCINFO - + .nvchecker.toml - PKGBUILD Changes: ===================================== .SRCINFO ===================================== @@ -1,7 +1,7 @@ pkgbase = libtraceevent pkgdesc = Linux kernel trace event library pkgver = 1.8.2 - pkgrel = 1 + pkgrel = 2 epoch = 1 url = https://git.kernel.org/pub/scm/libs/libtrace/libtraceevent.git/about/ arch = x86_64 ===================================== .nvchecker.toml ===================================== @@ -0,0 +1,4 @@ +[libtraceevent] +source = "git" +git = "https://git.kernel.org/pub/scm/libs/libtrace/libtraceevent.git" +prefix = "libtraceevent-" ===================================== PKGBUILD ===================================== @@ -6,7 +6,7 @@ pkgname=( libtraceevent-docs ) pkgver=1.8.2 -pkgrel=1 +pkgrel=2 epoch=1 pkgdesc="Linux kernel trace event library" arch=(x86_64) View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/libtraceevent/-/compare/7596551e9fd6f4b9c0332ef76e42569f412c11a6...f520a902082246ae339450ce14e11b23371d1f4a -- View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/libtraceevent/-/compare/7596551e9fd6f4b9c0332ef76e42569f412c11a6...f520a902082246ae339450ce14e11b23371d1f4a You're receiving this email because of your account on gitlab.archlinux.org.
