diff --git a/srcpkgs/sysdig/template b/srcpkgs/sysdig/template index 636d3e54525..78f0efe9d36 100644 --- a/srcpkgs/sysdig/template +++ b/srcpkgs/sysdig/template @@ -1,13 +1,13 @@ # Template file for 'sysdig' pkgname=sysdig -version=0.26.4 -revision=2 +version=0.26.5 +revision=1 archs="i686 x86_64 ppc64le" build_style=cmake configure_args="-DSYSDIG_VERSION=${version} -DUSE_BUNDLED_DEPS=OFF -DUSE_BUNDLED_B64=ON -DUSE_BUNDLED_JQ=ON -DBUILD_DRIVER=OFF -DLUA_INCLUDE_DIR=${XBPS_CROSS_BASE}/usr/include/luajit-2.1 - -DLUA_LIBRARY=libluajit-5.1.so" + -DLUA_LIBRARY=libluajit-5.1.so -DCREATE_TEST_TARGETS=OFF" hostmakedepends="wget pkg-config protobuf" makedepends="LuaJIT-devel c-ares-devel elfutils-devel grpc-devel jsoncpp-devel libcurl-devel libprotoc-devel libressl-devel ncurses-devel protobuf-devel @@ -19,7 +19,7 @@ license="Apache-2.0, MIT, GPL-2.0-only" homepage="http://www.sysdig.org/" changelog="https://github.com/draios/sysdig/releases" distfiles="https://github.com/draios/${pkgname}/archive/${version}.tar.gz" -checksum=7c15ee25abf6cca850eaf6f4e42e25a1d9ad2b775ae794028f94afbd1ce9d271 +checksum=3a251eca408e71df9582eac93632d8927c5abcc8d09b25aa32ef6d9c99a07bd4 disable_parallel_build=yes dkms_modules="sysdig ${version}" nocross=yes