r-pcaexplorer: auto updated to 2.30.0-1

This commit is contained in:
BioArchLinuxBot 2024-05-03 14:35:02 +00:00
parent 8f5e319f0b
commit 74432af319

View file

@ -1,10 +1,10 @@
# Maintainer: Guoyi Zhang <guoyizhang at malacology dot net>
_pkgname=pcaExplorer
_pkgver=2.28.0
_pkgver=2.30.0
pkgname=r-${_pkgname,,}
pkgver=2.28.0
pkgrel=2
pkgver=2.30.0
pkgrel=1
pkgdesc='Interactive Visualization of RNA-seq Data Using a Principal Components Approach'
arch=('any')
url="https://bioconductor.org/packages/${_pkgname}"
@ -51,7 +51,7 @@ optdepends=(
r-testthat
)
source=("https://bioconductor.org/packages/release/bioc/src/contrib/${_pkgname}_${_pkgver}.tar.gz")
sha256sums=('07b0796b684a0801fc38f3a922464acb8e935c739f75f6dc25d4022fb14c0c46')
sha256sums=('6790e499502d9bfba585e40e5acceb66c9aa48b0f82c062f69aa140efd13f4eb')
build() {
R CMD INSTALL ${_pkgname}_${_pkgver}.tar.gz -l "${srcdir}"