summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorRhinoceros2020-07-15 10:25:45 +1000
committerRhinoceros2020-07-15 10:27:20 +1000
commitf7cac09953c2c7585296e5239f15f562f842df5a (patch)
treee96aac5194d1534320c572612ec8718c23652294 /PKGBUILD
parentceaec416f93f30fb8e6a5321565fc7de026cdb0d (diff)
downloadaur-f7cac09953c2c7585296e5239f15f562f842df5a.tar.gz
Update to 1:3.3.20200621-1
* Upstream changelog: "This releases fixes a few minor bugs. The manual also explains how to use the XML interface to implement fancy models of substitution (e.g., CAT-like) applied to single- or multiple-gene data sets."
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD9
1 files changed, 4 insertions, 5 deletions
diff --git a/PKGBUILD b/PKGBUILD
index e3ee7f63c7fd..2870a57aedc2 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@
# Contributor: Mick Elliot <micke at sfu dot ca>
pkgname=phyml-mpi
-pkgver=3.3.20190909
+pkgver=3.3.20200621
pkgrel=1
epoch=1
pkgdesc='Builds phylogenies from DNA or protein sequences using a maximum likelihood approach, using multiple proccessors'
@@ -11,14 +11,13 @@ arch=('i686' 'x86_64')
url='https://github.com/stephaneguindon/phyml'
license=('GPL2')
source=("$pkgname-$pkgver.tar.gz::https://github.com/stephaneguindon/phyml/archive/v${pkgver}.tar.gz")
-sha256sums=('f3afd6d5332cd98298736b3c6df63d751fa74388a0e972ec08f63a032d5e6a9c')
+sha256sums=('a8243923ee08c74cab609a4b086ade66c6156fc2b24450e2a500108dc644c867')
depends=('openmpi')
build() {
cd "${pkgname%-mpi}-$pkgver"
- aclocal
- autoreconf --force --install
- automake --force --add-missing
+ ./autogen.sh
+ autoreconf -i
./configure --prefix=/usr --enable-mpi
make
}