summaryrefslogtreecommitdiff
path: root/community/linux-tools
diff options
context:
space:
mode:
authorroot <root@rshg054.dnsready.net>2012-10-01 00:42:10 -0700
committerroot <root@rshg054.dnsready.net>2012-10-01 00:42:10 -0700
commit9b6be78b0c13a61c14d5278f1363eaf9c6388e4c (patch)
tree72ca5c2f4a99c399cee5fe08d77d5fc33ab94e56 /community/linux-tools
parent75826a796a4589c1999f1b3b86eb8c122ef44edd (diff)
Mon Oct 1 00:42:09 PDT 2012
Diffstat (limited to 'community/linux-tools')
-rw-r--r--community/linux-tools/PKGBUILD15
-rw-r--r--community/linux-tools/cpupower.conf3
-rw-r--r--community/linux-tools/cpupower.rc1
3 files changed, 10 insertions, 9 deletions
diff --git a/community/linux-tools/PKGBUILD b/community/linux-tools/PKGBUILD
index 9237d05ef..a5d361ee0 100644
--- a/community/linux-tools/PKGBUILD
+++ b/community/linux-tools/PKGBUILD
@@ -1,10 +1,10 @@
-# $Id: PKGBUILD 75938 2012-09-05 20:32:43Z seblu $
+# $Id: PKGBUILD 76842 2012-10-01 03:29:15Z seblu $
# Maintainer: Sébastien Luttringer <seblu@aur.archlinux.org>
pkgbase=linux-tools
pkgname=('perf' 'cpupower' 'x86_energy_perf_policy' 'usbip')
-pkgver=3.5
-pkgrel=5
+pkgver=3.6
+pkgrel=1
license=('GPL2')
arch=('i686' 'x86_64')
url='http://www.kernel.org'
@@ -28,9 +28,9 @@ source=("http://ftp.kernel.org/pub/linux/kernel/v3.x/linux-$pkgver.tar.xz"
'usbipd.conf'
'usbipd.rc'
'usbipd.service')
-md5sums=('24153eaaa81dedc9481ada8cd9c3b83d'
- '857ccdd0598511e3bf4b63522754dc48'
- '1d9214637968b91706b6e616a100d44b'
+md5sums=('1a1760420eac802c541a20ab51a093d1'
+ '56883c159381ba89e50ab8ea65efec77'
+ '5fc1fcda4cef93f16e752b1931db23e3'
'c0d17b5295fe964623c772a2dd981771'
'2450e8ff41b30eb58d43b5fffbfde1f4'
'e8fac9c45a628015644b4150b139278a'
@@ -96,6 +96,7 @@ package_cpupower() {
backup=('etc/conf.d/cpupower')
depends=('bash' 'pciutils')
conflicts=('cpufrequtils')
+ replaces=('cpufrequtils')
pushd linux-$pkgver/tools/power/cpupower
make \
@@ -137,4 +138,4 @@ package_usbip() {
install -Dm 644 usbipd.service "$pkgdir/usr/lib/systemd/system/usbipd.service"
}
-# vim:set ts=2 sw=2 ft=sh et:
+# vim:set ts=2 sw=2 et:
diff --git a/community/linux-tools/cpupower.conf b/community/linux-tools/cpupower.conf
index ee8602953..b5c522ea1 100644
--- a/community/linux-tools/cpupower.conf
+++ b/community/linux-tools/cpupower.conf
@@ -8,7 +8,8 @@
#max_freq="3GHz"
# Specific frequency to be set.
-# Requires userspace governor to be available and loaded.
+# Requires userspace governor to be available.
+# Do not set governor field if you use this one.
#freq=
# Utilizes cores in one processor package/socket first before processes are
diff --git a/community/linux-tools/cpupower.rc b/community/linux-tools/cpupower.rc
index 2c4441c4e..88edaf791 100644
--- a/community/linux-tools/cpupower.rc
+++ b/community/linux-tools/cpupower.rc
@@ -2,7 +2,6 @@
. /etc/rc.conf
. /etc/rc.d/functions
-. /etc/conf.d/${0##*/}
case "$1" in
start|restart)