summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorRhinoceros2018-02-15 08:34:08 +1100
committerRhinoceros2018-02-15 08:34:08 +1100
commit464203834ba8403b9b1200c5d0521162ee1fcf96 (patch)
treebaff393fbed27fd65cb5948a5ff132e2ea10c644 /PKGBUILD
parent8013816649d023cb29ff7ede713cc8e36033518a (diff)
downloadaur-464203834ba8403b9b1200c5d0521162ee1fcf96.tar.gz
Update to 3.3.20180214-1
* Upstream changelog: "This is the latest stable release of PhyML (please send feedback to guindon@lirmm.fr)"
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD8
1 files changed, 4 insertions, 4 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 28b862584ede..ebc551642bde 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,15 +3,15 @@
# Contributor: Mick Elliot <micke at sfu dot ca>
pkgname=phyml-mpi
-pkgver=3.3.20180129
-pkgrel=2
+pkgver=3.3.20180214
+pkgrel=1
epoch=1
pkgdesc='Builds phylogenies from DNA or protein sequences using a maximum likelihood approach, using multiple proccessors'
arch=('i686' 'x86_64')
url='https://github.com/stephaneguindon/phyml'
license=('GPL2')
-source=("https://github.com/stephaneguindon/phyml/archive/${pkgver}.tar.gz")
-sha256sums=('9fe2158ca6dfdd08269b3890d6f5e35d4cbaef2f7c9be9ed3bd3af8209f4862b')
+source=("https://github.com/stephaneguindon/phyml/archive/v${pkgver}.tar.gz")
+sha256sums=('ec059e3662874be3fdf1a9dc6d71fe4d568d987f66da9495f154f8f49c6d153e')
depends=('openmpi')
build() {