r-tcgabiolinks: auto updated to 2.30.4-1

This commit is contained in:
BioArchLinuxBot 2024-03-29 18:14:30 +00:00
parent e9415f0adb
commit 06ee735ea5

View file

@ -1,9 +1,9 @@
# Maintainer: Guoyi Zhang <guoyizhang at malacology dot net> # Maintainer: Guoyi Zhang <guoyizhang at malacology dot net>
_pkgname=TCGAbiolinks _pkgname=TCGAbiolinks
_pkgver=2.30.0 _pkgver=2.30.4
pkgname=r-${_pkgname,,} pkgname=r-${_pkgname,,}
pkgver=2.30.0 pkgver=2.30.4
pkgrel=1 pkgrel=1
pkgdesc='TCGAbiolinks: An R/Bioconductor package for integrative analysis with GDC data' pkgdesc='TCGAbiolinks: An R/Bioconductor package for integrative analysis with GDC data'
arch=('any') arch=('any')
@ -75,7 +75,7 @@ optdepends=(
r-testthat r-testthat
) )
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=('fdffba90c0066dc5fd6aa8b2309b211a7893856a6e3273021084c6bac88e1dcd') sha256sums=('4849e46dc74a38c2273dbd390e19cb67e9051610113147d90edef5bed95b202f')
build() { build() {
R CMD INSTALL ${_pkgname}_${_pkgver}.tar.gz -l "${srcdir}" R CMD INSTALL ${_pkgname}_${_pkgver}.tar.gz -l "${srcdir}"