summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD2
2 files changed, 3 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 57f53958740b..8e526086f244 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = raxml-ng
pkgdesc = A phylogenetic tree inference tool which uses maximum-likelihood (ML) optimality criterion. https://doi.org/10.1093/bioinformatics/btz305
- pkgver = 1.2.0
+ pkgver = 1.2.1
pkgrel = 1
url = https://github.com/amkozlov/raxml-ng
arch = x86_64
@@ -15,7 +15,7 @@ pkgbase = raxml-ng
depends = gcc-libs
provides = raxml-ng
conflicts = raxml-ng-mpi
- source = git+https://github.com/amkozlov/raxml-ng.git#tag=1.2.0
+ source = git+https://github.com/amkozlov/raxml-ng.git#tag=1.2.1
sha256sums = SKIP
pkgname = raxml-ng
diff --git a/PKGBUILD b/PKGBUILD
index 17b1e5b4e572..fe9d297e0485 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
# Contributor: Guoyi ("malcology") <guoyizhang@malacology.net>
pkgname=raxml-ng
-pkgver=1.2.0
+pkgver=1.2.1
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'