r-bader: auto updated to 1.36.0-1

This commit is contained in:
BioArchLinuxBot 2022-11-02 18:28:55 +00:00
parent 7908a0fd5f
commit db0d570d33

View file

@ -1,10 +1,10 @@
# Maintainer: Guoyi Zhang <guoyizhang at malacology dot net> # Maintainer: Guoyi Zhang <guoyizhang at malacology dot net>
_pkgname=BADER _pkgname=BADER
_pkgver=1.34.0 _pkgver=1.36.0
pkgname=r-${_pkgname,,} pkgname=r-${_pkgname,,}
pkgver=1.34.0 pkgver=1.36.0
pkgrel=4 pkgrel=1
pkgdesc='Bayesian Analysis of Differential Expression in RNA Sequencing Data' pkgdesc='Bayesian Analysis of Differential Expression in RNA Sequencing Data'
arch=('x86_64') arch=('x86_64')
url="https://bioconductor.org/packages/${_pkgname}" url="https://bioconductor.org/packages/${_pkgname}"
@ -16,7 +16,7 @@ optdepends=(
r-pasilla r-pasilla
) )
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=('f56af452a2bbac0cec2afded4d290c93c1805a8ed8795926861d066d450ebd44') sha256sums=('59c351ae313dfabdeb0c7737bde822261e4143294f4cf27ae15e5432a3ab7bc2')
build() { build() {
R CMD INSTALL ${_pkgname}_${_pkgver}.tar.gz -l "${srcdir}" R CMD INSTALL ${_pkgname}_${_pkgver}.tar.gz -l "${srcdir}"