summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorLev Levitsky2018-04-04 15:38:21 +0300
committerLev Levitsky2018-04-04 15:38:21 +0300
commitcd4f9e591d29ec66066f294eda1deb93f71883aa (patch)
tree372b3717e3390570415f7342dd93e8c05f3933e7
parent40af2108e243089ccbf3dde9fe66c269b41da82b (diff)
downloadaur-cd4f9e591d29ec66066f294eda1deb93f71883aa.tar.gz
Update version
-rw-r--r--.SRCINFO11
-rw-r--r--PKGBUILD11
2 files changed, 12 insertions, 10 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 755f88e5b86e..3449cc0b6ffe 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,16 +1,17 @@
pkgbase = crux-toolkit-bin
pkgdesc = A mass spectrometry analysis toolkit
- pkgver = 3.1.a892254
- pkgrel = 2
+ pkgver = 3.1.f2e7488
+ pkgrel = 1
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
+ source = https://noble.gs.washington.edu/crux-downloads/daily/crux-3.1.f2e7488.Linux.x86_64.zip
+ md5sums = 71ccc7ec46c330a02fffd07a7f1b0136
+ depends_x86_64 = gcc-libs
+ depends_i686 = lib32-gcc-libs
pkgname = crux-toolkit-bin
diff --git a/PKGBUILD b/PKGBUILD
index 579cb99b9761..248360d1fb44 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,20 +1,21 @@
# Maintainer: Lev Levitsky <levlev at mail.ru>
pkgname=crux-toolkit-bin
-pkgver=3.1.a892254
-pkgrel=2
+pkgver=3.1.f2e7488
+pkgrel=1
pkgdesc="A mass spectrometry analysis toolkit"
arch=('x86_64' 'i686')
url="http://crux.ms"
license=('Apache')
-depends=('gcc-libs')
+depends_x86_64=('gcc-libs')
+depends_i686=('lib32-gcc-libs')
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
- md5sums=('507e33a0bcfb62799b038bb47ceef711')
+ md5sums=('a483e0a2a9dd9761337a9b58d9204857')
else
- md5sums=('9df645ddfa56b18cf5322fb3b5185dea')
+ md5sums=('71ccc7ec46c330a02fffd07a7f1b0136')
fi
package() {