From d7a06808ffb643ed6c2a6cea4d388ef8f6b27496 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Manuel=20H=C3=BCsers?= Date: Sat, 27 Apr 2024 20:57:00 +0200 Subject: [PATCH] upgpkg: tuned 2.22.1-2: rebuild * Trigger rebuild for Python 3.12 --- tuned/.SRCINFO | 2 +- tuned/PKGBUILD | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/tuned/.SRCINFO b/tuned/.SRCINFO index 0462747..55cb52d 100644 --- a/tuned/.SRCINFO +++ b/tuned/.SRCINFO @@ -1,7 +1,7 @@ pkgbase = tuned pkgdesc = Daemon that performs monitoring and adaptive configuration of devices in the system pkgver = 2.22.1 - pkgrel = 1 + pkgrel = 2 url = https://github.com/redhat-performance/tuned arch = any license = GPL diff --git a/tuned/PKGBUILD b/tuned/PKGBUILD index 41a2468..f80563c 100644 --- a/tuned/PKGBUILD +++ b/tuned/PKGBUILD @@ -6,7 +6,7 @@ pkgbase=tuned pkgname=("${pkgbase}" "${pkgbase}-ppd") pkgver=2.22.1 -pkgrel=1 +pkgrel=2 pkgdesc='Daemon that performs monitoring and adaptive configuration of devices in the system' arch=('any') url="https://github.com/redhat-performance/${pkgbase}"