summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorLev Levitsky2022-04-09 22:46:50 +0300
committerLev Levitsky2022-04-09 22:46:50 +0300
commit61de0e164eb37164ed6485755acd615c66492acf (patch)
tree673c44d00b6c7e610c69734bdb4e0228555af2c3
parentd9d34d18929d88aaf084d2bc71c55e8093fc0a47 (diff)
downloadaur-61de0e164eb37164ed6485755acd615c66492acf.tar.gz
4.1.476f22e
-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"