diff --git a/srcpkgs/bcc/template b/srcpkgs/bcc/template index a0ead1ec73e..13df47857f5 100644 --- a/srcpkgs/bcc/template +++ b/srcpkgs/bcc/template @@ -1,6 +1,6 @@ # Template file for 'bcc' pkgname=bcc -version=0.18.0 +version=0.19.0 revision=1 wrksrc="bcc" build_style=cmake @@ -13,7 +13,7 @@ maintainer="Leah Neukirchen " license="Apache-2.0" homepage="https://github.com/iovisor/bcc" distfiles="https://github.com/iovisor/bcc/releases/download/v${version}/bcc-src-with-submodule.tar.gz" -checksum=d05f2da69545bbb727b929e581c12f6c47729316211899d3734e08f7cff2215b +checksum=4c41fc1a6a7ef2084b43c52c1b2e6104230ba9f31e02958416bf131d848e74e4 python_version="3" if [ "$XBPS_TARGET_NO_ATOMIC8" ]; then @@ -22,6 +22,7 @@ fi post_extract() { sed -i '/tests/d' CMakeLists.txt # break on musl + sed -i 's///' examples/cpp/KModRetExample.cc } bcc-tools_package() { short_desc+=" - tools"