summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorManuel Hüsers2017-12-11 17:02:21 +0100
committerManuel Hüsers2017-12-11 17:03:07 +0100
commitfd284a10b4345649cfa21259689560d1714c2974 (patch)
tree789f3d26b583442bdca6c79cc64aedb2168e16ec
parente816bdd3379cf7978055e7f35795619148b60a19 (diff)
downloadaur-fd284a10b4345649cfa21259689560d1714c2974.tar.gz
Added missing dependency
python2-linux-procfs was missing as a required dependency Added descriptions for optional dependencies Added desktop-file-utils as make dependency
-rw-r--r--.SRCINFO11
-rw-r--r--PKGBUILD8
2 files changed, 10 insertions, 9 deletions
diff --git a/.SRCINFO b/.SRCINFO
index c3b83130c5df..f916b9a3b301 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,14 +1,14 @@
# Generated by mksrcinfo v8
-# Mon Dec 11 15:35:58 UTC 2017
+# Mon Dec 11 16:02:21 UTC 2017
pkgbase = tuned
pkgdesc = Daemon that performs monitoring and adaptive configuration of devices in the system
pkgver = 2.9.0
- pkgrel = 1
+ pkgrel = 2
url = https://github.com/redhat-performance/tuned
install = tuned.install
arch = any
license = GPL
- makedepends = git
+ makedepends = desktop-file-utils
depends = ethtool
depends = python2-configobj
depends = python2-pyudev
@@ -16,9 +16,10 @@ pkgbase = tuned
depends = python2-decorator
depends = python2-dbus
depends = python2-gobject
+ depends = python2-linux-procfs
depends = dbus-glib
- optdepends = virt-what
- optdepends = systemtap
+ 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.9.0.tar.gz
sha256sums = 0863896aff15c924afe7ee9449d16121c840d8bf768055aa749d0d050518efe5
diff --git a/PKGBUILD b/PKGBUILD
index 2f0232392100..07bb02baa006 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -5,14 +5,14 @@
pkgname=tuned
pkgver=2.9.0
-pkgrel=1
+pkgrel=2
pkgdesc='Daemon that performs monitoring and adaptive configuration of devices in the system'
arch=('any')
url="https://github.com/redhat-performance/${pkgname}"
license=('GPL')
-depends=('ethtool' 'python2-configobj' 'python2-pyudev' 'python2-gobject2' 'python2-decorator' 'python2-dbus' 'python2-gobject' 'dbus-glib')
-optdepends=('virt-what' 'systemtap')
-makedepends=('git')
+depends=('ethtool' 'python2-configobj' 'python2-pyudev' 'python2-gobject2' 'python2-decorator' 'python2-dbus' 'python2-gobject' 'python2-linux-procfs' 'dbus-glib')
+optdepends=('virt-what: For use with virtual machines' 'systemtap: Disk and net statistic monitoring systemtap scripts')
+makedepends=('desktop-file-utils')
backup=('etc/tuned/active_profile')
install="${pkgname}.install"
source=("https://github.com/redhat-performance/${pkgname}/archive/v${pkgver}.tar.gz")