summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorBioArchLinuxBot2023-10-26 06:02:55 +0000
committerBioArchLinuxBot2023-10-26 06:02:55 +0000
commitca6610b25ff07c701d4d0ccfad08f680b609834f (patch)
treee263e2ed7921b6712221afce861989e24ab6d620
parent9768afb6ce1b5ea21977a9e0b0eea6a3943196ba (diff)
downloadaur-ca6610b25ff07c701d4d0ccfad08f680b609834f.tar.gz
[lilac] updated to 1.16.0-1
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD6
2 files changed, 6 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index c947351741ef..7b101253f02c 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.14.0
+ pkgver = 1.16.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.14.0.tar.gz
- sha256sums = 424da287c9abbf7341340bc7b559e59f58a7cbc7918bb5a1011ce505827e20e0
+ source = https://bioconductor.org/packages/release/bioc/src/contrib/GmicR_1.16.0.tar.gz
+ sha256sums = ffb77c2e240742d592e0910eb4094e337401def46599252f36993beecd8cf4a9
pkgname = r-gmicr
diff --git a/PKGBUILD b/PKGBUILD
index 826727ff90c3..ecf7d7daf902 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,9 +1,9 @@
# Maintainer: Guoyi Zhang <guoyizhang at malacology dot net>
_pkgname=GmicR
-_pkgver=1.14.0
+_pkgver=1.16.0
pkgname=r-${_pkgname,,}
-pkgver=1.14.0
+pkgver=1.16.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=('424da287c9abbf7341340bc7b559e59f58a7cbc7918bb5a1011ce505827e20e0')
+sha256sums=('ffb77c2e240742d592e0910eb4094e337401def46599252f36993beecd8cf4a9')
build() {
R CMD INSTALL ${_pkgname}_${_pkgver}.tar.gz -l "${srcdir}"