summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authoricebal2019-01-09 21:55:16 -0600
committericebal2019-01-09 21:55:16 -0600
commita8c7e56571abcc7559acdce47cb33324114753dd (patch)
tree8a3d67480a6d1a62091bddc1f519944accacb629 /PKGBUILD
parenta22a54b95a1bea761081b7e391ea3d51174dec90 (diff)
downloadaur-a8c7e56571abcc7559acdce47cb33324114753dd.tar.gz
fixed deps
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD9
1 files changed, 4 insertions, 5 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 20511aaf39d7..26e5b275923c 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,15 +2,14 @@
# Contributor: Tom < reztho at archlinux dot org >
pkgname=tuned-git
-pkgver=v2.10.0.r40.gb9e1316
-pkgrel=1
+pkgver=2.10.0.r75.g26db89d
+pkgrel=2
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-gobject2'
- 'python-decorator' 'python-dbus' 'python-dmidecode')
-optdepends=('virt-what' 'systemtap')
+depends=('ethtool' 'python-configobj' 'python-pyudev' 'python-gobject2' 'python-decorator' 'python-dbus' 'python-schedutils' 'python-linux-procfs' 'python-perf' 'hdparm' 'polkit' 'hicolor-icon-theme')
+optdepends=('virt-what' 'systemtap' 'python-dmidecode')
makedepends=('git')
provides=('tuned')
backup=('etc/tuned/active_profile')