summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO3
-rw-r--r--PKGBUILD5
2 files changed, 5 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 7f3300e1bb0c..755f88e5b86e 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,13 +1,14 @@
pkgbase = crux-toolkit-bin
pkgdesc = A mass spectrometry analysis toolkit
pkgver = 3.1.a892254
- pkgrel = 1
+ pkgrel = 2
url = http://crux.ms
arch = x86_64
arch = i686
license = Apache
depends = gcc-libs
provides = crux-toolkit
+ conflicts = crux-toolkit-git
source = https://noble.gs.washington.edu/crux-downloads/daily/crux-3.1.a892254.Linux.x86_64.zip
md5sums = 9df645ddfa56b18cf5322fb3b5185dea
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