diff options
author | André Fabian Silva Delgado <emulatorman@parabola.nu> | 2014-04-18 11:25:58 -0300 |
---|---|---|
committer | André Fabian Silva Delgado <emulatorman@parabola.nu> | 2014-04-18 11:25:58 -0300 |
commit | 0eecd3606ac849c040a56c173170868cd5739285 (patch) | |
tree | 1f7526a455d9a941ba5a22612bf59ba45d028fba | |
parent | 7bde0d8d3b849a6e2bebf65a302a489ff83de417 (diff) | |
download | abslibre-0eecd3606ac849c040a56c173170868cd5739285.tar.gz abslibre-0eecd3606ac849c040a56c173170868cd5739285.tar.bz2 abslibre-0eecd3606ac849c040a56c173170868cd5739285.zip |
linux-libre-tools-3.14-2: fix FS#39846 => https://bugs.archlinux.org/task/39846
-rw-r--r-- | libre/linux-libre-tools/PKGBUILD | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/libre/linux-libre-tools/PKGBUILD b/libre/linux-libre-tools/PKGBUILD index 436f65ae3..ef8516155 100644 --- a/libre/linux-libre-tools/PKGBUILD +++ b/libre/linux-libre-tools/PKGBUILD @@ -1,4 +1,4 @@ -# $Id: PKGBUILD 108676 2014-03-31 23:08:08Z seblu $ +# $Id: PKGBUILD 109662 2014-04-17 21:37:35Z seblu $ # Maintainer: Sébastien Luttringer <seblu@archlinux.org> # Maintainer (Parabola): André Silva <emulatorman@parabola.nu> @@ -18,7 +18,7 @@ _basekernel=3.14 #_sublevel=3 #_pkgver=$_basekernel.$_sublevel pkgver=$_basekernel -pkgrel=1 +pkgrel=2 license=('GPL2') arch=('i686' 'x86_64' 'mips64el') url='http://linux-libre.fsfla.org/' @@ -27,7 +27,7 @@ options=('!strip') # kernel source deps makedepends=('asciidoc' 'xmlto') # perf-libre deps -makedepends+=('perl' 'python2' 'libnewt' 'elfutils' 'audit' 'libunwind' 'numactl') +makedepends+=('perl' 'python2' 'libnewt' 'elfutils' 'libunwind' 'numactl') # cpupower-libre deps makedepends+=('pciutils') # usbip-libre deps @@ -152,7 +152,7 @@ package_libtraceevent-libre() { package_perf-libre() { pkgdesc='Linux kernel performance auditing tool' - depends=('perl' 'python2' 'libnewt' 'elfutils' 'audit' 'libunwind' 'binutils' + depends=('perl' 'python2' 'libnewt' 'elfutils' 'libunwind' 'binutils' 'numactl') replaces=('perf') conflicts=('perf') |