updated depends
This commit is contained in:
parent
f59c17b226
commit
4f103da551
2 changed files with 4 additions and 4 deletions
4
.SRCINFO
4
.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
|
||||
|
|
4
PKGBUILD
4
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')
|
||||
|
|
Loading…
Reference in a new issue