summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorLev Levitsky2022-11-06 16:02:19 +0100
committerLev Levitsky2022-11-06 16:02:19 +0100
commitef4983745198dead6bf5bd9e4d273d02e0f2dc8a (patch)
tree261d8d5035d24ea4fefcf235004c137d07418026
parent61de0e164eb37164ed6485755acd615c66492acf (diff)
downloadaur-ef4983745198dead6bf5bd9e4d273d02e0f2dc8a.tar.gz
4.1.05bc272
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 0c931d5230f3..1fa56a7f366f 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = crux-toolkit-bin
pkgdesc = A mass spectrometry analysis toolkit
- pkgver = 4.1.eb57164
+ pkgver = 4.1.05bc272
pkgrel = 1
url = http://crux.ms
arch = x86_64
@@ -8,7 +8,7 @@ pkgbase = crux-toolkit-bin
depends = gcc-libs
provides = crux-toolkit
conflicts = crux-toolkit-git
- source = https://noble.gs.washington.edu/crux-downloads/daily/crux-4.1.eb57164.Linux.x86_64.zip
- sha256sums = 43f2916dc61398290d124c48322598073b6f37bd614450e95ad066958f0c423b
+ source = https://noble.gs.washington.edu/crux-downloads/daily/crux-4.1.05bc272.Linux.x86_64.zip
+ sha256sums = b65793d4208614401ec0f094508838ef02f3e2d9f9522d86a78b95acd093226f
pkgname = crux-toolkit-bin
diff --git a/PKGBUILD b/PKGBUILD
index bc03e1a63ec2..17b18fb10a8e 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,6 +1,6 @@
# Maintainer: Lev Levitsky <levlev at mail.ru>
pkgname=crux-toolkit-bin
-pkgver=4.1.eb57164
+pkgver=4.1.05bc272
_majorver="${pkgver%.*}"
pkgrel=1
pkgdesc="A mass spectrometry analysis toolkit"
@@ -11,7 +11,7 @@ depends=('gcc-libs')
provides=("${pkgname%-bin}")
conflicts=("${pkgname%-bin}-git")
source=("https://noble.gs.washington.edu/crux-downloads/daily/crux-${pkgver}.Linux.${CARCH}.zip")
-sha256sums=('43f2916dc61398290d124c48322598073b6f37bd614450e95ad066958f0c423b')
+sha256sums=('b65793d4208614401ec0f094508838ef02f3e2d9f9522d86a78b95acd093226f')
package() {
install -D -t "${pkgdir}/usr/bin" "crux-${_majorver}.Linux.${CARCH}/bin/crux"