mirror of
https://github.com/BioArchLinux/Packages.git
synced 2025-03-10 12:02:42 +00:00
r-minimumdistance: auto updated to 1.50.0-1
This commit is contained in:
parent
ec131bc1cf
commit
517f4bba99
1 changed files with 3 additions and 3 deletions
|
@ -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}"
|
||||
|
|
Loading…
Add table
Reference in a new issue