summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorBioArchLinuxBot2022-08-02 12:01:31 +0000
committerBioArchLinuxBot2022-08-02 12:01:31 +0000
commit25a735c8809492106fa65607ac6d6c399fc7e917 (patch)
treeb2b6cf81631af19394167b6734ad2115345aa909 /PKGBUILD
parentc85d0dee4ee50cb096978c5d7fe7214ae2fb6d99 (diff)
downloadaur-mrbayes-mpi.tar.gz
[lilac] updated to 3.2.7-8
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD8
1 files changed, 4 insertions, 4 deletions
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')