summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD8
2 files changed, 8 insertions, 8 deletions
diff --git a/.SRCINFO b/.SRCINFO
index dc93b6d4c990..1a32715260ae 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,15 +1,15 @@
pkgbase = phyml-mpi
pkgdesc = Builds phylogenies from DNA or protein sequences using a maximum likelihood approach, using multiple proccessors
- pkgver = 3.3.20180129
- pkgrel = 2
+ pkgver = 3.3.20180214
+ pkgrel = 1
epoch = 1
url = https://github.com/stephaneguindon/phyml
arch = i686
arch = x86_64
license = GPL2
depends = openmpi
- source = https://github.com/stephaneguindon/phyml/archive/3.3.20180129.tar.gz
- sha256sums = 9fe2158ca6dfdd08269b3890d6f5e35d4cbaef2f7c9be9ed3bd3af8209f4862b
+ source = https://github.com/stephaneguindon/phyml/archive/v3.3.20180214.tar.gz
+ sha256sums = ec059e3662874be3fdf1a9dc6d71fe4d568d987f66da9495f154f8f49c6d153e
pkgname = phyml-mpi
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() {