mrbayes*: change depends

This commit is contained in:
Kuoi 2023-05-08 02:28:03 +08:00
parent c5eeda7e1e
commit 3d67dfe77c
5 changed files with 5 additions and 5 deletions

View file

@ -10,7 +10,7 @@ pkgdesc="A program for the Bayesian estimation of phylogeny. https://doi.org/10.
arch=('i686' 'x86_64')
license=('GPL')
url="http://nbisweden.github.io/MrBayes/"
depends=('readline' 'gcc' 'beagle-lib')
depends=('readline' 'gcc-libs' 'beagle-lib')
source=(https://github.com/NBISweden/MrBayes/archive/v${pkgver}.tar.gz)
sha256sums=('64da39c01f606d0413ce90a1dd3c1ce2cbdef4cbad99aee8a4b2391a2e8db244')

View file

@ -9,7 +9,7 @@ pkgdesc="MrBayes is a program for Bayesian inference and model choice across a w
arch=('i686' 'x86_64')
url="nbisweden.github.io/mrbayes/"
license=('GPL3')
depends=('openmpi' 'readline' 'gcc' 'beagle-lib')
depends=('openmpi' 'readline' 'gcc-libs' 'beagle-lib')
conflicts=(mrbayes)
conflicts=('mrbayes-mpi' 'mrbayes-beagle' 'mrbayes')
source=("https://github.com/NBISweden/MrBayes/archive/v${pkgver}.tar.gz")

View file

@ -9,7 +9,7 @@ pkgdesc="MrBayes is a program for Bayesian inference and model choice across a w
arch=('i686' 'x86_64')
url="nbisweden.github.io/mrbayes/"
license=('GPL3')
depends=('openmpi' 'readline' 'gcc')
depends=('openmpi' 'readline' 'gcc-libs')
optdepends=('beagle-lib: for using GPU calculations among other enhancements - rebuild package after installing this dep')
conflicts=('mrbayes' 'mrbayes-beagle' 'mrbayes-mpi-beagle')
provides=(mrbayes)

View file

@ -10,7 +10,7 @@ pkgdesc="A program for the Bayesian estimation of phylogeny. https://doi.org/10.
arch=('i686' 'x86_64')
license=('GPL')
url="http://nbisweden.github.io/MrBayes/"
depends=('readline' 'gcc')
depends=('readline' 'gcc-libs')
source=(https://github.com/NBISweden/MrBayes/archive/v${pkgver}.tar.gz)
sha256sums=('64da39c01f606d0413ce90a1dd3c1ce2cbdef4cbad99aee8a4b2391a2e8db244')

View file

@ -10,7 +10,7 @@ pkgdesc="A program for the Bayesian estimation of phylogeny. https://doi.org/10.
arch=('i686' 'x86_64')
license=('GPL')
url="http://nbisweden.github.io/MrBayes/"
depends=('readline' 'gcc')
depends=('readline' 'gcc-libs')
optdepends=('beagle-lib: for using GPU calculations among other enhancements - rebuild package after installing this dep')
source=(https://github.com/NBISweden/MrBayes/archive/v${pkgver}.tar.gz)
sha256sums=('64da39c01f606d0413ce90a1dd3c1ce2cbdef4cbad99aee8a4b2391a2e8db244')