diff options
author | root <root@rshg054.dnsready.net> | 2012-03-19 00:01:09 +0000 |
---|---|---|
committer | root <root@rshg054.dnsready.net> | 2012-03-19 00:01:09 +0000 |
commit | de5b6982e42f4a1e8b0537cfbc1b676e2a81f195 (patch) | |
tree | 54a8758af5dc5a08f95d12f7fe04cec1d51024a6 /community/linux-tools/PKGBUILD | |
parent | d14a25fc4f65ae3d6e62f4668e9cb88d74834255 (diff) |
Mon Mar 19 00:01:09 UTC 2012
Diffstat (limited to 'community/linux-tools/PKGBUILD')
-rw-r--r-- | community/linux-tools/PKGBUILD | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/community/linux-tools/PKGBUILD b/community/linux-tools/PKGBUILD index dc318cecf..ff010adb3 100644 --- a/community/linux-tools/PKGBUILD +++ b/community/linux-tools/PKGBUILD @@ -1,12 +1,12 @@ -# $Id: PKGBUILD 65741 2012-02-22 12:12:10Z seblu $ +# $Id: PKGBUILD 68094 2012-03-17 19:58:42Z seblu $ # Maintainer: Sébastien Luttringer <seblu@aur.archlinux.org> pkgbase=linux-tools pkgname=('perf' 'cpupower') pkgver=3.2 -kernver=${pkgver}.7 +kernver=${pkgver}.11 [[ ${kernver##*rc} != $kernver ]] && testing='testing' -pkgrel=3 +pkgrel=4 license=('GPL2') arch=('i686' 'x86_64') url='http://www.kernel.org' @@ -18,7 +18,7 @@ source=("http://ftp.kernel.org/pub/linux/kernel/v3.0/$testing/linux-$kernver.tar 'cpupower.rc' 'cpupower.conf' 'cpupower.service') -md5sums=('66966f6c1c4b0279c5563eabdafbb044' +md5sums=('0e3d5a3dab51b3c36940461582bc06df' '26af384ca282bc0dc38ff65acc7bb4b9' '857ccdd0598511e3bf4b63522754dc48' '20870541e88109d2f153be3c58a277f1') |