mirror of
https://github.com/BioArchLinux/Packages.git
synced 2025-03-10 12:02:42 +00:00
iqtree: auto updated to 2.1.3-1
This commit is contained in:
parent
400640415d
commit
fab37f47cb
1 changed files with 3 additions and 3 deletions
|
@ -7,15 +7,15 @@
|
||||||
# usr/bin/iqtree
|
# usr/bin/iqtree
|
||||||
|
|
||||||
pkgname=iqtree
|
pkgname=iqtree
|
||||||
pkgver=2.1.2
|
pkgver=2.1.3
|
||||||
pkgrel=2
|
pkgrel=1
|
||||||
pkgdesc="Efficient phylogenomic software by maximum likelihood; multicore version (OMP)"
|
pkgdesc="Efficient phylogenomic software by maximum likelihood; multicore version (OMP)"
|
||||||
arch=(x86_64)
|
arch=(x86_64)
|
||||||
url="http://www.iqtree.org/"
|
url="http://www.iqtree.org/"
|
||||||
license=('GPL2')
|
license=('GPL2')
|
||||||
depends=('cmake' 'boost' 'eigen' 'glibc' 'libstdc++5' 'zlib')
|
depends=('cmake' 'boost' 'eigen' 'glibc' 'libstdc++5' 'zlib')
|
||||||
source=("https://github.com/iqtree/iqtree2/archive/v${pkgver}.tar.gz")
|
source=("https://github.com/iqtree/iqtree2/archive/v${pkgver}.tar.gz")
|
||||||
md5sums=('83e85d78b096b48607b7dbf91f8211a9')
|
md5sums=('d20ca3e053852574dcbdd218f4e6ebfc')
|
||||||
|
|
||||||
build() {
|
build() {
|
||||||
cd iqtree2-${pkgver}
|
cd iqtree2-${pkgver}
|
||||||
|
|
Loading…
Add table
Reference in a new issue