summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorBioArchLinuxBot2024-05-01 20:57:07 +0000
committerBioArchLinuxBot2024-05-01 20:57:07 +0000
commitc87057d38b4cd3007333be2b8f0ff433e992f84c (patch)
tree206d2d3d4c2cb0de001d61663387fead131e4524
parentd7c5489586be00d11b0eabb97ce68269324c263b (diff)
downloadaur-r-fci.tar.gz
[lilac] updated to 1.34.0-1
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD6
2 files changed, 6 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index ea736475aea4..61595c7a47b4 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = r-fci
pkgdesc = f-divergence Cutoff Index for Differential Expression Analysis in Transcriptomics and Proteomics
- pkgver = 1.32.0
+ pkgver = 1.34.0
pkgrel = 1
url = https://bioconductor.org/packages/fCI
arch = any
@@ -15,7 +15,7 @@ pkgbase = r-fci
optdepends = r-biocstyle
optdepends = r-knitr
optdepends = r-rmarkdown
- source = https://bioconductor.org/packages/release/bioc/src/contrib/fCI_1.32.0.tar.gz
- sha256sums = 1fbe66b4235e58c212fa378cb1029225f7caeebf3e87cc078bc5174946ec27b0
+ source = https://bioconductor.org/packages/release/bioc/src/contrib/fCI_1.34.0.tar.gz
+ sha256sums = a0253b834387b036a6557219f910da8131e85aecfe01943f52dccc53b86ff96b
pkgname = r-fci
diff --git a/PKGBUILD b/PKGBUILD
index 1b7bbbd5b66d..ed639ed95822 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,9 +1,9 @@
# Maintainer: Guoyi Zhang <guoyizhang at malacology dot net>
_pkgname=fCI
-_pkgver=1.32.0
+_pkgver=1.34.0
pkgname=r-${_pkgname,,}
-pkgver=1.32.0
+pkgver=1.34.0
pkgrel=1
pkgdesc='f-divergence Cutoff Index for Differential Expression Analysis in Transcriptomics and Proteomics'
arch=('any')
@@ -24,7 +24,7 @@ optdepends=(
r-rmarkdown
)
source=("https://bioconductor.org/packages/release/bioc/src/contrib/${_pkgname}_${_pkgver}.tar.gz")
-sha256sums=('1fbe66b4235e58c212fa378cb1029225f7caeebf3e87cc078bc5174946ec27b0')
+sha256sums=('a0253b834387b036a6557219f910da8131e85aecfe01943f52dccc53b86ff96b')
build() {
R CMD INSTALL ${_pkgname}_${_pkgver}.tar.gz -l "${srcdir}"