summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorManuel Hüsers2022-08-19 23:13:11 +0200
committerManuel Hüsers2022-08-19 23:13:11 +0200
commit6258865f96919472de308431351e45cc1068bcbc (patch)
tree9810363beeaec05127df1711b97e692a41064b09
parent2fdf17d6e12f037fd83cffbda44e4ffb57a44373 (diff)
downloadaur-6258865f96919472de308431351e45cc1068bcbc.tar.gz
Version 2.19.0
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD10
2 files changed, 9 insertions, 9 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 6a70eaeb8a3a..93f411eff1d0 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 05d50473d980..e3085cb14fe8 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,8 +4,8 @@
# Contributor: Tom <reztho at archlinux dot org>
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/"
}