summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorLev Levitsky2020-02-01 23:30:35 +0300
committerLev Levitsky2020-02-01 23:30:35 +0300
commit1050053d751a2d6ca4c683fd0564f93e69dea74d (patch)
tree0f669aa8fa1c8f1882353436e7c0e447e1fb673e
parent866e829c2d396875a437f3fe8c72664eea844ec1 (diff)
downloadaur-1050053d751a2d6ca4c683fd0564f93e69dea74d.tar.gz
2.0.0.14665-1
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD8
2 files changed, 7 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index d66f78fc9d74..53fb1b4341b0 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,14 +1,14 @@
pkgbase = msamanda
pkgdesc = A scoring system to identify peptides out of tandem mass spectrometry data using a database of known proteins
- pkgver = 2.0.0.11219
+ pkgver = 2.0.0.14665
pkgrel = 1
url = http://ms.imp.ac.at/index.php?action=ms-amanda
arch = any
license = custom
depends = mono
- source = http://ms.imp.ac.at/index.php?file=MSAmanda2.0_Standalone_2.0.0.11219.zip
+ source = http://ms.imp.ac.at/index.php?file=msamanda/MSAmanda2.0_Standalone_2.0.0.14665.zip
source = msamanda
- md5sums = 2fe864851ee26ac5f86cee8fe243cdf3
+ md5sums = 3d0e05c8bc3f6237bfc1f111260e2466
md5sums = a870877935f5aed33fd0a7ec73e5abca
pkgname = msamanda
diff --git a/PKGBUILD b/PKGBUILD
index 1b5ba5be9e7f..ac5873ff3b1c 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,6 +1,6 @@
# Maintainer: Lev Levitsky <levlev@mail.ru>
pkgname=msamanda
-pkgver=2.0.0.11219
+pkgver=2.0.0.14665
pkgrel=1
pkgdesc="A scoring system to identify peptides out of tandem mass spectrometry data using a database of known proteins"
arch=('any')
@@ -8,15 +8,15 @@ url="http://ms.imp.ac.at/index.php?action=ms-amanda"
license=('custom')
depends=('mono')
options=()
-source=("http://ms.imp.ac.at/index.php?file=MSAmanda2.0_Standalone_${pkgver}.zip"
+source=("http://ms.imp.ac.at/index.php?file=msamanda/MSAmanda2.0_Standalone_${pkgver}.zip"
"msamanda")
-md5sums=('2fe864851ee26ac5f86cee8fe243cdf3'
+md5sums=('3d0e05c8bc3f6237bfc1f111260e2466'
'a870877935f5aed33fd0a7ec73e5abca')
package() {
mkdir -p "$pkgdir/opt/MSAmanda"
cp -rt "$pkgdir/opt/MSAmanda" "$srcdir"/*
- rm "${pkgdir}/opt/MSAmanda/index.php?file=MSAmanda2.0_Standalone_${pkgver}.zip" "${pkgdir}/opt/MSAmanda/msamanda"
+ rm "${pkgdir}/opt/MSAmanda/MSAmanda2.0_Standalone_${pkgver}.zip" "${pkgdir}/opt/MSAmanda/msamanda"
mkdir -p "$pkgdir/usr/bin"
cp -L msamanda "$pkgdir/usr/bin"
}