summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD5
2 files changed, 4 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index cb5c0d7368e5..768251e830fe 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
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.10695
- pkgrel = 3
+ pkgrel = 4
url = http://ms.imp.ac.at/index.php?action=ms-amanda
arch = any
license = custom
diff --git a/PKGBUILD b/PKGBUILD
index 94400e96d80c..03f9a1782ccf 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Lev Levitsky <levlev@mail.ru>
pkgname=msamanda
pkgver=2.0.0.10695
-pkgrel=3
+pkgrel=4
pkgdesc="A scoring system to identify peptides out of tandem mass spectrometry data using a database of known proteins"
arch=('any')
url="http://ms.imp.ac.at/index.php?action=ms-amanda"
@@ -15,7 +15,8 @@ md5sums=('24b9fc6782f1a62933de90b04d7190d4'
package() {
mkdir -p "$pkgdir/opt/MSAmanda"
- cp -rLt "$pkgdir/opt/MSAmanda" "$srcdir"/*
+ cp -rt "$pkgdir/opt/MSAmanda" "$srcdir"/*
+ rm "${pkgdir}/opt/MSAmanda/index.php?file=MSAmanda2.0_Standalone_${pkgver}.zip" "${pkgdir}/opt/MSAmanda/msamanda"
mkdir -p "$pkgdir/usr/bin"
cp -L msamanda "$pkgdir/usr/bin"
}