summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO10
-rw-r--r--PKGBUILD6
2 files changed, 8 insertions, 8 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 0d0aa3589e60..28417bff4504 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,17 +1,17 @@
# Generated by mksrcinfo v8
-# Mon May 30 01:06:31 UTC 2016
+# Mon May 30 04:24:58 UTC 2016
pkgbase = phyml-mpi
pkgdesc = Builds phylogenies from DNA or protein sequences using a maximum likelihood approach, using multiple proccessors
- pkgver = 3.2.0
+ pkgver = 3.2.20160529
pkgrel = 1
epoch = 1
url = https://github.com/stephaneguindon/phyml
arch = i686
arch = x86_64
- license = GPLv2
+ license = GPL2
depends = openmpi
- source = https://github.com/stephaneguindon/phyml/archive/v3.2.0.tar.gz
- sha256sums = 9fec8fc26e69cad8d58bf2c9433b531754e4f026dc3464d07958b6c824783fde
+ source = https://github.com/stephaneguindon/phyml/archive/v3.2.20160529.tar.gz
+ sha256sums = 8fab6763fea627cc0aa4c50ac901bd60290ace79df98b2bcc6dcd2470bb8cfea
pkgname = phyml-mpi
diff --git a/PKGBUILD b/PKGBUILD
index 7f2908fbafa7..0d98af7732f1 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,15 +3,15 @@
# Contributor: Mick Elliot <micke at sfu dot ca>
pkgname=phyml-mpi
-pkgver=3.2.0
+pkgver=3.2.20160529
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=('GPLv2')
+license=('GPL2')
source=("https://github.com/stephaneguindon/phyml/archive/v${pkgver}.tar.gz")
-sha256sums=('9fec8fc26e69cad8d58bf2c9433b531754e4f026dc3464d07958b6c824783fde')
+sha256sums=('8fab6763fea627cc0aa4c50ac901bd60290ace79df98b2bcc6dcd2470bb8cfea')
depends=('openmpi')
build() {