summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorLev Levitsky2018-03-16 22:06:12 +0300
committerLev Levitsky2018-03-16 22:06:12 +0300
commit51cb015a5bc7510be44eb2ea498df93005af8c2a (patch)
tree27e6bb85a0e9b05b0f3f593b6d2475fa4a856e79
parent38164bd816e090fc546bff81be1b8a0c8cb4ac3c (diff)
downloadaur-51cb015a5bc7510be44eb2ea498df93005af8c2a.tar.gz
Switch to daily build
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD10
2 files changed, 8 insertions, 8 deletions
diff --git a/.SRCINFO b/.SRCINFO
index a5e5c6d64d7b..7f3300e1bb0c 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = crux-toolkit-bin
pkgdesc = A mass spectrometry analysis toolkit
- pkgver = 3.1
+ pkgver = 3.1.a892254
pkgrel = 1
url = http://crux.ms
arch = x86_64
@@ -8,8 +8,8 @@ pkgbase = crux-toolkit-bin
license = Apache
depends = gcc-libs
provides = crux-toolkit
- source = https://noble.gs.washington.edu/crux-downloads/crux-3.1/crux-3.1.Linux.x86_64.zip
- md5sums = 0b2f29d9d41b64f8b5cd38bee3369666
+ source = https://noble.gs.washington.edu/crux-downloads/daily/crux-3.1.a892254.Linux.x86_64.zip
+ md5sums = 9df645ddfa56b18cf5322fb3b5185dea
pkgname = crux-toolkit-bin
diff --git a/PKGBUILD b/PKGBUILD
index bdfa329ec7f4..38efb9e9e58a 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,6 +1,6 @@
# Maintainer: Lev Levitsky <levlev at mail.ru>
pkgname=crux-toolkit-bin
-pkgver=3.1
+pkgver=3.1.a892254
pkgrel=1
pkgdesc="A mass spectrometry analysis toolkit"
arch=('x86_64' 'i686')
@@ -8,15 +8,15 @@ url="http://crux.ms"
license=('Apache')
depends=('gcc-libs')
provides=('crux-toolkit')
-source=("https://noble.gs.washington.edu/crux-downloads/crux-${pkgver}/crux-${pkgver}.Linux.${CARCH}.zip")
+source=("https://noble.gs.washington.edu/crux-downloads/daily/crux-${pkgver}.Linux.${CARCH}.zip")
noextract=()
if [ "$CARCH" == 'i686' ]; then
- md5sums=('7eae99e4d5c8fcd47916689622864dd4')
+ md5sums=('507e33a0bcfb62799b038bb47ceef711')
else
- md5sums=('0b2f29d9d41b64f8b5cd38bee3369666')
+ md5sums=('9df645ddfa56b18cf5322fb3b5185dea')
fi
package() {
- install -D -t "${pkgdir}/usr/bin" "crux-${pkgver}.Linux.${CARCH}/bin/crux"
+ install -D -t "${pkgdir}/usr/bin" "crux-3.1.Linux.${CARCH}/bin/crux"
}