summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorBioArchLinuxBot2023-04-29 08:28:43 +0000
committerBioArchLinuxBot2023-04-29 08:28:43 +0000
commit9768afb6ce1b5ea21977a9e0b0eea6a3943196ba (patch)
treea5afacac19952d584ca44bce06fd7031c8b1b34e
parent186bad0a12655926fddd8c05e0b850a62485df3c (diff)
downloadaur-9768afb6ce1b5ea21977a9e0b0eea6a3943196ba.tar.gz
[lilac] updated to 1.14.0-1
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD6
2 files changed, 6 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 0218f442f56d..c947351741ef 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.12.0
+ pkgver = 1.14.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.12.0.tar.gz
- sha256sums = d5f9b0033f924ad7f3c681410e8fab81a31c683cebdd35a6ca6c0deab7494221
+ source = https://bioconductor.org/packages/release/bioc/src/contrib/GmicR_1.14.0.tar.gz
+ sha256sums = 424da287c9abbf7341340bc7b559e59f58a7cbc7918bb5a1011ce505827e20e0
pkgname = r-gmicr
diff --git a/PKGBUILD b/PKGBUILD
index 41036100efe0..826727ff90c3 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,9 +1,9 @@
# Maintainer: Guoyi Zhang <guoyizhang at malacology dot net>
_pkgname=GmicR
-_pkgver=1.12.0
+_pkgver=1.14.0
pkgname=r-${_pkgname,,}
-pkgver=1.12.0
+pkgver=1.14.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=('d5f9b0033f924ad7f3c681410e8fab81a31c683cebdd35a6ca6c0deab7494221')
+sha256sums=('424da287c9abbf7341340bc7b559e59f58a7cbc7918bb5a1011ce505827e20e0')
build() {
R CMD INSTALL ${_pkgname}_${_pkgver}.tar.gz -l "${srcdir}"