summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authormalacology2021-05-15 21:20:58 +0800
committermalacology2021-05-15 21:20:58 +0800
commit8c010be2da910e3eca297271ba6ac16c2776a270 (patch)
treed384b2d19256c06fd45bdebd2272ae1ac60c6e1f
parentf6c78cea1cf7e0abb059dca1c42eccb7918b2611 (diff)
downloadaur-8c010be2da910e3eca297271ba6ac16c2776a270.tar.gz
1.8c
-rw-r--r--.SRCINFO10
-rw-r--r--PKGBUILD14
2 files changed, 12 insertions, 12 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 262d3e5e6e67..8279bf60a309 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,15 +1,15 @@
pkgbase = phylobayes-mpi
pkgdesc = phylogenetic reconstruction using infinite mixtures
- pkgver = 1.5a
+ pkgver = 1.8c
pkgrel = 1
- url = http://megasun.bch.umontreal.ca/People/lartillot/www/index.htm
+ url = https://github.com/bayesiancook/pbmpi
arch = i686
arch = x86_64
- license = GPL3
+ license = GPL2
depends = openmpi
conflicts = phylobayes
- source = http://megasun.bch.umontreal.ca/People/lartillot/www/pb_mpi1.5a.tar.gz
- md5sums = bbb2b9193329a7b2253160b817f9fc87
+ source = https://codeload.github.com/bayesiancook/pbmpi/tar.gz/refs/tags/v1.8c
+ md5sums = 9ee847859fafcdcf203eddc458c25e8a
pkgname = phylobayes-mpi
diff --git a/PKGBUILD b/PKGBUILD
index d1f2c8be8f32..10cdb6201132 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,25 +2,25 @@
_pkgname=phylobayes
pkgname=$_pkgname-mpi
-pkgver=1.5a
+pkgver=1.8c
pkgrel=1
pkgdesc="phylogenetic reconstruction using infinite mixtures"
arch=('i686' 'x86_64')
-url="http://megasun.bch.umontreal.ca/People/lartillot/www/index.htm"
-license=('GPL3')
+url="https://github.com/bayesiancook/pbmpi"
+license=('GPL2')
conflicts=('phylobayes')
depends=('openmpi')
-source=("http://megasun.bch.umontreal.ca/People/lartillot/www/pb_mpi$pkgver.tar.gz")
-md5sums=('bbb2b9193329a7b2253160b817f9fc87')
+source=("https://codeload.github.com/bayesiancook/pbmpi/tar.gz/refs/tags/v${pkgver}")
+md5sums=('9ee847859fafcdcf203eddc458c25e8a')
build() {
- cd $srcdir/pb_mpi$pkgver/sources
+ cd $srcdir/pbmpi-$pkgver/sources
make
}
package() {
- cd $srcdir/pb_mpi$pkgver/data
+ cd $srcdir/pbmpi-$pkgver/data
mkdir -p $pkgdir/usr/bin