summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD9
2 files changed, 8 insertions, 9 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 67d157bee391..0c931d5230f3 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,14 +1,14 @@
pkgbase = crux-toolkit-bin
pkgdesc = A mass spectrometry analysis toolkit
- pkgver = 4.1.476f22e
+ pkgver = 4.1.eb57164
pkgrel = 1
url = http://crux.ms
arch = x86_64
license = Apache
+ depends = gcc-libs
provides = crux-toolkit
conflicts = crux-toolkit-git
- source_x86_64 = https://noble.gs.washington.edu/crux-downloads/daily/crux-4.1.476f22e.Linux.x86_64.zip
- depends_x86_64 = gcc-libs
- sha256sums_x86_64 = 3199bd324f31ee9bb1a6a8b02f7e3f1efd08d0dd53c1008a59be13590ac176b6
+ source = https://noble.gs.washington.edu/crux-downloads/daily/crux-4.1.eb57164.Linux.x86_64.zip
+ sha256sums = 43f2916dc61398290d124c48322598073b6f37bd614450e95ad066958f0c423b
pkgname = crux-toolkit-bin
diff --git a/PKGBUILD b/PKGBUILD
index 7a676f82d97e..bc03e1a63ec2 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,18 +1,17 @@
# Maintainer: Lev Levitsky <levlev at mail.ru>
pkgname=crux-toolkit-bin
-pkgver=4.1.476f22e
+pkgver=4.1.eb57164
_majorver="${pkgver%.*}"
pkgrel=1
pkgdesc="A mass spectrometry analysis toolkit"
arch=('x86_64')
url="http://crux.ms"
license=('Apache')
-depends_x86_64=('gcc-libs')
-depends_i686=('lib32-gcc-libs')
+depends=('gcc-libs')
provides=("${pkgname%-bin}")
conflicts=("${pkgname%-bin}-git")
-source_x86_64=("https://noble.gs.washington.edu/crux-downloads/daily/crux-${pkgver}.Linux.${CARCH}.zip")
-sha256sums_x86_64=('3199bd324f31ee9bb1a6a8b02f7e3f1efd08d0dd53c1008a59be13590ac176b6')
+source=("https://noble.gs.washington.edu/crux-downloads/daily/crux-${pkgver}.Linux.${CARCH}.zip")
+sha256sums=('43f2916dc61398290d124c48322598073b6f37bd614450e95ad066958f0c423b')
package() {
install -D -t "${pkgdir}/usr/bin" "crux-${_majorver}.Linux.${CARCH}/bin/crux"