summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO3
-rw-r--r--PKGBUILD5
2 files changed, 5 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 30ad1a9dce0a..3eef0a1c3a10 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = seaview
pkgdesc = GUI for multiple sequence alignment and molecular phylogeny
pkgver = 4.7
- pkgrel = 1
+ pkgrel = 2
url = http://doua.prabi.fr/software/seaview
arch = x86_64
license = GPL3
@@ -9,6 +9,7 @@ pkgbase = seaview
depends = fltk
optdepends = clustal-omega: alignment
optdepends = muscle: alignment
+ optdepends = gblocks-bin: select blocks of evolutionarily conserved sites
source = ftp://pbil.univ-lyon1.fr/pub/mol_phylogeny/seaview/archive/seaview_4.7.tar.gz
source = seaview.desktop
source = seaview.sharedmimeinfo
diff --git a/PKGBUILD b/PKGBUILD
index c3d53bf7a62f..a562f0f2fe19 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,14 +3,15 @@
pkgname=seaview
pkgver=4.7
-pkgrel=1
+pkgrel=2
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')
+ 'muscle: alignment'
+ 'gblocks-bin: select blocks of evolutionarily conserved sites')
source=("ftp://pbil.univ-lyon1.fr/pub/mol_phylogeny/$pkgname/archive/${pkgname}_${pkgver}.tar.gz"
'seaview.desktop'
'seaview.sharedmimeinfo')