summaryrefslogtreecommitdiff
path: root/libre/linux-libre-tools
diff options
context:
space:
mode:
Diffstat (limited to 'libre/linux-libre-tools')
-rw-r--r--libre/linux-libre-tools/PKGBUILD8
-rw-r--r--libre/linux-libre-tools/cpupower.rc2
2 files changed, 5 insertions, 5 deletions
diff --git a/libre/linux-libre-tools/PKGBUILD b/libre/linux-libre-tools/PKGBUILD
index d30a61137..a0e117f46 100644
--- a/libre/linux-libre-tools/PKGBUILD
+++ b/libre/linux-libre-tools/PKGBUILD
@@ -5,8 +5,8 @@
pkgbase=linux-libre-tools
pkgname=('perf-libre' 'cpupower-libre')
pkgver=3.3
-kernver=${pkgver}
-pkgrel=2
+kernver=${pkgver}.4
+pkgrel=4
license=('GPL2')
arch=('i686' 'x86_64' 'mips64el')
url='http://linux-libre.fsfla.org/'
@@ -18,8 +18,8 @@ source=("http://linux-libre.fsfla.org/pub/linux-libre/releases/$kernver-gnu/linu
'cpupower.rc'
'cpupower.conf'
'cpupower.service')
-md5sums=('5487da14ca81715a469c7594d39722fa'
- '26af384ca282bc0dc38ff65acc7bb4b9'
+md5sums=('ab3fcfc16f3ac3f7b5741c260a949165'
+ '73dbc931e86b3b73d6e2338dcbee81a4'
'18d5aa9e4c6bb23bb02bf65e155e0f0e'
'20870541e88109d2f153be3c58a277f1')
diff --git a/libre/linux-libre-tools/cpupower.rc b/libre/linux-libre-tools/cpupower.rc
index 9b0bcddb7..27a491e95 100644
--- a/libre/linux-libre-tools/cpupower.rc
+++ b/libre/linux-libre-tools/cpupower.rc
@@ -33,7 +33,7 @@ case "$1" in
(($fail > 0)) && stat_fail && exit 1 || stat_done
;;
*)
- echo "usage: $0 {start|restart}"
+ echo "usage: ${0##*/} {start|restart}"
esac
true