summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorclintval2018-01-21 15:07:59 -0800
committerclintval2018-01-21 15:07:59 -0800
commit7ccf70ca7fbb2cdc9cf8f52a3571903ebdaef41f (patch)
treef8ae0cecc602b067aaa096d826a288d291548695 /PKGBUILD
parent08de1fb8993a3a9fb008dab43bc878edb4e19b38 (diff)
downloadaur-7ccf70ca7fbb2cdc9cf8f52a3571903ebdaef41f.tar.gz
centrifuge-bin add conflicts/provides
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 3 insertions, 1 deletions
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')