r-ropls: auto updated to 1.36.0-1

This commit is contained in:
BioArchLinuxBot 2024-05-02 22:46:55 +00:00
parent 97197afa9f
commit c0ffe574a7

View file

@ -1,10 +1,10 @@
# Maintainer: Guoyi Zhang <guoyizhang at malacology dot net>
_pkgname=ropls
_pkgver=1.34.0
_pkgver=1.36.0
pkgname=r-${_pkgname,,}
pkgver=1.34.0
pkgrel=2
pkgver=1.36.0
pkgrel=1
pkgdesc='PCA, PLS(-DA) and OPLS(-DA) for multivariate analysis and feature selection of omics data'
arch=('any')
url="https://bioconductor.org/packages/${_pkgname}"
@ -28,7 +28,7 @@ optdepends=(
r-testthat
)
source=("https://bioconductor.org/packages/release/bioc/src/contrib/${_pkgname}_${_pkgver}.tar.gz")
sha256sums=('fbdcde1abdf5169f549c645362c5f7fd2072a796f1913d320613ffab160b72cc')
sha256sums=('2154c3003759b03d3ee9bb11fc3a0c954a11611206363ca26b019abcf2e7b331')
build() {
R CMD INSTALL ${_pkgname}_${_pkgver}.tar.gz -l "${srcdir}"