From 2a6970c775e610b4f584a5d71288c9d55e6452ab Mon Sep 17 00:00:00 2001 From: Kevin Mihelich Date: Wed, 19 Dec 2012 05:09:53 +0000 Subject: [PATCH] community/linux-tools to 3.7-3 --- community/linux-tools/PKGBUILD | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/community/linux-tools/PKGBUILD b/community/linux-tools/PKGBUILD index 6f9fc316e..d0838c908 100644 --- a/community/linux-tools/PKGBUILD +++ b/community/linux-tools/PKGBUILD @@ -7,7 +7,7 @@ pkgbase=linux-tools pkgname=('libtraceevent' 'perf' 'cpupower' 'usbip') pkgver=3.7 -pkgrel=2 +pkgrel=3 license=('GPL2') arch=('i686' 'x86_64') url='http://www.kernel.org' @@ -23,7 +23,7 @@ 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.4.xz" + "http://ftp.kernel.org/pub/linux/kernel/v3.x/patch-$pkgver.1.xz" 'cpupower.conf' 'cpupower.rc' 'cpupower.systemd' @@ -32,6 +32,7 @@ source=("http://ftp.kernel.org/pub/linux/kernel/v3.x/linux-$pkgver.tar.xz" 'usbipd.rc' 'usbipd.service') md5sums=('21223369d682bcf44bcdfe1521095983' + '48f5f530b048e387e978e3e49de7742a' '56883c159381ba89e50ab8ea65efec77' '5fc1fcda4cef93f16e752b1931db23e3' 'c0d17b5295fe964623c772a2dd981771' @@ -83,6 +84,7 @@ build() { package_libtraceevent() { pkgdesc='Linux kernel trace event library' + depends=('glibc') cd linux-$pkgver/tools/lib/traceevent install -dm 755 "$pkgdir/usr/lib"