updating to conflict with stable package
This commit is contained in:
parent
07b174ed62
commit
03b25dbf13
1 changed files with 3 additions and 1 deletions
|
|
@ -3,7 +3,7 @@
|
||||||
# Maintainer: Netanel Shine <netanel at archlinux.org.il>
|
# Maintainer: Netanel Shine <netanel at archlinux.org.il>
|
||||||
|
|
||||||
pkgname=trace-cmd-git
|
pkgname=trace-cmd-git
|
||||||
pkgver=2.4.r4.g293f625
|
pkgver=2.5.r13.g1788a44
|
||||||
pkgrel=1
|
pkgrel=1
|
||||||
pkgdesc="user-space front-end command-line tool for Ftrace, inclduing the GUI interface application kernelshark as well as trace-graph and trace-view."
|
pkgdesc="user-space front-end command-line tool for Ftrace, inclduing the GUI interface application kernelshark as well as trace-graph and trace-view."
|
||||||
arch=('i686' 'x86_64')
|
arch=('i686' 'x86_64')
|
||||||
|
|
@ -11,6 +11,8 @@ url="http://git.kernel.org/?p=linux/kernel/git/rostedt/trace-cmd.git"
|
||||||
license=('GPL2')
|
license=('GPL2')
|
||||||
depends=('python2' 'gtk2')
|
depends=('python2' 'gtk2')
|
||||||
makedepends=('git' 'pygtk' 'swig' 'docbook-xsl' 'asciidoc')
|
makedepends=('git' 'pygtk' 'swig' 'docbook-xsl' 'asciidoc')
|
||||||
|
provides=("trace-cmd")
|
||||||
|
conflicts=("trace-cmd")
|
||||||
source=("git://git.kernel.org/pub/scm/linux/kernel/git/rostedt/trace-cmd.git")
|
source=("git://git.kernel.org/pub/scm/linux/kernel/git/rostedt/trace-cmd.git")
|
||||||
sha1sums=("SKIP")
|
sha1sums=("SKIP")
|
||||||
|
|
||||||
|
|
|
||||||
Reference in a new issue