r-gpls: auto updated to 1.68.0-1

This commit is contained in:
BioArchLinuxBot 2022-04-28 00:59:39 +00:00
parent 0f4ae08190
commit e7ca3b1974

View file

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