diff options
author | BioArchLinuxBot | 2025-04-16 20:09:13 +0000 |
---|---|---|
committer | BioArchLinuxBot | 2025-04-16 20:09:13 +0000 |
commit | bf85aff6a2f77d2b753029568397f3de5e9728ed (patch) | |
tree | f66a322f23fee5672e875b2e4a8f40066fe6517e | |
parent | cc4cad1f00a22c58c63325830b776d0c7612584b (diff) | |
download | aur-bf85aff6a2f77d2b753029568397f3de5e9728ed.tar.gz |
[lilac] updated to 3.34.0-1
-rw-r--r-- | .SRCINFO | 6 | ||||
-rw-r--r-- | PKGBUILD | 6 |
2 files changed, 6 insertions, 6 deletions
@@ -1,6 +1,6 @@ pkgbase = r-rankprod pkgdesc = Rank Product method for identifying differentially expressed genes with application in meta-analysis - pkgver = 3.32.0 + pkgver = 3.34.0 pkgrel = 1 url = https://bioconductor.org/packages/RankProd arch = any @@ -8,7 +8,7 @@ pkgbase = r-rankprod depends = r depends = r-gmp depends = r-rmpfr - source = https://bioconductor.org/packages/release/bioc/src/contrib/RankProd_3.32.0.tar.gz - sha256sums = d55702b48c27ecf2c825172352686dcc9a790e19d6b6311bea4c0261197aba7e + source = https://bioconductor.org/packages/release/bioc/src/contrib/RankProd_3.34.0.tar.gz + sha256sums = b5c9edffc61776aa79f5b27064652f610b729f80bb312e7a0752a03af15b42b6 pkgname = r-rankprod @@ -1,9 +1,9 @@ # Maintainer: Guoyi Zhang <guoyizhang at malacology dot net> _pkgname=RankProd -_pkgver=3.32.0 +_pkgver=3.34.0 pkgname=r-${_pkgname,,} -pkgver=3.32.0 +pkgver=3.34.0 pkgrel=1 pkgdesc='Rank Product method for identifying differentially expressed genes with application in meta-analysis' arch=('any') @@ -15,7 +15,7 @@ depends=( r-rmpfr ) source=("https://bioconductor.org/packages/release/bioc/src/contrib/${_pkgname}_${_pkgver}.tar.gz") -sha256sums=('d55702b48c27ecf2c825172352686dcc9a790e19d6b6311bea4c0261197aba7e') +sha256sums=('b5c9edffc61776aa79f5b27064652f610b729f80bb312e7a0752a03af15b42b6') build() { R CMD INSTALL ${_pkgname}_${_pkgver}.tar.gz -l "${srcdir}" |