summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorLev Levitsky2021-06-10 15:10:49 +0300
committerLev Levitsky2021-06-10 15:10:49 +0300
commit5d2ead132600a3ad8d41cfb2014eef949f12ca31 (patch)
tree8f2e1bb2652ee0a083cac75c9c9e4ab3a57916c5
parent979ffae5a033235dd7846ebc3dca7098e8a4aa5b (diff)
downloadaur-5d2ead132600a3ad8d41cfb2014eef949f12ca31.tar.gz
4.0
-rw-r--r--.SRCINFO11
-rw-r--r--PKGBUILD8
2 files changed, 9 insertions, 10 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 015cc7079c7d..f5e0fe395222 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = crux-toolkit-bin
pkgdesc = A mass spectrometry analysis toolkit
- pkgver = 3.2.6da2a98
+ pkgver = 4.0.6818dcc
pkgrel = 1
url = http://crux.ms
arch = x86_64
@@ -8,12 +8,11 @@ pkgbase = crux-toolkit-bin
license = Apache
provides = crux-toolkit
conflicts = crux-toolkit-git
- source_x86_64 = https://noble.gs.washington.edu/crux-downloads/daily/crux-3.2.6da2a98.Linux.x86_64.zip
+ source_x86_64 = https://noble.gs.washington.edu/crux-downloads/daily/crux-4.0.6818dcc.Linux.x86_64.zip
depends_x86_64 = gcc-libs
- sha256sums_x86_64 = faf5f863a0ea1d1fea8cc5e4bbbc86934badafcac4f517cbfb645dfa02df0738
- source_i686 = https://noble.gs.washington.edu/crux-downloads/daily/crux-3.2.6da2a98.Linux.x86_64.zip
+ sha256sums_x86_64 = 7b0190bff4acac1343d7ec71fab34c1fe831cc814d50472e6278954af9b4061f
+ source_i686 = https://noble.gs.washington.edu/crux-downloads/daily/crux-4.0.6818dcc.Linux.x86_64.zip
depends_i686 = lib32-gcc-libs
- sha256sums_i686 = a7263a2741bca3d43536ecf5d87ef156fc2882f00af04ac60be27bbb3754eb00
+ sha256sums_i686 = 81611edd1c711e96bbc5360d258ca0556e73f8dcb085fe0a0cb08fc56f9c0113
pkgname = crux-toolkit-bin
-
diff --git a/PKGBUILD b/PKGBUILD
index 438ec358c2fe..ce0227826de6 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,6 +1,6 @@
# Maintainer: Lev Levitsky <levlev at mail.ru>
pkgname=crux-toolkit-bin
-pkgver=3.2.6da2a98
+pkgver=4.0.6818dcc
pkgrel=1
pkgdesc="A mass spectrometry analysis toolkit"
arch=('x86_64' 'i686')
@@ -12,10 +12,10 @@ provides=("${pkgname%-bin}")
conflicts=("${pkgname%-bin}-git")
source_x86_64=("https://noble.gs.washington.edu/crux-downloads/daily/crux-${pkgver}.Linux.${CARCH}.zip")
source_i686=("https://noble.gs.washington.edu/crux-downloads/daily/crux-${pkgver}.Linux.${CARCH}.zip")
-sha256sums_x86_64=('faf5f863a0ea1d1fea8cc5e4bbbc86934badafcac4f517cbfb645dfa02df0738')
-sha256sums_i686=('a7263a2741bca3d43536ecf5d87ef156fc2882f00af04ac60be27bbb3754eb00')
+sha256sums_x86_64=('7b0190bff4acac1343d7ec71fab34c1fe831cc814d50472e6278954af9b4061f')
+sha256sums_i686=('81611edd1c711e96bbc5360d258ca0556e73f8dcb085fe0a0cb08fc56f9c0113')
package() {
- install -D -t "${pkgdir}/usr/bin" "crux-3.2.Linux.${CARCH}/bin/crux"
+ install -D -t "${pkgdir}/usr/bin" "crux-4.0.Linux.${CARCH}/bin/crux"
}