summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorRhinoceros2016-05-30 14:25:07 +1000
committerRhinoceros2016-05-30 14:25:07 +1000
commitfea6114794a2bb84725bc66aea1e2ac2f77a2e91 (patch)
tree4edc462d8ba6caec499eef9133a12d1297e3089b /PKGBUILD
parent2abe17fd40c5f2ba69852cb470fc47a4c7e22f7a (diff)
downloadaur-fea6114794a2bb84725bc66aea1e2ac2f77a2e91.tar.gz
Update to 1:3.2.20160529-1
* Upstream changelog: "replace Free_Cseq with Free_Calign in mpi.c" * Also fix license name
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD6
1 files changed, 3 insertions, 3 deletions
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() {