[arch-commits] Commit in linux-tools/trunk (PKGBUILD)

Sébastien Luttringer seblu at nymeria.archlinux.org
Thu Apr 17 21:37:35 UTC 2014


    Date: Thursday, April 17, 2014 @ 23:37:35
  Author: seblu
Revision: 109662

upgpkg: linux-tools 3.14-2

- fix FS#39846

Modified:
  linux-tools/trunk/PKGBUILD

----------+
 PKGBUILD |    6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2014-04-17 13:11:17 UTC (rev 109661)
+++ PKGBUILD	2014-04-17 21:37:35 UTC (rev 109662)
@@ -14,7 +14,7 @@
   'x86_energy_perf_policy'
 )
 pkgver=3.14
-pkgrel=1
+pkgrel=2
 license=('GPL2')
 arch=('i686' 'x86_64')
 url='http://www.kernel.org'
@@ -23,7 +23,7 @@
 # kernel source deps
 makedepends=('asciidoc' 'xmlto')
 # perf deps
-makedepends+=('perl' 'python2' 'libnewt' 'elfutils' 'audit' 'libunwind' 'numactl')
+makedepends+=('perl' 'python2' 'libnewt' 'elfutils' 'libunwind' 'numactl')
 # cpupower deps
 makedepends+=('pciutils')
 # usbip deps
@@ -138,7 +138,7 @@
 
 package_perf() {
   pkgdesc='Linux kernel performance auditing tool'
-  depends=('perl' 'python2' 'libnewt' 'elfutils' 'audit' 'libunwind' 'binutils'
+  depends=('perl' 'python2' 'libnewt' 'elfutils' 'libunwind' 'binutils'
            'numactl')
 
   cd linux-$pkgver/tools/perf




More information about the arch-commits mailing list