r-parody: auto updated to 1.60.0-1

This commit is contained in:
BioArchLinuxBot 2023-10-25 19:03:04 +00:00
parent 1439e4d05d
commit 452fc940b6

View file

@ -1,9 +1,9 @@
# Maintainer: Guoyi Zhang <guoyizhang at malacology dot net> # Maintainer: Guoyi Zhang <guoyizhang at malacology dot net>
_pkgname=parody _pkgname=parody
_pkgver=1.58.0 _pkgver=1.60.0
pkgname=r-${_pkgname,,} pkgname=r-${_pkgname,,}
pkgver=1.58.0 pkgver=1.60.0
pkgrel=1 pkgrel=1
pkgdesc='Parametric And Resistant Outlier DYtection' pkgdesc='Parametric And Resistant Outlier DYtection'
arch=('any') arch=('any')
@ -19,7 +19,7 @@ optdepends=(
r-testthat r-testthat
) )
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=('4cc92a06e1894b7955c7dab8a6253f8a542988ed41a08dca8226407eedad5758') sha256sums=('5292c5217200bf13e60f8712f14c049fc494f38dfbba337ae54b24e8e15cb016')
build() { build() {
R CMD INSTALL ${_pkgname}_${_pkgver}.tar.gz -l "${srcdir}" R CMD INSTALL ${_pkgname}_${_pkgver}.tar.gz -l "${srcdir}"