summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorLev Levitsky2021-03-26 16:30:29 +0300
committerLev Levitsky2021-03-26 16:30:29 +0300
commitff72ae68d81446f3f1ac70988357bb72c980b0a5 (patch)
tree080216364a5b1a4e7220b4b94e02fd150a01991a
parent1050053d751a2d6ca4c683fd0564f93e69dea74d (diff)
downloadaur-ff72ae68d81446f3f1ac70988357bb72c980b0a5.tar.gz
2.0.0.17442
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD10
2 files changed, 8 insertions, 8 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 53fb1b4341b0..886eccf57a18 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.14665
+ pkgver = 2.0.0.17442
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=msamanda/MSAmanda2.0_Standalone_2.0.0.14665.zip
+ source = http://ms.imp.ac.at/index.php?file=msamanda/MSAmanda2.0_Standalone_Linux_2.0.0.17442.tar.gz
source = msamanda
- md5sums = 3d0e05c8bc3f6237bfc1f111260e2466
+ md5sums = 69d8c5a876d274af052fe1ac20d8a4e5
md5sums = a870877935f5aed33fd0a7ec73e5abca
pkgname = msamanda
diff --git a/PKGBUILD b/PKGBUILD
index ac5873ff3b1c..d348ffbc86a5 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,6 +1,7 @@
# Maintainer: Lev Levitsky <levlev@mail.ru>
pkgname=msamanda
-pkgver=2.0.0.14665
+_name=MSAmanda2.0_Standalone_Linux
+pkgver=2.0.0.17442
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 +9,14 @@ 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=msamanda/MSAmanda2.0_Standalone_${pkgver}.zip"
+source=("http://ms.imp.ac.at/index.php?file=msamanda/${_name}_${pkgver}.tar.gz"
"msamanda")
-md5sums=('3d0e05c8bc3f6237bfc1f111260e2466'
+md5sums=('69d8c5a876d274af052fe1ac20d8a4e5'
'a870877935f5aed33fd0a7ec73e5abca')
package() {
mkdir -p "$pkgdir/opt/MSAmanda"
- cp -rt "$pkgdir/opt/MSAmanda" "$srcdir"/*
- rm "${pkgdir}/opt/MSAmanda/MSAmanda2.0_Standalone_${pkgver}.zip" "${pkgdir}/opt/MSAmanda/msamanda"
+ cp -rt "$pkgdir/opt/MSAmanda" "${srcdir}/${_name}"/*
mkdir -p "$pkgdir/usr/bin"
cp -L msamanda "$pkgdir/usr/bin"
}