summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorstarsareintherose2021-08-08 16:57:16 +0800
committerstarsareintherose2021-08-08 16:57:16 +0800
commitbae952eff93174591bd65ba2d094437a7741af8a (patch)
tree4a550e3846e38a63ecf3bd66ad4ad9d79f87bdf6
parente2a49d8023d0dba92156cfd8f4f5f5abc5ac0e86 (diff)
downloadaur-bae952eff93174591bd65ba2d094437a7741af8a.tar.gz
version 1.0.2
-rw-r--r--.SRCINFO7
-rw-r--r--.gitignore1
-rw-r--r--PKGBUILD4
3 files changed, 5 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 731ef6c6878d..a34a8b99ef4f 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
- pkgver = 1.0.2
+ pkgver = 1.0.3
pkgrel = 1
url = https://github.com/amkozlov/raxml-ng
arch = x86_64
@@ -13,8 +13,7 @@ pkgbase = raxml-ng
makedepends = git
makedepends = gmp
depends = gcc-libs
- source = https://github.com/amkozlov/raxml-ng/releases/download/1.0.2/raxml-ng_v1.0.2_linux_x86_64_MPI.zip
- sha256sums = 6244256472691a099975aaa3ed9b0c872a4401d9a9e0cce95e9ab543119926c9
+ source = https://github.com/amkozlov/raxml-ng/releases/download/1.0.3/raxml-ng_v1.0.3_linux_x86_64_MPI.zip
+ sha256sums = 62e56d0249488b450d48d89ba63c0c56dae02f3de896d03c06352a39bc576798
pkgname = raxml-ng
-
diff --git a/.gitignore b/.gitignore
deleted file mode 100644
index 72e8ffc0db8a..000000000000
--- a/.gitignore
+++ /dev/null
@@ -1 +0,0 @@
-*
diff --git a/PKGBUILD b/PKGBUILD
index 443f0b16f2e6..3c58dc6c28d1 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@
# Contributor: Roberto Rossini ("robymetallo") <roberros@insert_university_of_oslo_domain.no>
pkgname=raxml-ng
-pkgver=1.0.2
+pkgver=1.0.3
_commit=411611611793e53c992717d869ca64370f2e4789
pkgrel=1
pkgdesc="A phylogenetic tree inference tool which uses maximum-likelihood (ML) optimality criterion"
@@ -14,7 +14,7 @@ depends=('gcc-libs')
makedepends=('bison' 'cmake' 'flex' 'git' 'gmp')
checkdepends=('gmock' 'gtest')
source=("https://github.com/amkozlov/raxml-ng/releases/download/${pkgver}/raxml-ng_v${pkgver}_linux_x86_64_MPI.zip")
-sha256sums=('6244256472691a099975aaa3ed9b0c872a4401d9a9e0cce95e9ab543119926c9')
+sha256sums=('62e56d0249488b450d48d89ba63c0c56dae02f3de896d03c06352a39bc576798')
prepare() {
cd "${srcdir}"