r-minimumdistance: auto updated to 1.40.0-1

This commit is contained in:
BioArchLinuxBot 2022-05-03 02:47:49 +00:00
parent b50bfa7b10
commit d36d8b6649

View file

@ -1,9 +1,9 @@
# Maintainer: Guoyi Zhang <guoyizhang at malacology dot net>
_pkgname=MinimumDistance
_pkgver=1.38.0
_pkgver=1.40.0
pkgname=r-${_pkgname,,}
pkgver=1.38.0
pkgver=1.40.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=('ee345a082ef8ff256b23f13e41ef0e20c41910f09736d4e667e48c1938cff71c')
sha256sums=('90b56be1153230f60f5209b23765cd81d625b9ca3f1ccf3ea2a05b0929b60910')
build() {
R CMD INSTALL ${_pkgname}_${_pkgver}.tar.gz -l "${srcdir}"