mirror of
https://github.com/BioArchLinux/Packages.git
synced 2025-03-10 12:02:42 +00:00
bayestraits: fix regex
This commit is contained in:
parent
68321f5e4a
commit
b33e4ac720
1 changed files with 2 additions and 3 deletions
|
@ -8,6 +8,5 @@ pre_build_script: |
|
||||||
post_build_script: |
|
post_build_script: |
|
||||||
git_pkgbuild_commit()
|
git_pkgbuild_commit()
|
||||||
update_on:
|
update_on:
|
||||||
- source: regex
|
- source: cmd
|
||||||
url: "http://www.evolution.reading.ac.uk/BayesTraits.html"
|
cmd: curl -sS http://www.evolution.reading.ac.uk/BayesTraits.html | head -n 1 | sed "s@V@ @g;s@/@ @g" | awk '{print $7}'
|
||||||
regex: 'BayesTraits V(\d+[.\d+]*) - Source Code'
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue