r-minimumdistance: auto updated to 1.50.0-1

This commit is contained in:
BioArchLinuxBot 2024-11-10 01:56:19 +00:00
parent ec131bc1cf
commit 517f4bba99

View file

@ -1,9 +1,9 @@
# Maintainer: Guoyi Zhang <guoyizhang at malacology dot net>
_pkgname=MinimumDistance
_pkgver=1.48.0
_pkgver=1.50.0
pkgname=r-${_pkgname,,}
pkgver=1.48.0
pkgver=1.50.0
pkgrel=1
pkgdesc='A Package for De Novo CNV Detection in Case-Parent Trios'
arch=('any')
@ -36,7 +36,7 @@ optdepends=(
r-snow
)
source=("https://bioconductor.org/packages/release/bioc/src/contrib/${_pkgname}_${_pkgver}.tar.gz")
sha256sums=('7048a318383ef4bf4328dfdcafbd410e04ae016d5405941e6f61c90e0b160edf')
sha256sums=('5bc86a16d5c5340fbb093dff4a9abee7f84dedfa0c6650aaf351d0f070f60031')
build() {
R CMD INSTALL ${_pkgname}_${_pkgver}.tar.gz -l "${srcdir}"