summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authormschubert2015-07-09 14:19:38 +0200
committermschubert2015-07-09 14:19:38 +0200
commit6ebffbc44fa691da131080a370c695cf26e21680 (patch)
tree626d65b910bdfdc0e0314294661230aea1880c1b
parentb42cf48de7ed692fddc1f0f270bc11027df0fde8 (diff)
downloadaur-6ebffbc44fa691da131080a370c695cf26e21680.tar.gz
provide/conflict blast+
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD4
2 files changed, 6 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index d766baffebf2..64116aa00561 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,13 +1,15 @@
pkgbase = blast+-bin
pkgdesc = New suite of BLAST tools that utilizes the NCBI C++ Toolkit
pkgver = 2.2.31
- pkgrel = 1
+ pkgrel = 2
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
pkgname = blast+-bin
diff --git a/PKGBUILD b/PKGBUILD
index 816c9d423f98..3945dbf08ff3 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,12 +4,14 @@
pkgname='blast+-bin'
pkgver=2.2.31
-pkgrel=1
+pkgrel=2
pkgdesc="New suite of BLAST tools that utilizes the NCBI C++ Toolkit"
arch=('i686' '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