summaryrefslogtreecommitdiff
path: root/libre
diff options
context:
space:
mode:
authorAndré Fabian Silva Delgado <andre@pc-01.localdomain>2012-05-07 13:56:19 -0300
committerAndré Fabian Silva Delgado <andre@pc-01.localdomain>2012-05-07 13:56:19 -0300
commitd8c865f0b6fdaefb0a263267465ce5c72d5df924 (patch)
tree64522df6f9ac3b4f56009e69c623f78f135fc1a9 /libre
parent7033c58cfeb084f26e1a9b9aa90e45ebc8a739a0 (diff)
linux-libre-tools-3.3-4.1: fixing changing from python-libre to python on depends line
Diffstat (limited to 'libre')
-rw-r--r--libre/linux-libre-tools/PKGBUILD6
1 files changed, 3 insertions, 3 deletions
diff --git a/libre/linux-libre-tools/PKGBUILD b/libre/linux-libre-tools/PKGBUILD
index a0e117f46..61941f7a2 100644
--- a/libre/linux-libre-tools/PKGBUILD
+++ b/libre/linux-libre-tools/PKGBUILD
@@ -6,14 +6,14 @@ pkgbase=linux-libre-tools
pkgname=('perf-libre' 'cpupower-libre')
pkgver=3.3
kernver=${pkgver}.4
-pkgrel=4
+pkgrel=4.1
license=('GPL2')
arch=('i686' 'x86_64' 'mips64el')
url='http://linux-libre.fsfla.org/'
options=('!strip')
makedepends=('asciidoc' 'xmlto')
# split packages need all package dependencies set manually in makedepends
-makedepends+=('python2-libre' 'libnewt' 'elfutils' 'pciutils')
+makedepends+=('python2' 'libnewt' 'elfutils' 'pciutils')
source=("http://linux-libre.fsfla.org/pub/linux-libre/releases/$kernver-gnu/linux-libre-$kernver-gnu.tar.xz"
'cpupower.rc'
'cpupower.conf'
@@ -38,7 +38,7 @@ build() {
package_perf-libre() {
pkgdesc='Linux-libre kernel performance auditing tool'
- depends=('python2-libre' 'libnewt' 'elfutils')
+ depends=('python2' 'libnewt' 'elfutils')
replaces=('perf')
conflicts=('perf')
provides=("perf=$pkgver")