summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorRhinoceros2022-01-01 10:53:42 +1100
committerRhinoceros2022-01-01 10:53:42 +1100
commit46fed6a0f93661bac7d0fcc53534e3ff1abf92c1 (patch)
tree151f8afc104d49c21c4e17eb4f90a4681160c3e3
parent27a25ef065a687d914f9bd92da4b4472effbae27 (diff)
downloadaur-46fed6a0f93661bac7d0fcc53534e3ff1abf92c1.tar.gz
Update to 1:3.3.20211231-1
* Upstream changelog: "Fixed bug in Autumn 2021 release that prevented some analyses to complete due to memory allocation error."
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 168c92193756..15323f37d9a3 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = phyml-mpi
pkgdesc = Builds phylogenies from DNA or protein sequences using a maximum likelihood approach, using multiple proccessors
- pkgver = 3.3.20211118
+ pkgver = 3.3.20211231
pkgrel = 1
epoch = 1
url = https://github.com/stephaneguindon/phyml
@@ -8,7 +8,7 @@ pkgbase = phyml-mpi
arch = x86_64
license = GPL2
depends = openmpi
- source = phyml-mpi-3.3.20211118.tar.gz::https://github.com/stephaneguindon/phyml/archive/v3.3.20211118.tar.gz
- sha256sums = 6348e8c0b73f424a7e3315116c34fe864162235565ce2f5cf81b1a0d499ba177
+ source = phyml-mpi-3.3.20211231.tar.gz::https://github.com/stephaneguindon/phyml/archive/v3.3.20211231.tar.gz
+ sha512sums = f94d98624f2a2c284c0741f011f8c9c55075e4ad254b403bcd4d4a552d04cd416761fa8e6af30a3a8c3432bfd58f400b8bce1b03fc1b6b1c71ad8dcb4fa86ffd
pkgname = phyml-mpi
diff --git a/PKGBUILD b/PKGBUILD
index b9fa4f2b7720..dde0f4e87b61 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@
# Contributor: Mick Elliot <micke at sfu dot ca>
pkgname=phyml-mpi
-pkgver=3.3.20211118
+pkgver=3.3.20211231
pkgrel=1
epoch=1
pkgdesc='Builds phylogenies from DNA or protein sequences using a maximum likelihood approach, using multiple proccessors'
@@ -11,7 +11,7 @@ arch=('i686' 'x86_64')
url='https://github.com/stephaneguindon/phyml'
license=('GPL2')
source=("$pkgname-$pkgver.tar.gz::https://github.com/stephaneguindon/phyml/archive/v${pkgver}.tar.gz")
-sha256sums=('6348e8c0b73f424a7e3315116c34fe864162235565ce2f5cf81b1a0d499ba177')
+sha512sums=('f94d98624f2a2c284c0741f011f8c9c55075e4ad254b403bcd4d4a552d04cd416761fa8e6af30a3a8c3432bfd58f400b8bce1b03fc1b6b1c71ad8dcb4fa86ffd')
depends=('openmpi')
prepare() {