summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 43c14334f7e5..3583af0bcf46 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = blast+-bin
pkgdesc = New suite of BLAST tools that utilizes the NCBI C++ Toolkit
- pkgver = 2.14.1
+ pkgver = 2.15.0
pkgrel = 1
url = https://blast.ncbi.nlm.nih.gov/Blast.cgi?CMD=Web&PAGE_TYPE=BlastHome
arch = x86_64
@@ -10,7 +10,7 @@ pkgbase = blast+-bin
depends = libidn
provides = blast+
conflicts = blast+
- source = https://ftp.ncbi.nlm.nih.gov/blast/executables/blast+/2.14.1/ncbi-blast-2.14.1+-x64-linux.tar.gz
- sha256sums = 38ef0c34e93a93427d165006c823a13fe862ac4213ea52feac822707c7505845
+ source = https://ftp.ncbi.nlm.nih.gov/blast/executables/blast+/2.15.0/ncbi-blast-2.15.0+-x64-linux.tar.gz
+ sha256sums = c5c0b7029069fe5b9cd5913ae606c7f2aa901db8264ca92cfaf04e4d4768c054
pkgname = blast+-bin
diff --git a/PKGBUILD b/PKGBUILD
index dae4816fbd1b..a9f898cf0e7b 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
# Contributor: yescalona <yescalona[at]ug[dot]uchile[dot]cl>
# Contributor: soeren <nonick[at]posteo[dot]de>
pkgname=blast+-bin
-pkgver=2.14.1
+pkgver=2.15.0
pkgrel=1
pkgdesc="New suite of BLAST tools that utilizes the NCBI C++ Toolkit"
arch=('x86_64')
@@ -12,7 +12,7 @@ depends=('perl' 'zlib' 'libidn')
provides=('blast+')
conflicts=('blast+')
source=(https://ftp.ncbi.nlm.nih.gov/blast/executables/blast+/$pkgver/ncbi-blast-$pkgver+-x64-linux.tar.gz)
-sha256sums=('38ef0c34e93a93427d165006c823a13fe862ac4213ea52feac822707c7505845')
+sha256sums=('c5c0b7029069fe5b9cd5913ae606c7f2aa901db8264ca92cfaf04e4d4768c054')
package() {
install -d "$pkgdir"/usr/{bin,share/doc/$pkgname}