r-gpls: auto updated to 1.70.0-1

This commit is contained in:
BioArchLinuxBot 2022-11-02 18:09:34 +00:00
parent 96814e725f
commit 6b2fd92683

View file

@ -1,10 +1,10 @@
# Maintainer: Guoyi Zhang <guoyizhang at malacology dot net> # Maintainer: Guoyi Zhang <guoyizhang at malacology dot net>
_pkgname=gpls _pkgname=gpls
_pkgver=1.68.0 _pkgver=1.70.0
pkgname=r-${_pkgname,,} pkgname=r-${_pkgname,,}
pkgver=1.68.0 pkgver=1.70.0
pkgrel=4 pkgrel=1
pkgdesc='Classification using generalized partial least squares' pkgdesc='Classification using generalized partial least squares'
arch=('any') arch=('any')
url="https://bioconductor.org/packages/${_pkgname}" url="https://bioconductor.org/packages/${_pkgname}"
@ -16,7 +16,7 @@ optdepends=(
r-mass r-mass
) )
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=('2b7adc5db3555ade6efbd8bd2cd69cfb1172ae3e66f174059947ad7b264d242a') sha256sums=('9185594669c636679a760977f2828a748b6c03589fe40a1ced93d49ca810b34f')
build() { build() {
R CMD INSTALL ${_pkgname}_${_pkgver}.tar.gz -l "${srcdir}" R CMD INSTALL ${_pkgname}_${_pkgver}.tar.gz -l "${srcdir}"