From 74993cfd88b73994436034cfd743cbecea2c5705 Mon Sep 17 00:00:00 2001 From: Anthony Iliopoulos Date: Fri, 28 May 2021 20:40:51 +0200 Subject: [PATCH] lttng-ust: update to 2.12.2. Move to python_version=3. Using py2 was ok, since the lttng-gen-tp script supported both, but it's supported py3 since [1]. [1] https://github.com/lttng/lttng-ust/commit/2d9c7df199d251c3094cd9ce241a59e78bc4ade3 Closes: #31190 [via git-merge-pr] --- srcpkgs/lttng-ust/template | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/srcpkgs/lttng-ust/template b/srcpkgs/lttng-ust/template index a5822e2be97..10f50ff615c 100644 --- a/srcpkgs/lttng-ust/template +++ b/srcpkgs/lttng-ust/template @@ -1,6 +1,6 @@ # Template file for 'lttng-ust' pkgname=lttng-ust -version=2.12.0 +version=2.12.2 revision=1 build_style=gnu-configure makedepends="liburcu-devel libnuma-devel" @@ -11,8 +11,8 @@ license="LGPL-2.1-only" homepage="http://lttng.org" changelog="https://github.com/lttng/lttng-ust/raw/master/ChangeLog" distfiles="${homepage}/files/${pkgname}/${pkgname}-${version}.tar.bz2" -checksum=1983edb525f3f27e3494088d8d5389b4c71af66bbfe63c6f1df2ad95aa44a528 -python_version=2 #unverified +checksum=bcd0f064b6ca88c72d84e760eac3472ae5c828411c634435922bee9fce359fc7 +python_version=3 lttng-ust-devel_package() { depends="${sourcepkg}>=${version}_${revision} liburcu-devel"