summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorChristian Krause2015-10-01 15:38:58 +0200
committerChristian Krause2015-10-01 15:38:58 +0200
commit1357e8b0bba387e832026101a52d6c3f7e6dd711 (patch)
tree481a98e278593dd8bc65a920bbb1f8e786c67452
parent642a27b85d287d73f1d391995422cb91622c44b7 (diff)
downloadaur-1357e8b0bba387e832026101a52d6c3f7e6dd711.tar.gz
mrbayes-mpi-3.2.5-2
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD10
2 files changed, 7 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 6052223156c7..8fa4245ff7e6 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = mrbayes-mpi
pkgdesc = Bayesian inference and model choice across a wide range of phylogenetic and evolutionary models
pkgver = 3.2.5
- pkgrel = 1
+ pkgrel = 2
url = http://mrbayes.sourceforge.net/index.php
arch = i686
arch = x86_64
@@ -10,7 +10,7 @@ pkgbase = mrbayes-mpi
provides = mrbayes
conflicts = mrbayes
source = http://downloads.sourceforge.net/mrbayes/mrbayes-3.2.5.tar.gz
- md5sums = cbd21bf0497429dd9a912c28ce78812a
+ md5sums = a85a63e5382bc7ea36b1ce1c2138ee6e
pkgname = mrbayes-mpi
diff --git a/PKGBUILD b/PKGBUILD
index f5170a65b9a6..cb1f6ec1089f 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
pkgname=mrbayes-mpi
pkgver=3.2.5
-pkgrel=1
+pkgrel=2
pkgdesc="Bayesian inference and model choice across a wide range of phylogenetic and evolutionary models"
arch=('i686' 'x86_64')
url="http://mrbayes.sourceforge.net/index.php"
@@ -11,16 +11,16 @@ depends=('openmpi')
conflicts=(mrbayes)
provides=(mrbayes)
source=("http://downloads.sourceforge.net/mrbayes/mrbayes-$pkgver.tar.gz")
-md5sums=('cbd21bf0497429dd9a912c28ce78812a')
+md5sums=('a85a63e5382bc7ea36b1ce1c2138ee6e')
prepare() {
- cd $srcdir/src
+ cd $srcdir/mrbayes_$pkgver/src
autoconf
}
build() {
- cd $srcdir/src
+ cd $srcdir/mrbayes_$pkgver/src
./configure --prefix=/usr --without-beagle --enable-mpi
@@ -28,7 +28,7 @@ build() {
}
package() {
- cd $srcdir/src
+ cd $srcdir/mrbayes_$pkgver/src
mkdir -p $pkgdir/usr/bin