r-mipp: auto updated to 1.76.0-1

This commit is contained in:
BioArchLinuxBot 2024-05-01 18:08:49 +00:00
parent d95f37743e
commit dcfaf0d30b

View file

@ -1,10 +1,10 @@
# Maintainer: Guoyi Zhang <guoyizhang at malacology dot net>
_pkgname=MiPP
_pkgver=1.74.0
_pkgver=1.76.0
pkgname=r-${_pkgname,,}
pkgver=1.74.0
pkgrel=2
pkgver=1.76.0
pkgrel=1
pkgdesc='Misclassification Penalized Posterior Classification'
arch=('any')
url="https://bioconductor.org/packages/${_pkgname}"
@ -15,7 +15,7 @@ depends=(
r-e1071
)
source=("https://bioconductor.org/packages/release/bioc/src/contrib/${_pkgname}_${_pkgver}.tar.gz")
sha256sums=('8241ed264ea0462b550342e76a74d688b6a18b39e8e45d82a85f561046f761ff')
sha256sums=('37c967c316859ad6806e78c70ae8de385d3bf48e8dce1890196a2d7ce624938b')
build() {
R CMD INSTALL ${_pkgname}_${_pkgver}.tar.gz -l "${srcdir}"