diff --git a/srcpkgs/wireshark/template b/srcpkgs/wireshark/template index 65eec2e652e..78a97130f68 100644 --- a/srcpkgs/wireshark/template +++ b/srcpkgs/wireshark/template @@ -1,6 +1,6 @@ # Template file for 'wireshark' pkgname=wireshark -version=3.4.2 +version=3.4.5 revision=1 build_style=cmake configure_args="-DCMAKE_BUILD_TYPE=None" @@ -17,7 +17,7 @@ maintainer="Enno Boland " license="GPL-2.0-or-later" homepage="https://www.wireshark.org" distfiles="https://www.wireshark.org/download/src/${pkgname}-${version}.tar.xz" -checksum=de9868729e426a469baabd8d444240d84fa5445020e92c842dd19afd0d47a4c4 +checksum=de1aafd100a1e1207c850d180e97dd91ab8da0f5eb6beec545f725cdb145d333 system_groups="wireshark" CFLAGS="-DNDEBUG -I${XBPS_CROSS_BASE}/usr/include/lua5.2" @@ -30,7 +30,7 @@ post_patch() { } pre_check() { - make ${makejobs} -C build test-programs + ninja -C build test-programs } post_install() {