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