summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 1d94626fa780..bc4d8ad7b0de 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.2
+ pkgver = 1.2.3
pkgrel = 1
url = https://github.com/revbayes/revbayes
arch = x86_64
@@ -17,9 +17,9 @@ pkgbase = revbayes-mpi
provides = revbayes
conflicts = lrzsz
conflicts = revbayes-mpi
- source = git+https://github.com/revbayes/revbayes.git#tag=v1.2.2
+ source = git+https://github.com/revbayes/revbayes.git#tag=v1.2.3
source = rb.patch
- md5sums = SKIP
+ md5sums = 77b4de01b42d27b46802706a17508cdb
md5sums = f5af0159704f049f8269584883bcaa80
pkgname = revbayes-mpi
diff --git a/PKGBUILD b/PKGBUILD
index 4883f47828e1..7e23fee2b805 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,6 +1,6 @@
pkgname=revbayes-mpi
_pkgname=revbayes
-pkgver=1.2.2
+pkgver=1.2.3
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)
@@ -12,7 +12,7 @@ conflicts=('lrzsz' 'revbayes-mpi')
provides=('revbayes')
source=("git+$url.git#tag=v$pkgver"
"rb.patch")
-md5sums=('SKIP'
+md5sums=('77b4de01b42d27b46802706a17508cdb'
'f5af0159704f049f8269584883bcaa80')
prepare() {