From 6258865f96919472de308431351e45cc1068bcbc Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Manuel=20H=C3=BCsers?= Date: Fri, 19 Aug 2022 23:13:11 +0200 Subject: [PATCH] Version 2.19.0 --- .SRCINFO | 8 ++++---- PKGBUILD | 10 +++++----- 2 files changed, 9 insertions(+), 9 deletions(-) diff --git a/.SRCINFO b/.SRCINFO index 6a70eae..93f411e 100644 --- a/.SRCINFO +++ b/.SRCINFO @@ -1,7 +1,7 @@ pkgbase = tuned pkgdesc = Daemon that performs monitoring and adaptive configuration of devices in the system - pkgver = 2.18.0 - pkgrel = 2 + pkgver = 2.19.0 + pkgrel = 1 url = https://github.com/redhat-performance/tuned install = tuned.install arch = any @@ -21,7 +21,7 @@ pkgbase = tuned optdepends = virt-what: For use with virtual machines optdepends = systemtap: Disk and net statistic monitoring systemtap scripts backup = etc/tuned/active_profile - source = https://github.com/redhat-performance/tuned/archive/v2.18.0.tar.gz - sha256sums = b00c92cc21fa8595e95aba95042e7f590ea4146328491a655936a811e2590d80 + source = https://github.com/redhat-performance/tuned/archive/v2.19.0.tar.gz + sha256sums = 3cb2aeb9ecebd66a1a1c3aaff9589f5c5402201d16f7caa01acf0b9374ed8724 pkgname = tuned diff --git a/PKGBUILD b/PKGBUILD index 05d5047..e3085cb 100644 --- a/PKGBUILD +++ b/PKGBUILD @@ -4,8 +4,8 @@ # Contributor: Tom pkgname=tuned -pkgver=2.18.0 -pkgrel=2 +pkgver=2.19.0 +pkgrel=1 pkgdesc='Daemon that performs monitoring and adaptive configuration of devices in the system' arch=('any') url="https://github.com/redhat-performance/${pkgname}" @@ -16,7 +16,7 @@ makedepends=('desktop-file-utils') backup=('etc/tuned/active_profile') install="${pkgname}.install" source=("https://github.com/redhat-performance/${pkgname}/archive/v${pkgver}.tar.gz") -sha256sums=('b00c92cc21fa8595e95aba95042e7f590ea4146328491a655936a811e2590d80') +sha256sums=('3cb2aeb9ecebd66a1a1c3aaff9589f5c5402201d16f7caa01acf0b9374ed8724') prepare() { cd "${pkgname}-${pkgver}" @@ -32,8 +32,8 @@ package() { make DESTDIR="${pkgdir}" install rm -r "${pkgdir}"/{run,var} - python -m compileall -d /usr/lib "$pkgdir/usr/lib" - python -O -m compileall -d /usr/lib "$pkgdir/usr/lib" + python -m compileall -d /usr/lib "${pkgdir}/usr/lib" + python -O -m compileall -d /usr/lib "${pkgdir}/usr/lib" install -Dm644 tuned.service "${pkgdir}/usr/lib/systemd/system/" }