summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authormschubert2016-04-24 14:15:05 +0100
committermschubert2016-04-24 14:15:05 +0100
commitb4ea481721c99714fb774715e81ed2a5421ddc07 (patch)
tree03622470dbcccc9dbe4adff7d50dcafdaa92a7c7
parent6ebffbc44fa691da131080a370c695cf26e21680 (diff)
downloadaur-b4ea481721c99714fb774715e81ed2a5421ddc07.tar.gz
version bump 2.3.0
-rw-r--r--.SRCINFO10
-rw-r--r--PKGBUILD16
2 files changed, 11 insertions, 15 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 64116aa00561..36d06492976a 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,16 +1,18 @@
+# Generated by mksrcinfo v8
+# Sun Apr 24 13:14:59 UTC 2016
pkgbase = blast+-bin
pkgdesc = New suite of BLAST tools that utilizes the NCBI C++ Toolkit
- pkgver = 2.2.31
- pkgrel = 2
+ pkgver = 2.3.0
+ pkgrel = 1
url = http://blast.ncbi.nlm.nih.gov/Blast.cgi?CMD=Web&PAGE_TYPE=BlastHome
- arch = i686
arch = x86_64
license = custom
depends = perl
depends = zlib
provides = blast+
conflicts = blast+
- source = ftp://ftp.ncbi.nlm.nih.gov/blast/executables/blast+/2.2.31/ncbi-blast-2.2.31+--linux.tar.gz
+ source = ftp://ftp.ncbi.nlm.nih.gov/blast/executables/blast+/2.3.0/ncbi-blast-2.3.0+-x64-linux.tar.gz
+ md5sums = 8ace499804fc52b9c274c1aa1b8a39ba
pkgname = blast+-bin
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