r-erssa: auto updated to 1.24.0-1

This commit is contained in:
BioArchLinuxBot 2024-12-15 18:46:34 +00:00
parent 9957d70b6f
commit 62274c22a0

View file

@ -1,9 +1,9 @@
# Maintainer: Guoyi Zhang <guoyizhang at malacology dot net> # Maintainer: Guoyi Zhang <guoyizhang at malacology dot net>
_pkgname=ERSSA _pkgname=ERSSA
_pkgver=1.22.0 _pkgver=1.24.0
pkgname=r-${_pkgname,,} pkgname=r-${_pkgname,,}
pkgver=1.22.0 pkgver=1.24.0
pkgrel=1 pkgrel=1
pkgdesc='Empirical RNA-seq Sample Size Analysis' pkgdesc='Empirical RNA-seq Sample Size Analysis'
arch=('any') arch=('any')
@ -25,7 +25,7 @@ optdepends=(
r-rmarkdown r-rmarkdown
) )
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=('22f996208f868fd505ac17e076ada9d202a6533219c3dcb6a98e62f09b27a6ae') sha256sums=('06b8a93d39eb903eef5a2497c1bdeb6a54a87914009f6f2b6b216239a4f27ced')
build() { build() {
R CMD INSTALL ${_pkgname}_${_pkgver}.tar.gz -l "${srcdir}" R CMD INSTALL ${_pkgname}_${_pkgver}.tar.gz -l "${srcdir}"