r-edger: auto updated to 3.38.0-1

This commit is contained in:
BioArchLinuxBot 2022-04-28 02:58:45 +00:00
parent 0b53946cd4
commit dbbda735ab

View file

@ -2,10 +2,10 @@
# Maintainer: Guoyi Zhang <guoyizhang at malacology dot net> # Maintainer: Guoyi Zhang <guoyizhang at malacology dot net>
_pkgname=edgeR _pkgname=edgeR
_pkgver=3.36.0 _pkgver=3.38.0
pkgname=r-${_pkgname,,} pkgname=r-${_pkgname,,}
pkgver=3.36.0 pkgver=3.38.0
pkgrel=2 pkgrel=1
pkgdesc='Empirical Analysis of Digital Gene Expression Data in R' pkgdesc='Empirical Analysis of Digital Gene Expression Data in R'
arch=('x86_64') arch=('x86_64')
url="https://bioconductor.org/packages/${_pkgname}" url="https://bioconductor.org/packages/${_pkgname}"
@ -28,7 +28,7 @@ optdepends=(
r-summarizedexperiment r-summarizedexperiment
) )
source=("https://bioconductor.org/packages/release/bioc/src/contrib/${_pkgname}_${_pkgver}.tar.gz") source=("https://bioconductor.org/packages/release/bioc/src/contrib/${_pkgname}_${_pkgver}.tar.gz")
sha256sums=('732b5ed10095abc7e1ba972f4ea033818d967354c53b3e0b8750ee145d9b28b4') sha256sums=('f72901816d4949ca65e21863978b021904c2a44b0621c9f5ad1ba2aff8c28b9f')
build() { build() {
R CMD INSTALL ${_pkgname}_${_pkgver}.tar.gz -l "${srcdir}" R CMD INSTALL ${_pkgname}_${_pkgver}.tar.gz -l "${srcdir}"