summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorclintval2018-01-21 15:07:59 -0800
committerclintval2018-01-21 15:07:59 -0800
commit7ccf70ca7fbb2cdc9cf8f52a3571903ebdaef41f (patch)
treef8ae0cecc602b067aaa096d826a288d291548695
parent08de1fb8993a3a9fb008dab43bc878edb4e19b38 (diff)
downloadaur-7ccf70ca7fbb2cdc9cf8f52a3571903ebdaef41f.tar.gz
centrifuge-bin add conflicts/provides
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD4
2 files changed, 6 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 21435b58b31d..0bd0fd24991f 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,10 +1,12 @@
pkgbase = centrifuge-bin
pkgdesc = Bioinformatics taxonomic classifier for microbial classification
pkgver = 1.0.3
- pkgrel = 1
+ pkgrel = 2
url = https://ccb.jhu.edu/software/centrifuge/
arch = x86_64
license = GPL3
+ provides = centrifuge
+ conflicts = centrifuge
source = ftp://ftp.ccb.jhu.edu/pub/infphilo/centrifuge/downloads/centrifuge-1.0.3-beta-Linux_x86_64.zip
sha256sums = acf3612c92f50d256715e8847a5c68bf58dc7bf7cb730f37e53f7c49930cdaa3
diff --git a/PKGBUILD b/PKGBUILD
index 3c96205ee7fa..2efb0065acbe 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,11 +2,13 @@
pkgname=centrifuge-bin
pkgver=1.0.3
-pkgrel=1
+pkgrel=2
pkgdesc="Bioinformatics taxonomic classifier for microbial classification"
arch=('x86_64')
url="https://ccb.jhu.edu/software/centrifuge/"
license=('GPL3')
+provides=('centrifuge')
+conflicts=('centrifuge')
source=(ftp://ftp.ccb.jhu.edu/pub/infphilo/"${pkgname//-bin/}"/downloads/"${pkgname//-bin/}"-"${pkgver}"-beta-Linux_x86_64.zip)
sha256sums=('acf3612c92f50d256715e8847a5c68bf58dc7bf7cb730f37e53f7c49930cdaa3')