Sven-Hendrik Haase pushed to branch main at Arch Linux / Packaging / Packages /
tuned
Commits:
e85fcd2f by Sven-Hendrik Haase at 2026-02-23T01:41:38+01:00
upgpkg: 2.27.0-1
- - - - -
2 changed files:
- .SRCINFO
- PKGBUILD
Changes:
=====================================
.SRCINFO
=====================================
@@ -1,7 +1,7 @@
pkgbase = tuned
pkgdesc = Daemon that performs monitoring and adaptive configuration of
devices in the system
- pkgver = 2.26.0
- pkgrel = 2
+ pkgver = 2.27.0
+ pkgrel = 1
url = https://github.com/redhat-performance/tuned
arch = any
license = GPL-2.0-or-later
@@ -16,8 +16,8 @@ pkgbase = tuned
depends = python-gobject
depends = python-linux-procfs
depends = python-pyudev
- source =
https://github.com/redhat-performance/tuned/archive/v2.26.0/tuned-2.26.0.tar.gz
- sha512sums =
af468e1b4ca2e10cf00cad53f27d65d0b5eab73e65b9c61d67fd39ff9687700704db87294fbf62bda949b3544a9ba69c82f6d35f448226654a5949fa8de1b2c0
+ source =
https://github.com/redhat-performance/tuned/archive/v2.27.0/tuned-2.27.0.tar.gz
+ sha512sums =
7471d073879a688da66e72c4f5c562d1a732d6bfb562d8c033874a8edbad2bab3cf3c7dc387270bf99ae6b1b35ffc451173122e32023116709567e529e09dc52
pkgname = tuned
optdepends = virt-what: Virtual machine detection
=====================================
PKGBUILD
=====================================
@@ -6,8 +6,8 @@
pkgbase=tuned
pkgname=("${pkgbase}" "${pkgbase}-ppd")
-pkgver=2.26.0
-pkgrel=2
+pkgver=2.27.0
+pkgrel=1
pkgdesc='Daemon that performs monitoring and adaptive configuration of devices
in the system'
arch=('any')
url="https://github.com/redhat-performance/${pkgbase}"
@@ -16,7 +16,7 @@ depends=('ethtool' 'gawk' 'hdparm' 'polkit' 'perf'
'python-configobj'
'python-dbus' 'python-gobject' 'python-linux-procfs' 'python-pyudev')
makedepends=('desktop-file-utils')
source=("https://github.com/redhat-performance/${pkgbase}/archive/v${pkgver}/${pkgbase}-${pkgver}.tar.gz")
-sha512sums=('af468e1b4ca2e10cf00cad53f27d65d0b5eab73e65b9c61d67fd39ff9687700704db87294fbf62bda949b3544a9ba69c82f6d35f448226654a5949fa8de1b2c0')
+sha512sums=('7471d073879a688da66e72c4f5c562d1a732d6bfb562d8c033874a8edbad2bab3cf3c7dc387270bf99ae6b1b35ffc451173122e32023116709567e529e09dc52')
prepare() {
cd "${pkgbase}-${pkgver}"
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/tuned/-/commit/e85fcd2f1b775e1c17e85508bb5f77f978f8ae04
--
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/tuned/-/commit/e85fcd2f1b775e1c17e85508bb5f77f978f8ae04
You're receiving this email because of your account on gitlab.archlinux.org.