diff options
author | root <root@rshg054.dnsready.net> | 2013-09-06 01:39:14 -0700 |
---|---|---|
committer | root <root@rshg054.dnsready.net> | 2013-09-06 01:39:14 -0700 |
commit | 670cfaf55e53f7380ca8ee7b4acb2bf0248685c4 (patch) | |
tree | 93a452c84aa492d51f56911d74a8fcbbd496b550 /community/linux-tools/PKGBUILD | |
parent | f7a2cf07dfae6a6707525e05f4f7f1998b382c4d (diff) |
Fri Sep 6 01:39:05 PDT 2013
Diffstat (limited to 'community/linux-tools/PKGBUILD')
-rw-r--r-- | community/linux-tools/PKGBUILD | 21 |
1 files changed, 10 insertions, 11 deletions
diff --git a/community/linux-tools/PKGBUILD b/community/linux-tools/PKGBUILD index ed20a3b54..a3846f9fb 100644 --- a/community/linux-tools/PKGBUILD +++ b/community/linux-tools/PKGBUILD @@ -1,4 +1,4 @@ -# $Id: PKGBUILD 95399 2013-08-11 10:33:42Z seblu $ +# $Id: PKGBUILD 96810 2013-09-05 18:48:50Z seblu $ # Maintainer: Sébastien Luttringer pkgbase=linux-tools @@ -8,8 +8,8 @@ pkgname=('linux-tools-meta' 'cpupower' 'x86_energy_perf_policy' 'usbip') -pkgver=3.10 -pkgrel=2 +pkgver=3.11 +pkgrel=1 license=('GPL2') arch=('i686' 'x86_64') url='http://www.kernel.org' @@ -25,24 +25,23 @@ makedepends+=('pciutils') makedepends+=('glib2' 'sysfsutils') groups=("$pkgbase") source=("http://ftp.kernel.org/pub/linux/kernel/v3.x/linux-$pkgver.tar.xz" - "http://ftp.kernel.org/pub/linux/kernel/v3.x/patch-$pkgver.5.xz" +# "http://ftp.kernel.org/pub/linux/kernel/v3.x/patch-$pkgver.5.xz" 'cpupower.default' 'cpupower.systemd' 'cpupower.service' 'usbipd.service') # http://www.kernel.org/pub/linux/kernel/v3.x/sha256sums.asc -sha256sums=('df27fa92d27a9c410bfe6c4a89f141638500d7eadcca5cce578954efc2ad3544' - 'c96b69a10ef5ade798dcaa1867df156ccc9e173225d5aa427d00c6e89246e035' +sha256sums=('803ec8f0ad4b2ddedcb0332a590cd2b5e10dfc57c3b1c95bc9c46af81d51d7f9' '4fa509949d6863d001075fa3e8671eff2599c046d20c98bb4a70778595cd1c3f' 'fbf6e0ce6eb0ef15703fe212958de6ca46e62188900b5e9f9272ed3cc9cfd54e' 'a89284d0ecb556ca53a66d1c2087b5fd6d0a901ab2769cd3aebb93f4478905dc' '2e187734d8aec58a3046d79883510d779aa93fb3ab20bd3132c1a607ebe5498f') -prepare() { - # apply stable patching set - cd linux-$pkgver - patch -N -p1 -i "$srcdir/patch-$pkgver.5" -} +#prepare() { +# # apply stable patching set +# cd linux-$pkgver +# patch -N -p1 -i "$srcdir/patch-$pkgver.5" +#} build() { msg2 'Build libtraceevent' |