r-msprep: auto updated to 1.14.0-1

This commit is contained in:
BioArchLinuxBot 2024-05-03 13:49:02 +00:00
parent 9c60cf12c4
commit cc3638b31d

View file

@ -1,10 +1,10 @@
# Maintainer: Guoyi Zhang <guoyizhang at malacology dot net>
_pkgname=MSPrep
_pkgver=1.12.0
_pkgver=1.14.0
pkgname=r-${_pkgname,,}
pkgver=1.12.0
pkgrel=2
pkgver=1.14.0
pkgrel=1
pkgdesc='Package for Summarizing, Filtering, Imputing, and Normalizing Metabolomics Data'
arch=('any')
url="https://bioconductor.org/packages/${_pkgname}"
@ -33,7 +33,7 @@ optdepends=(
r-testthat
)
source=("https://bioconductor.org/packages/release/bioc/src/contrib/${_pkgname}_${_pkgver}.tar.gz")
sha256sums=('11cae88a6c87effa217ae1c1cf6ca12b4ba9df07b3c694b51e6ad6a0b3de76b9')
sha256sums=('ab481e536fbbf42bcfb461c61e4ef8853694d82bda2c4c97125b232354d2a620')
build() {
R CMD INSTALL ${_pkgname}_${_pkgver}.tar.gz -l "${srcdir}"