iqtree: auto updated to 2.1.3-1

This commit is contained in:
starsareintherose 2021-11-04 19:52:58 +08:00
parent 400640415d
commit fab37f47cb

View file

@ -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}