diff --git a/srcpkgs/bpftrace/template b/srcpkgs/bpftrace/template index 28a1db1a12f..b2dccc88932 100644 --- a/srcpkgs/bpftrace/template +++ b/srcpkgs/bpftrace/template @@ -1,6 +1,6 @@ # Template file for 'bpftrace' pkgname=bpftrace -version=0.9.4 +version=0.10.0 revision=1 build_style=cmake configure_args="-DBUILD_TESTING=OFF" # needs root to run @@ -11,9 +11,9 @@ maintainer="Leah Neukirchen " license="Apache-2.0" homepage="https://github.com/iovisor/bpftrace/" distfiles="https://github.com/iovisor/bpftrace/archive/v${version}.tar.gz" -checksum=6f978d27cb44f69776f477dada420a70bb0a366123140f33be193ba5e752c5af +checksum=50ea80c0e337c4aaa260911e013b92ae09bdd5a062b23eb748290409bc2844db post_install() { - # clashes with bcc-tools anyway - rm -rf ${DESTDIR}/usr/man + # clashes with bcc-tools + rm -rf ${DESTDIR}/usr/share/man }