summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorLev Levitsky2018-03-17 01:52:40 +0300
committerLev Levitsky2018-03-17 01:52:40 +0300
commit40af2108e243089ccbf3dde9fe66c269b41da82b (patch)
treee7d9babdae54fd539f45781df0464b1f626681c9 /PKGBUILD
parent51cb015a5bc7510be44eb2ea498df93005af8c2a (diff)
downloadaur-40af2108e243089ccbf3dde9fe66c269b41da82b.tar.gz
Add conflict with git version
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD5
1 files changed, 3 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 38efb9e9e58a..579cb99b9761 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,13 +1,14 @@
# Maintainer: Lev Levitsky <levlev at mail.ru>
pkgname=crux-toolkit-bin
pkgver=3.1.a892254
-pkgrel=1
+pkgrel=2
pkgdesc="A mass spectrometry analysis toolkit"
arch=('x86_64' 'i686')
url="http://crux.ms"
license=('Apache')
depends=('gcc-libs')
-provides=('crux-toolkit')
+provides=("${pkgname%-bin}")
+conflicts=("${pkgname%-bin}-git")
source=("https://noble.gs.washington.edu/crux-downloads/daily/crux-${pkgver}.Linux.${CARCH}.zip")
noextract=()
if [ "$CARCH" == 'i686' ]; then