summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO7
-rw-r--r--PKGBUILD8
2 files changed, 9 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 766972abbab7..699035d190e9 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,16 +1,19 @@
pkgbase = mrbayes-mpi
- pkgdesc = MrBayes is a program for Bayesian inference and model choice across a wide range of phylogenetic and evolutionary models
+ pkgdesc = MrBayes is a program for Bayesian inference and model choice across a wide range of phylogenetic and evolutionary models. https://doi.org/10.1093/sysbio/sys029
pkgver = 3.2.7
- pkgrel = 2
+ pkgrel = 8
url = nbisweden.github.io/mrbayes/
arch = i686
arch = x86_64
license = GPL3
depends = openmpi
depends = readline
+ depends = gcc
optdepends = beagle-lib: for using GPU calculations among other enhancements - rebuild package after installing this dep
provides = mrbayes
conflicts = mrbayes
+ conflicts = mrbayes-beagle
+ conflicts = mrbayes-mpi-beagle
source = https://github.com/NBISweden/MrBayes/archive/v3.2.7.tar.gz
sha256sums = 64da39c01f606d0413ce90a1dd3c1ce2cbdef4cbad99aee8a4b2391a2e8db244
diff --git a/PKGBUILD b/PKGBUILD
index 2c4213c356ce..665d66c2da49 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,14 +4,14 @@
pkgname=mrbayes-mpi
pkgver=3.2.7
-pkgrel=2
-pkgdesc="MrBayes is a program for Bayesian inference and model choice across a wide range of phylogenetic and evolutionary models"
+pkgrel=8
+pkgdesc="MrBayes is a program for Bayesian inference and model choice across a wide range of phylogenetic and evolutionary models. https://doi.org/10.1093/sysbio/sys029"
arch=('i686' 'x86_64')
url="nbisweden.github.io/mrbayes/"
license=('GPL3')
-depends=('openmpi' 'readline')
+depends=('openmpi' 'readline' 'gcc')
optdepends=('beagle-lib: for using GPU calculations among other enhancements - rebuild package after installing this dep')
-conflicts=(mrbayes)
+conflicts=('mrbayes' 'mrbayes-beagle' 'mrbayes-mpi-beagle')
provides=(mrbayes)
source=("https://github.com/NBISweden/MrBayes/archive/v${pkgver}.tar.gz")
sha256sums=('64da39c01f606d0413ce90a1dd3c1ce2cbdef4cbad99aee8a4b2391a2e8db244')