trace-cmd: update to 3.3.2.

This commit is contained in:
Leah Neukirchen 2025-05-09 15:15:36 +02:00
parent c3b2a7aa33
commit 7c6d7a2dd0

View file

@ -1,6 +1,6 @@
# Template file for 'trace-cmd'
pkgname=trace-cmd
version=3.3.1
version=3.3.2
revision=1
build_style=gnu-makefile
make_build_args="libdir_relative=lib${XBPS_TARGET_WORDSIZE}"
@ -15,11 +15,11 @@ maintainer="Leah Neukirchen <leah@vuxu.org>"
license="GPL-2.0-or-later, LGPL-2.1-only"
homepage="https://trace-cmd.org"
distfiles="https://git.kernel.org/pub/scm/utils/trace-cmd/trace-cmd.git/snapshot/trace-cmd-v${version}.tar.gz"
checksum=2efe103389367e93c764c4a788880ba51018a65dec21b0411965a5f06a6338c1
checksum=cf16c91c0c49893499710ab2f722fd7c5ffce27485d2f7509370836b168ecd45
make_check=no # needs privileges
post_install() {
rm ${DESTDIR}/etc/bash_completion.d/*
rm ${DESTDIR}/usr/share/bash-completion/completions/*.bash
vcompletion tracecmd/trace-cmd.bash bash
}