r-sseq: auto updated to 1.42.0-1

This commit is contained in:
BioArchLinuxBot 2024-05-01 18:07:51 +00:00
parent 73bf7ff337
commit 6097b1f73f

View file

@ -1,10 +1,10 @@
# Maintainer: Guoyi Zhang <guoyizhang at malacology dot net> # Maintainer: Guoyi Zhang <guoyizhang at malacology dot net>
_pkgname=sSeq _pkgname=sSeq
_pkgver=1.40.0 _pkgver=1.42.0
pkgname=r-${_pkgname,,} pkgname=r-${_pkgname,,}
pkgver=1.40.0 pkgver=1.42.0
pkgrel=2 pkgrel=1
pkgdesc='Shrinkage estimation of dispersion in Negative Binomial models for RNA-seq experiments with small sample size' pkgdesc='Shrinkage estimation of dispersion in Negative Binomial models for RNA-seq experiments with small sample size'
arch=('any') arch=('any')
url="https://bioconductor.org/packages/${_pkgname}" url="https://bioconductor.org/packages/${_pkgname}"
@ -15,7 +15,7 @@ depends=(
r-rcolorbrewer r-rcolorbrewer
) )
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=('10bde0e9da33fcf0fd740440e33d0f4845ed23edb12396b99d14eba9e28ec5ca') sha256sums=('5109f51ff42a2cea20913fa1529b30d539d1f1af68319d875bbc3d8d49f99223')
build() { build() {
R CMD INSTALL ${_pkgname}_${_pkgver}.tar.gz -l "${srcdir}" R CMD INSTALL ${_pkgname}_${_pkgver}.tar.gz -l "${srcdir}"