From e8937a54493ac9af3d28b58ed2d2268f9a9868ea Mon Sep 17 00:00:00 2001 From: Anthony Iliopoulos Date: Tue, 16 Jun 2020 13:26:30 +0200 Subject: [PATCH] systemtap: update to 4.3. --- srcpkgs/systemtap/template | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/srcpkgs/systemtap/template b/srcpkgs/systemtap/template index ae4c3556cc3..256a9a04b0b 100644 --- a/srcpkgs/systemtap/template +++ b/srcpkgs/systemtap/template @@ -1,19 +1,19 @@ # Template file for 'systemtap' pkgname=systemtap -version=4.2 -revision=3 +version=4.3 +revision=1 archs="i686 x86_64 armv6l armv7l aarch64 ppc64le" build_style=gnu-configure hostmakedepends="python3" makedepends="elfutils-devel" depends="python3" -python_version=3 short_desc="Infrastructure to simplify the gathering of information" maintainer="Orphaned " license="GPL-3.0-or-later" homepage="https://sourceware.org/systemtap/" distfiles="https://sourceware.org/systemtap/ftp/releases/systemtap-${version}.tar.gz" -checksum=0984ebe3162274988252ec35074021dc1e8420d87a8b35f437578562fce08781 +checksum=f8e206ed654c13a8b42245a342c1b5a4aafdf817c97bf3becbe3c8a43a4489ce +python_version=3 systemtap-devel_package() { depends="systemtap-${version}_${revision}"