summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorBioArchLinuxBot2023-05-10 00:02:02 +0000
committerBioArchLinuxBot2023-05-10 00:02:02 +0000
commit39670e4eb3cf8a53175cae706f63432c23785da2 (patch)
tree0ef0a45ab0136557e8ab9d4dbdcc01746773f2ff
parent76126dda803d6ce2ebbcd967ba88385f47fa7e99 (diff)
downloadaur-39670e4eb3cf8a53175cae706f63432c23785da2.tar.gz
[lilac] updated to 1.2.0-1
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index aa6253c67e99..57f53958740b 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
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.1.0
- pkgrel = 22
+ pkgver = 1.2.0
+ pkgrel = 1
url = https://github.com/amkozlov/raxml-ng
arch = x86_64
license = AGPL3
@@ -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.1.0
+ source = git+https://github.com/amkozlov/raxml-ng.git#tag=1.2.0
sha256sums = SKIP
pkgname = raxml-ng
diff --git a/PKGBUILD b/PKGBUILD
index e25ebc094554..17b1e5b4e572 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,8 +2,8 @@
# Contributor: Guoyi ("malcology") <guoyizhang@malacology.net>
pkgname=raxml-ng
-pkgver=1.1.0
-pkgrel=22
+pkgver=1.2.0
+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'
arch=('x86_64')