summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorBioArchLinuxBot2022-11-03 08:51:15 +0000
committerBioArchLinuxBot2022-11-03 08:51:15 +0000
commit186bad0a12655926fddd8c05e0b850a62485df3c (patch)
tree6e721ad821c194f4b7b9d83f43abab7e012ce359
parentf1d0a0750637767efb908854a6430a24dfacae0d (diff)
downloadaur-186bad0a12655926fddd8c05e0b850a62485df3c.tar.gz
[lilac] updated to 1.12.0-1
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD6
2 files changed, 6 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 518851e58a90..0218f442f56d 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = r-gmicr
pkgdesc = Combines WGCNA and xCell readouts with bayesian network learrning to generate a Gene-Module Immune-Cell network (GMIC)
- pkgver = 1.10.0
+ pkgver = 1.12.0
pkgrel = 1
url = https://bioconductor.org/packages/GmicR
arch = any
@@ -26,7 +26,7 @@ pkgbase = r-gmicr
optdepends = r-knitr
optdepends = r-rmarkdown
optdepends = r-testthat
- source = https://bioconductor.org/packages/release/bioc/src/contrib/GmicR_1.10.0.tar.gz
- sha256sums = 09c636c8957a3a34a4fe7636baaa5e00c4e81c956f653690505be2f86917090a
+ source = https://bioconductor.org/packages/release/bioc/src/contrib/GmicR_1.12.0.tar.gz
+ sha256sums = d5f9b0033f924ad7f3c681410e8fab81a31c683cebdd35a6ca6c0deab7494221
pkgname = r-gmicr
diff --git a/PKGBUILD b/PKGBUILD
index 9cb5ea33455f..41036100efe0 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,9 +1,9 @@
# Maintainer: Guoyi Zhang <guoyizhang at malacology dot net>
_pkgname=GmicR
-_pkgver=1.10.0
+_pkgver=1.12.0
pkgname=r-${_pkgname,,}
-pkgver=1.10.0
+pkgver=1.12.0
pkgrel=1
pkgdesc='Combines WGCNA and xCell readouts with bayesian network learrning to generate a Gene-Module Immune-Cell network (GMIC)'
arch=('any')
@@ -35,7 +35,7 @@ optdepends=(
r-testthat
)
source=("https://bioconductor.org/packages/release/bioc/src/contrib/${_pkgname}_${_pkgver}.tar.gz")
-sha256sums=('09c636c8957a3a34a4fe7636baaa5e00c4e81c956f653690505be2f86917090a')
+sha256sums=('d5f9b0033f924ad7f3c681410e8fab81a31c683cebdd35a6ca6c0deab7494221')
build() {
R CMD INSTALL ${_pkgname}_${_pkgver}.tar.gz -l "${srcdir}"