r-mipp: auto updated to 1.68.0-1

This commit is contained in:
BioArchLinuxBot 2022-04-28 04:10:40 +00:00
parent 4e82922b9c
commit 0a19202de7

View file

@ -1,10 +1,10 @@
# Maintainer: Guoyi Zhang <guoyizhang at malacology dot net> # Maintainer: Guoyi Zhang <guoyizhang at malacology dot net>
_pkgname=MiPP _pkgname=MiPP
_pkgver=1.66.0 _pkgver=1.68.0
pkgname=r-${_pkgname,,} pkgname=r-${_pkgname,,}
pkgver=1.66.0 pkgver=1.68.0
pkgrel=2 pkgrel=1
pkgdesc='Misclassification Penalized Posterior Classification' pkgdesc='Misclassification Penalized Posterior Classification'
arch=('any') arch=('any')
url="https://bioconductor.org/packages/${_pkgname}" url="https://bioconductor.org/packages/${_pkgname}"
@ -15,7 +15,7 @@ depends=(
r-e1071 r-e1071
) )
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=('d6dd7b68ce052b5fbd8e6e8c2db29cc0fd9142a5a44f7652b69c2507c4ce82d4') sha256sums=('ee450d5c6653d59906b98853267dd3820d1aeebdbb00a9bb21207a317c600c20')
build() { build() {
R CMD INSTALL ${_pkgname}_${_pkgver}.tar.gz -l "${srcdir}" R CMD INSTALL ${_pkgname}_${_pkgver}.tar.gz -l "${srcdir}"