From 649307922f86582c058239d7880c136073e902f2 Mon Sep 17 00:00:00 2001 From: BioArchLinuxBot Date: Wed, 1 May 2024 00:03:55 +0000 Subject: [PATCH] raxml-ng-portable: auto updated to 1.2.2-1 --- BioArchLinux/raxml-ng-portable/PKGBUILD | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/BioArchLinux/raxml-ng-portable/PKGBUILD b/BioArchLinux/raxml-ng-portable/PKGBUILD index 7f17928ce2..c03c6f8204 100644 --- a/BioArchLinux/raxml-ng-portable/PKGBUILD +++ b/BioArchLinux/raxml-ng-portable/PKGBUILD @@ -3,7 +3,7 @@ pkgname=raxml-ng-portable _pkgname=raxml-ng -pkgver=1.2.1 +pkgver=1.2.2 pkgrel=1 pkgdesc="A phylogenetic tree inference tool which uses maximum-likelihood (ML) optimality criterion. https://doi.org/10.1093/bioinformatics/btz305" url='https://github.com/amkozlov/raxml-ng' @@ -12,7 +12,7 @@ license=('AGPL3') depends=('gcc-libs') makedepends=('bison' 'make' 'cmake' 'flex' 'gmp' 'gtest' 'git') source=("git+https://github.com/amkozlov/raxml-ng.git#tag=${pkgver}") -sha256sums=('SKIP') +sha256sums=('9e5ba42b45ce51197148a1f0e8fd3eeddc867a06bfb3b763bb8121d808155baf') provides=('raxml-ng') conflicts=('raxml-ng-mpi') prepare(){