summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorBioArchLinuxBot2024-05-01 00:06:21 +0000
committerBioArchLinuxBot2024-05-01 00:06:21 +0000
commit48c06a36c3a3ce40f124bb579cd4cc8a98271d87 (patch)
tree417831fd7f5ab72d6b4e609c9693facf4db4e7b0
parent86e689cf08b2ba9f8f29d2b96a991efe47aad2ea (diff)
downloadaur-raxml-ng-mpi.tar.gz
[lilac] updated to 1.2.2-1
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index a4bde6539ec3..2518cd649bd5 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = raxml-ng-mpi
pkgdesc = A phylogenetic tree inference tool which uses maximum-likelihood (ML) optimality criterion. https://doi.org/10.1093/bioinformatics/btz305
- pkgver = 1.2.1
+ pkgver = 1.2.2
pkgrel = 1
url = https://github.com/amkozlov/raxml-ng
arch = x86_64
@@ -17,7 +17,7 @@ pkgbase = raxml-ng-mpi
depends = cuda
provides = raxml-ng
conflicts = raxml-ng
- source = git+https://github.com/amkozlov/raxml-ng.git#tag=1.2.1
- sha256sums = SKIP
+ source = git+https://github.com/amkozlov/raxml-ng.git#tag=1.2.2
+ sha256sums = 9e5ba42b45ce51197148a1f0e8fd3eeddc867a06bfb3b763bb8121d808155baf
pkgname = raxml-ng-mpi
diff --git a/PKGBUILD b/PKGBUILD
index 2b713476cc47..01d3679a61cf 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
# Contributor: Guoyi ("malcology") <guoyizhang@malacology.net>
pkgname=raxml-ng-mpi
-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'
@@ -11,7 +11,7 @@ license=('AGPL3')
depends=('gcc-libs' 'openmpi' 'cuda')
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')
prepare(){