summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorBioArchLinuxBot2023-06-10 05:23:56 +0000
committerBioArchLinuxBot2023-06-10 05:23:56 +0000
commitda9ade2a9874fa7870361882645220d70680146f (patch)
treea427a2ba588ec79c96188957085ef627ea66bdcd
parenta290c41d0702c8e51c87106d9c66b87c1b5ee647 (diff)
downloadaur-da9ade2a9874fa7870361882645220d70680146f.tar.gz
[lilac] updated to 1.2.2-1
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD5
2 files changed, 3 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 14f8b8c5dab2..1d94626fa780 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = revbayes-mpi
pkgdesc = Bayesian Phylogenetic Inference Using Graphical Models and an Interactive Model-Specification Language https://doi.org/10.1093/sysbio/syw021
- pkgver = 1.2.1
+ pkgver = 1.2.2
pkgrel = 1
url = https://github.com/revbayes/revbayes
arch = x86_64
@@ -17,7 +17,7 @@ pkgbase = revbayes-mpi
provides = revbayes
conflicts = lrzsz
conflicts = revbayes-mpi
- source = git+https://github.com/revbayes/revbayes.git#tag=v1.2.1
+ source = git+https://github.com/revbayes/revbayes.git#tag=v1.2.2
source = rb.patch
md5sums = SKIP
md5sums = f5af0159704f049f8269584883bcaa80
diff --git a/PKGBUILD b/PKGBUILD
index 53cccf3b300f..4883f47828e1 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,6 +1,6 @@
pkgname=revbayes-mpi
_pkgname=revbayes
-pkgver=1.2.1
+pkgver=1.2.2
pkgrel=1
pkgdesc="Bayesian Phylogenetic Inference Using Graphical Models and an Interactive Model-Specification Language https://doi.org/10.1093/sysbio/syw021"
arch=(x86_64)
@@ -17,9 +17,6 @@ md5sums=('SKIP'
prepare() {
cd $srcdir/$_pkgname
- # fix lib issue
- patch -p1 < $srcdir/rb.patch
-
git submodule update --init --recursive
./projects/meson/generate.sh
}