summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorBioArchLinuxBot2024-05-01 20:57:07 +0000
committerBioArchLinuxBot2024-05-01 20:57:07 +0000
commitc87057d38b4cd3007333be2b8f0ff433e992f84c (patch)
tree206d2d3d4c2cb0de001d61663387fead131e4524 /PKGBUILD
parentd7c5489586be00d11b0eabb97ce68269324c263b (diff)
downloadaur-r-fci.tar.gz
[lilac] updated to 1.34.0-1
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD6
1 files changed, 3 insertions, 3 deletions
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}"