r-marray: auto updated to 1.82.0-1

This commit is contained in:
BioArchLinuxBot 2024-05-01 18:30:49 +00:00
parent 53ab3add59
commit 4f324137bf

View file

@ -1,10 +1,10 @@
# Maintainer: Guoyi Zhang <guoyizhang at malacology dot net> # Maintainer: Guoyi Zhang <guoyizhang at malacology dot net>
_pkgname=marray _pkgname=marray
_pkgver=1.80.0 _pkgver=1.82.0
pkgname=r-${_pkgname,,} pkgname=r-${_pkgname,,}
pkgver=1.80.0 pkgver=1.82.0
pkgrel=2 pkgrel=1
pkgdesc='Exploratory analysis for two-color spotted microarray data' pkgdesc='Exploratory analysis for two-color spotted microarray data'
arch=('any') arch=('any')
url="https://bioconductor.org/packages/${_pkgname}" url="https://bioconductor.org/packages/${_pkgname}"
@ -17,7 +17,7 @@ optdepends=(
r-tkwidgets r-tkwidgets
) )
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=('6d4f8a27ec9cce495f6681a62539843082603cb44cccfcc717d3956857ab44be') sha256sums=('1e742111e2d7e3dfdf40f21591089939bd867ee37de79a994fa6a925125626c1')
build() { build() {
R CMD INSTALL ${_pkgname}_${_pkgver}.tar.gz -l "${srcdir}" R CMD INSTALL ${_pkgname}_${_pkgver}.tar.gz -l "${srcdir}"