summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authormalacology2021-05-14 10:16:01 +0800
committermalacology2021-05-14 10:16:01 +0800
commitb7d3d106df7a1961ee1577ad3146d9bbb6301fc8 (patch)
tree12b5107b4c8b92573e54641fc9abff122b591308
parente9d2e9390a090977f6df7322fba145bfd44de4d6 (diff)
downloadaur-b7d3d106df7a1961ee1577ad3146d9bbb6301fc8.tar.gz
correct some problems
-rw-r--r--.SRCINFO9
-rw-r--r--PKGBUILD4
2 files changed, 6 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 3f3e6fa0e882..21b922c68797 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -5,11 +5,10 @@ pkgbase = seaview
url = http://doua.prabi.fr/software/seaview
arch = x86_64
license = GPL3
- depends = shared-mime-info
- depends = fltk
- optdepends = clustal-omega: alignment
- optdepends = muscle: alignment
- optdepends = gblocks-bin: select blocks of evolutionarily conserved sites
+ optdepends = clustal-omega
+ optdepends = muscle
+ optdepends = gblocks-bin
+ optdepends = phyml
source = http://doua.prabi.fr/software/seaview_data/seaview5-64.tgz
source = seaview.desktop
source = seaview.png
diff --git a/PKGBUILD b/PKGBUILD
index f6e362a49aad..79c411516a4a 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -9,7 +9,7 @@ arch=('x86_64')
url="http://doua.prabi.fr/software/seaview"
license=('GPL3')
optdepends=('clustal-omega'
- 'muscle'
+ 'muscle'
'gblocks-bin'
'phyml')
source=("http://doua.prabi.fr/software/seaview_data/seaview5-64.tgz"
@@ -23,6 +23,6 @@ package() {
install -d "$pkgdir"/usr/{bin,share/{seaview,applications}}
install -m644 seaview.desktop "$pkgdir/usr/share/applications/"
mv "$srcdir"/seaview/* "$pkgdir"/usr/share/seaview
- ln -s "$pkgdir"/usr/share/seaview/seaview "$pkgdir"/usr/bin/seaview
+ ln -s /usr/share/seaview/seaview "$pkgdir"/usr/bin/seaview
install -Dm 755 "$srcdir"/seaview.png "$pkgdir"/usr/share/seaview/seaview.png
}