mirror of
https://github.com/BioArchLinux/Packages.git
synced 2025-03-10 12:02:42 +00:00
fasta: fix the version
This commit is contained in:
parent
8e12e04ef3
commit
dab465c0d4
2 changed files with 3 additions and 2 deletions
|
@ -1,7 +1,8 @@
|
|||
# Maintainer: guoyi
|
||||
pkgname=fasta
|
||||
pkgver=36.3.8i_Nov_2022
|
||||
pkgrel=1
|
||||
epoch=1
|
||||
pkgrel=2
|
||||
pkgdesc="Fast protein or a fast nucleotide comparison"
|
||||
arch=('x86_64')
|
||||
url="https://fasta.bioch.virginia.edu/wrpearson/fasta/"
|
||||
|
|
|
@ -9,4 +9,4 @@ post_build_script: |
|
|||
git_pkgbuild_commit()
|
||||
update_on:
|
||||
- source: cmd
|
||||
cmd: curl -sS https://raw.githubusercontent.com/wrpearson/fasta36/v36.3.8/README.md | grep 'Changes in' | sed 's/-/ /g' | sed 's/\*\* /_/g' | sed 's/, /_/g' | head -n 1 | awk '{print $4}'
|
||||
cmd: curl -sS https://raw.githubusercontent.com/wrpearson/fasta36/v36.3.8/README.md | grep 'Changes in' | head -n 1 | sed 's@-@ @g;s@\*\*@ @g;s/Jan/01/g;s/Feb/02/g;s/Mar/03/g;s/Apr/04/g;s/May/05/g;s/Jun/06/g;s/Jul/07/g;s/Aug/08/g;s/Sep/09/g;s/Oct/10/g;s/Nov/11/g;s/Dec/12/g;s@,@@g' | awk '{print $4,$6,$5}' | sed 's/ /./g'
|
||||
|
|
Loading…
Add table
Reference in a new issue