mirror of
https://github.com/BioArchLinux/Packages.git
synced 2025-03-10 12:02:42 +00:00
blast+: auto updated to 2.16.0-1
This commit is contained in:
parent
b1056cd5fe
commit
f133870025
1 changed files with 3 additions and 3 deletions
|
@ -4,8 +4,8 @@
|
|||
# shellcheck disable=SC2034,SC2148,SC2154
|
||||
|
||||
pkgname=blast+
|
||||
pkgver=2.15.0
|
||||
pkgrel=3
|
||||
pkgver=2.16.0
|
||||
pkgrel=1
|
||||
pkgdesc="BLAST tool suite from NCBI (blastn, blastp, blastx, psiblast, etc)"
|
||||
arch=('i686' 'x86_64')
|
||||
url="http://blast.ncbi.nlm.nih.gov/"
|
||||
|
@ -31,7 +31,7 @@ conflicts=('blast' 'blast+-bin' 'ncbi-blast')
|
|||
provides=('blast')
|
||||
replaces=('ncbi-blast')
|
||||
source=("https://ftp.ncbi.nlm.nih.gov/blast/executables/LATEST/ncbi-blast-$pkgver+-src.tar.gz")
|
||||
sha256sums=('6918c370524c8d44e028bf491e8f245a895e07c66c77b261ce3b38d6058216e0')
|
||||
sha256sums=('17c93cf009721023e5aecf5753f9c6a255d157561638b91b3ad7276fd6950c2b')
|
||||
|
||||
prepare() {
|
||||
cd "$srcdir"/ncbi-blast-"$pkgver"+-src/c++ || exit
|
||||
|
|
Loading…
Add table
Reference in a new issue