summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorRhinoceros2017-05-31 15:28:59 +1000
committerRhinoceros2017-05-31 15:28:59 +1000
commitd31281c922e75cfa246dfe83128fa6838a3d8382 (patch)
tree854959631cfc73fb604710c7b54be3cdea8eebae
parent5da8943cb6055522802e662434ae52a39d76a828 (diff)
downloadaur-d31281c922e75cfa246dfe83128fa6838a3d8382.tar.gz
Update to 1:3.3.20170530-1
* Upstream changelog: "ran autogen.sh to update version"
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD4
2 files changed, 6 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index aa4cc7272517..02cbd9becc28 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,8 +1,8 @@
# Generated by mksrcinfo v8
-# Mon May 30 23:19:30 UTC 2016
+# Wed May 31 05:28:55 UTC 2017
pkgbase = phyml-mpi
pkgdesc = Builds phylogenies from DNA or protein sequences using a maximum likelihood approach, using multiple proccessors
- pkgver = 3.2.20160530
+ pkgver = 3.3.20170530
pkgrel = 1
epoch = 1
url = https://github.com/stephaneguindon/phyml
@@ -10,8 +10,8 @@ pkgbase = phyml-mpi
arch = x86_64
license = GPL2
depends = openmpi
- source = https://github.com/stephaneguindon/phyml/archive/v3.2.20160530.tar.gz
- sha256sums = e5895c5aefd21a8b356cc020348c4c3be013aaf20a7117f125ad38aa38d430fa
+ source = https://github.com/stephaneguindon/phyml/archive/v3.3.20170530.tar.gz
+ sha256sums = f826726cd56b755be75f923abdf29aca8a9951d6af948cddbab40739a8f99f74
pkgname = phyml-mpi
diff --git a/PKGBUILD b/PKGBUILD
index aeac21afa165..6f57cb3388a7 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@
# Contributor: Mick Elliot <micke at sfu dot ca>
pkgname=phyml-mpi
-pkgver=3.2.20160530
+pkgver=3.3.20170530
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=('e5895c5aefd21a8b356cc020348c4c3be013aaf20a7117f125ad38aa38d430fa')
+sha256sums=('f826726cd56b755be75f923abdf29aca8a9951d6af948cddbab40739a8f99f74')
depends=('openmpi')
build() {