summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorBioArchLinuxBot2024-04-26 20:12:11 +0000
committerBioArchLinuxBot2024-04-26 20:12:11 +0000
commit2839cbb5173c6017b447cd06489d3fa0226769f6 (patch)
tree0e578a6493e57a91b05a43356447b9f7ee1417d6
parentc2aa886cb1a0e805f65fac7b12411ac5c13de8b6 (diff)
downloadaur-2839cbb5173c6017b447cd06489d3fa0226769f6.tar.gz
[lilac] updated to 1.2.3-1
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index ce150334fb52..286f44851dc9 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = revbayes
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
@@ -15,9 +15,9 @@ pkgbase = revbayes
depends = openlibm
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
diff --git a/PKGBUILD b/PKGBUILD
index 366b85c615eb..38e177033f71 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,5 +1,5 @@
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)
@@ -10,7 +10,7 @@ makedepends=('boost' 'meson' 'ninja' 'cmake' 'git')
source=("git+$url.git#tag=v$pkgver"
"rb.patch")
conflicts=('lrzsz' 'revbayes-mpi')
-md5sums=('SKIP'
+md5sums=('77b4de01b42d27b46802706a17508cdb'
'f5af0159704f049f8269584883bcaa80')
prepare() {