summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorBioArchLinuxBot2022-11-03 08:25:53 +0000
committerBioArchLinuxBot2022-11-03 08:25:53 +0000
commit8029c67e1716fbb725c2544fcc9c6c0385912147 (patch)
treeac13f69676d60a2b6bd9bfff302a5aea763d10b0
parent977d6a34a5140873249abff9e31553d012e57f90 (diff)
downloadaur-8029c67e1716fbb725c2544fcc9c6c0385912147.tar.gz
[lilac] updated to 1.22.0-1
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD6
2 files changed, 6 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 8820878e16f0..bd8dd78df88f 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = r-blma
pkgdesc = BLMA: A package for bi-level meta-analysis
- pkgver = 1.20.0
+ pkgver = 1.22.0
pkgrel = 1
url = https://bioconductor.org/packages/BLMA
arch = any
@@ -15,7 +15,7 @@ pkgbase = r-blma
depends = r-rontotools
optdepends = r-biocgenerics
optdepends = r-runit
- source = https://bioconductor.org/packages/release/bioc/src/contrib/BLMA_1.20.0.tar.gz
- sha256sums = 42ab19cbb433f8107daab937552396fb800204b32ff97fa06bffebad5ec84590
+ source = https://bioconductor.org/packages/release/bioc/src/contrib/BLMA_1.22.0.tar.gz
+ sha256sums = 19d00e334a8ea69084d49a2c5a4f0b709804cb204ba1806556f916091e71bd4b
pkgname = r-blma
diff --git a/PKGBUILD b/PKGBUILD
index 90d52451a140..e115da9cc1c8 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,9 +1,9 @@
# Maintainer: Guoyi Zhang <guoyizhang at malacology dot net>
_pkgname=BLMA
-_pkgver=1.20.0
+_pkgver=1.22.0
pkgname=r-${_pkgname,,}
-pkgver=1.20.0
+pkgver=1.22.0
pkgrel=1
pkgdesc='BLMA: A package for bi-level meta-analysis'
arch=('any')
@@ -24,7 +24,7 @@ optdepends=(
r-runit
)
source=("https://bioconductor.org/packages/release/bioc/src/contrib/${_pkgname}_${_pkgver}.tar.gz")
-sha256sums=('42ab19cbb433f8107daab937552396fb800204b32ff97fa06bffebad5ec84590')
+sha256sums=('19d00e334a8ea69084d49a2c5a4f0b709804cb204ba1806556f916091e71bd4b')
build() {
R CMD INSTALL ${_pkgname}_${_pkgver}.tar.gz -l "${srcdir}"