From 4f103da55165bcb04fe300281b43ff6e1f11824b Mon Sep 17 00:00:00 2001 From: icebal Date: Thu, 17 Jan 2019 12:12:27 -0600 Subject: [PATCH] updated depends --- .SRCINFO | 4 ++-- PKGBUILD | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.SRCINFO b/.SRCINFO index 73ebdde..962694f 100644 --- a/.SRCINFO +++ b/.SRCINFO @@ -1,7 +1,7 @@ pkgbase = tuned-git pkgdesc = Daemon that performs monitoring and adaptive configuration of devices in the system pkgver = 2.10.0.r75.g26db89d - pkgrel = 3 + pkgrel = 4 url = https://github.com/redhat-performance/tuned install = tuned.install arch = any @@ -16,7 +16,7 @@ pkgbase = tuned-git depends = python-dbus depends = python-schedutils depends = python-linux-procfs - depends = python-perf + depends = perf depends = hdparm depends = polkit depends = hicolor-icon-theme diff --git a/PKGBUILD b/PKGBUILD index 85b1a08..be6f5f5 100644 --- a/PKGBUILD +++ b/PKGBUILD @@ -3,12 +3,12 @@ pkgname=tuned-git pkgver=2.10.0.r75.g26db89d -pkgrel=3 +pkgrel=4 pkgdesc='Daemon that performs monitoring and adaptive configuration of devices in the system' arch=('any') url='https://github.com/redhat-performance/tuned' license=('GPL') -depends=('ethtool' 'python-configobj' 'python-pyudev' 'python-gobject' 'python-decorator' 'python-dbus' 'python-schedutils' 'python-linux-procfs' 'python-perf' 'hdparm' 'polkit' 'hicolor-icon-theme') +depends=('ethtool' 'python-configobj' 'python-pyudev' 'python-gobject' 'python-decorator' 'python-dbus' 'python-schedutils' 'python-linux-procfs' 'perf' 'hdparm' 'polkit' 'hicolor-icon-theme') optdepends=('virt-what' 'systemtap' 'python-dmidecode' 'x86_energy_perf_policy') makedepends=('git' 'desktop-file-utils') provides=('tuned')