Sven-Hendrik Haase pushed to branch main at Arch Linux / Packaging / Packages /
tuned
Commits:
a8dace3d by Sven-Hendrik Haase at 2024-11-26T16:31:45+01:00
upgpkg: 2.24.1-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.24.0
- pkgrel = 2
+ pkgver = 2.24.1
+ 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.24.0/tuned-2.24.0.tar.gz
- sha512sums =
d004cd621e26195fff14b39f29b2143cf47de09641454acd3029d61142c3d000a452f018356c84c32772bd99fc766f6ee847d2a8eddbde8ae34aaa0ecefa644e
+ source =
https://github.com/redhat-performance/tuned/archive/v2.24.1/tuned-2.24.1.tar.gz
+ sha512sums =
66c0a438a6bd0f2febd3bd0f1bb65ab05141f167b51581fae997922965308f0127b605cf57291244074f24598d1166f628dd2ed102f4829e5b164a23f8712b3f
pkgname = tuned
optdepends = virt-what: Virtual machine detection
=====================================
PKGBUILD
=====================================
@@ -6,8 +6,8 @@
pkgbase=tuned
pkgname=("${pkgbase}" "${pkgbase}-ppd")
-pkgver=2.24.0
-pkgrel=2
+pkgver=2.24.1
+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=('d004cd621e26195fff14b39f29b2143cf47de09641454acd3029d61142c3d000a452f018356c84c32772bd99fc766f6ee847d2a8eddbde8ae34aaa0ecefa644e')
+sha512sums=('66c0a438a6bd0f2febd3bd0f1bb65ab05141f167b51581fae997922965308f0127b605cf57291244074f24598d1166f628dd2ed102f4829e5b164a23f8712b3f')
prepare() {
cd "${pkgbase}-${pkgver}"
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/tuned/-/commit/a8dace3de0d460143b3356e3e2d5bbb2f061b0f8
--
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/tuned/-/commit/a8dace3de0d460143b3356e3e2d5bbb2f061b0f8
You're receiving this email because of your account on gitlab.archlinux.org.