r-cummerbund: auto updated to 2.48.0-1

This commit is contained in:
BioArchLinuxBot 2024-12-18 18:52:59 +00:00
parent af417eca29
commit f23f9727e2

View file

@ -1,9 +1,9 @@
# Maintainer: Guoyi Zhang <guoyizhang at malacology dot net> # Maintainer: Guoyi Zhang <guoyizhang at malacology dot net>
_pkgname=cummeRbund _pkgname=cummeRbund
_pkgver=2.46.0 _pkgver=2.48.0
pkgname=r-${_pkgname,,} pkgname=r-${_pkgname,,}
pkgver=2.46.0 pkgver=2.48.0
pkgrel=1 pkgrel=1
pkgdesc='Analysis, exploration, manipulation, and visualization of Cufflinks high-throughput sequencing data.' pkgdesc='Analysis, exploration, manipulation, and visualization of Cufflinks high-throughput sequencing data.'
arch=('any') arch=('any')
@ -32,7 +32,7 @@ optdepends=(
r-stringr r-stringr
) )
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=('34a9184fc869277201315302d4d4b54ac889888e9d18919717e02b4e8210b541') sha256sums=('1380ce31f9189b443b892a09cbe0e7119582647c8eb9a4f1c7ef33fe692ea08c')
build() { build() {
R CMD INSTALL ${_pkgname}_${_pkgver}.tar.gz -l "${srcdir}" R CMD INSTALL ${_pkgname}_${_pkgver}.tar.gz -l "${srcdir}"