summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorBioArchLinuxBot2022-10-16 08:44:25 +0000
committerBioArchLinuxBot2022-10-16 08:44:25 +0000
commit9847f053fa4b01d6e8fa54f62d16856d868fae76 (patch)
treee4067b4fdb892c9989b9e9bce5b2332a9c3e45d2
parent8c010be2da910e3eca297271ba6ac16c2776a270 (diff)
downloadaur-phylobayes-mpi.tar.gz
[lilac] updated to 1.9-1
-rw-r--r--.SRCINFO9
-rw-r--r--PKGBUILD6
2 files changed, 7 insertions, 8 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 8279bf60a309..b0b342c6914c 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = phylobayes-mpi
- pkgdesc = phylogenetic reconstruction using infinite mixtures
- pkgver = 1.8c
+ pkgdesc = phylogenetic reconstruction using infinite mixtures. https://doi.org/10.1093/molbev/msh112
+ pkgver = 1.9
pkgrel = 1
url = https://github.com/bayesiancook/pbmpi
arch = i686
@@ -8,8 +8,7 @@ pkgbase = phylobayes-mpi
license = GPL2
depends = openmpi
conflicts = phylobayes
- source = https://codeload.github.com/bayesiancook/pbmpi/tar.gz/refs/tags/v1.8c
- md5sums = 9ee847859fafcdcf203eddc458c25e8a
+ source = https://codeload.github.com/bayesiancook/pbmpi/tar.gz/refs/tags/v1.9
+ md5sums = 747c03985eff0c5d617fff536ebb83fc
pkgname = phylobayes-mpi
-
diff --git a/PKGBUILD b/PKGBUILD
index 10cdb6201132..79e87366ab9a 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,16 +2,16 @@
_pkgname=phylobayes
pkgname=$_pkgname-mpi
-pkgver=1.8c
+pkgver=1.9
pkgrel=1
-pkgdesc="phylogenetic reconstruction using infinite mixtures"
+pkgdesc="phylogenetic reconstruction using infinite mixtures. https://doi.org/10.1093/molbev/msh112"
arch=('i686' 'x86_64')
url="https://github.com/bayesiancook/pbmpi"
license=('GPL2')
conflicts=('phylobayes')
depends=('openmpi')
source=("https://codeload.github.com/bayesiancook/pbmpi/tar.gz/refs/tags/v${pkgver}")
-md5sums=('9ee847859fafcdcf203eddc458c25e8a')
+md5sums=('747c03985eff0c5d617fff536ebb83fc')
build() {
cd $srcdir/pbmpi-$pkgver/sources