summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD16
1 files changed, 5 insertions, 11 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 3945dbf08ff3..651c6b3bd767 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,23 +3,17 @@
# Contributor : soeren <nonick[at]posteo[dot]de>
pkgname='blast+-bin'
-pkgver=2.2.31
-pkgrel=2
+pkgver=2.3.0
+pkgrel=1
pkgdesc="New suite of BLAST tools that utilizes the NCBI C++ Toolkit"
-arch=('i686' 'x86_64')
+arch=('x86_64')
url="http://blast.ncbi.nlm.nih.gov/Blast.cgi?CMD=Web&PAGE_TYPE=BlastHome"
license=('custom')
depends=('perl' 'zlib')
provides=('blast+')
conflicts=('blast+')
-PKGEXT='.pkg.tar'
-
-_arch=$CARCH
-[[ $CARCH == i686 ]] && _arch="ia32"
-[[ $CARCH == x86_64 ]] && _arch="x64"
-source=("ftp://ftp.ncbi.nlm.nih.gov/blast/executables/blast+/$pkgver/ncbi-blast-$pkgver+-$_arch-linux.tar.gz")
-[[ $CARCH == i686 ]] && md5sums=('f1bf36a6c2a50c3698404290e4be6e3b')
-[[ $CARCH == x86_64 ]] && md5sums=('ae789a5bfb523cef95ac40e5a6b1929e')
+source=("ftp://ftp.ncbi.nlm.nih.gov/blast/executables/blast+/$pkgver/ncbi-blast-$pkgver+-x64-linux.tar.gz")
+md5sums=('8ace499804fc52b9c274c1aa1b8a39ba')
package() {
install -d "$pkgdir"/usr/bin