r-gsva: auto updated to 1.44.5-1

This commit is contained in:
BioArchLinuxBot 2022-11-01 09:32:50 +00:00
parent 37f1ce4438
commit 8d50b8f03c

View file

@ -1,10 +1,10 @@
# Maintainer: Guoyi Zhang <guoyizhang at malacology dot net> # Maintainer: Guoyi Zhang <guoyizhang at malacology dot net>
_pkgname=GSVA _pkgname=GSVA
_pkgver=1.44.3 _pkgver=1.44.5
pkgname=r-${_pkgname,,} pkgname=r-${_pkgname,,}
pkgver=1.44.3 pkgver=1.44.5
pkgrel=2 pkgrel=1
pkgdesc='Gene Set Variation Analysis for microarray and RNA-seq data' pkgdesc='Gene Set Variation Analysis for microarray and RNA-seq data'
arch=('x86_64') arch=('x86_64')
url="https://bioconductor.org/packages/${_pkgname}" url="https://bioconductor.org/packages/${_pkgname}"
@ -47,7 +47,7 @@ optdepends=(
r-shinyjs r-shinyjs
) )
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=('18d3b6d26dfff657fc3ec48c5e8909ad4b51b99bc41827ae60535a4cffb1fd8f') sha256sums=('897ee88b5e81f5f69a93292c2dd5563b2bd50947fa8821a01fa333e95ffe5f27')
build() { build() {
R CMD INSTALL ${_pkgname}_${_pkgver}.tar.gz -l "${srcdir}" R CMD INSTALL ${_pkgname}_${_pkgver}.tar.gz -l "${srcdir}"