summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorRhinoceros2019-04-04 20:17:12 +1100
committerRhinoceros2019-04-04 20:17:12 +1100
commit0fd9fcf9ef5455855763fec1c0e53e16604ce861 (patch)
treea9c51411349f1a60b5850c3f3b2ad754e6b43293
parent5d9f651f3dc4cc4949af07ef9ffa4408ea330ef9 (diff)
downloadaur-0fd9fcf9ef5455855763fec1c0e53e16604ce861.tar.gz
Update to 1:3.3.20190321-1
Upstream changelog: "Spring 2019 release"
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 549d4678c845..36bff7b40d89 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.20180621
+ pkgver = 3.3.20190321
pkgrel = 1
epoch = 1
url = https://github.com/stephaneguindon/phyml
@@ -8,8 +8,8 @@ pkgbase = phyml-mpi
arch = x86_64
license = GPL2
depends = openmpi
- source = https://github.com/stephaneguindon/phyml/archive/v3.3.20180621.tar.gz
- sha256sums = a66c1c5758408578c34a17733f92db11a67aa572a06a9b5e3046009ee8bed0d3
+ source = https://github.com/stephaneguindon/phyml/archive/v3.3.20190321.tar.gz
+ sha256sums = 5274546cda7445c947fd26838487cd4246e2becf18d333882b7a2a24dff853ee
pkgname = phyml-mpi
diff --git a/PKGBUILD b/PKGBUILD
index 2571990a7dcb..ae8867690d73 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@
# Contributor: Mick Elliot <micke at sfu dot ca>
pkgname=phyml-mpi
-pkgver=3.3.20180621
+pkgver=3.3.20190321
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=("https://github.com/stephaneguindon/phyml/archive/v${pkgver}.tar.gz")
-sha256sums=('a66c1c5758408578c34a17733f92db11a67aa572a06a9b5e3046009ee8bed0d3')
+sha256sums=('5274546cda7445c947fd26838487cd4246e2becf18d333882b7a2a24dff853ee')
depends=('openmpi')
build() {