r-mdqc: auto updated to 1.64.0-1

This commit is contained in:
BioArchLinuxBot 2023-10-25 19:03:29 +00:00
parent 452fc940b6
commit d11645ba8c

View file

@ -1,9 +1,9 @@
# Maintainer: Guoyi Zhang <guoyizhang at malacology dot net>
_pkgname=mdqc
_pkgver=1.62.0
_pkgver=1.64.0
pkgname=r-${_pkgname,,}
pkgver=1.62.0
pkgver=1.64.0
pkgrel=1
pkgdesc='Mahalanobis Distance Quality Control for microarrays'
arch=('any')
@ -13,7 +13,7 @@ depends=(
r
)
source=("https://bioconductor.org/packages/release/bioc/src/contrib/${_pkgname}_${_pkgver}.tar.gz")
sha256sums=('13440331eb1ddc662094c2839f78cbf1c05e66ee0e40455e51e7c0c175fa6578')
sha256sums=('8ede5bc1eae8540c551d4c68658e3dac603f027c3b6bcf9318490bd7707ad160')
build() {
R CMD INSTALL ${_pkgname}_${_pkgver}.tar.gz -l "${srcdir}"