mirror of
https://github.com/BioArchLinux/Packages.git
synced 2025-03-10 12:02:42 +00:00
rseqc: fix regex to detect latest version
This commit is contained in:
parent
4dfa52d8ba
commit
992155367f
1 changed files with 1 additions and 1 deletions
|
@ -12,5 +12,5 @@ repo_depends:
|
||||||
- python-pysam
|
- python-pysam
|
||||||
update_on:
|
update_on:
|
||||||
- source: regex
|
- source: regex
|
||||||
regex: 'RSeQC v(\d+.\d+.\d+)'
|
regex: 'RSeQC \(v(\d+.\d+.\d+)\)'
|
||||||
url: http://rseqc.sourceforge.net/
|
url: http://rseqc.sourceforge.net/
|
||||||
|
|
Loading…
Add table
Reference in a new issue