summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authormalacology2021-05-10 14:57:42 +0800
committermalacology2021-05-10 14:57:42 +0800
commit171263ebb66511f56c22580b0d1802da0347bc6a (patch)
treed058612b35b6c0222d8f33b5778b4480afc002f2
parent895f4710fedb0002bdea993afc256c9d446592e9 (diff)
downloadaur-171263ebb66511f56c22580b0d1802da0347bc6a.tar.gz
update dependeces
-rw-r--r--PKGBUILD9
1 files changed, 5 insertions, 4 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 180d12a806ca..5604df2eee18 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -8,10 +8,11 @@ pkgdesc="GUI for multiple sequence alignment and molecular phylogeny"
arch=('x86_64')
url="http://doua.prabi.fr/software/seaview"
license=('GPL3')
-depends=('shared-mime-info' 'fltk')
-optdepends=('clustal-omega: alignment'
- 'muscle: alignment'
- 'gblocks-bin: select blocks of evolutionarily conserved sites')
+depends=('shared-mime-info')
+optdepends=('clustal-omega'
+ 'muscle'
+ 'gblocks-bin'
+ 'phyml')
source=("http://doua.prabi.fr/software/seaview_data/seaview5-64.tgz"
'seaview.desktop'
'seaview.png')