trace-cmd: extract update_* to external update file
This commit is contained in:
parent
8529543cc3
commit
522664544b
2 changed files with 1 additions and 1 deletions
|
@ -11,7 +11,6 @@ short_desc="Tools to use Ftrace Linux kernel internal tracer"
|
|||
maintainer="Christian Neukirchen <chneukirchen@gmail.com>"
|
||||
license="GPL-2, LGPL-2.1"
|
||||
homepage="http://git.kernel.org/cgit/linux/kernel/git/rostedt/trace-cmd.git/"
|
||||
update_pattern='trace-cmd-v\K[\d.]+'
|
||||
|
||||
do_fetch() {
|
||||
git clone -b ${pkgname}-v${version} git://git.kernel.org/pub/scm/linux/kernel/git/rostedt/trace-cmd.git ${pkgname}-${version}
|
||||
|
|
1
srcpkgs/trace-cmd/update
Normal file
1
srcpkgs/trace-cmd/update
Normal file
|
@ -0,0 +1 @@
|
|||
pattern='trace-cmd-v\K[\d.]+'
|
Loading…
Add table
Reference in a new issue