diff options
author | BioArchLinuxBot | 2024-05-01 20:57:07 +0000 |
---|---|---|
committer | BioArchLinuxBot | 2024-05-01 20:57:07 +0000 |
commit | c87057d38b4cd3007333be2b8f0ff433e992f84c (patch) | |
tree | 206d2d3d4c2cb0de001d61663387fead131e4524 /PKGBUILD | |
parent | d7c5489586be00d11b0eabb97ce68269324c263b (diff) | |
download | aur-c87057d38b4cd3007333be2b8f0ff433e992f84c.tar.gz |
[lilac] updated to 1.34.0-1
Diffstat (limited to 'PKGBUILD')
-rw-r--r-- | PKGBUILD | 6 |
1 files changed, 3 insertions, 3 deletions
@@ -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}" |