r-cnvfilter: auto updated to 1.20.0-1

This commit is contained in:
BioArchLinuxBot 2024-12-18 19:20:11 +00:00
parent e7b79f38fd
commit 2e2bf3b213

View file

@ -1,9 +1,9 @@
# Maintainer: Guoyi Zhang <guoyizhang at malacology dot net> # Maintainer: Guoyi Zhang <guoyizhang at malacology dot net>
_pkgname=CNVfilteR _pkgname=CNVfilteR
_pkgver=1.18.0 _pkgver=1.20.0
pkgname=r-${_pkgname,,} pkgname=r-${_pkgname,,}
pkgver=1.18.0 pkgver=1.20.0
pkgrel=1 pkgrel=1
pkgdesc='Identifies false positives of CNV calling tools by using SNV calls' pkgdesc='Identifies false positives of CNV calling tools by using SNV calls'
arch=('any') arch=('any')
@ -32,7 +32,7 @@ optdepends=(
r-rmarkdown r-rmarkdown
) )
source=("https://bioconductor.org/packages/release/bioc/src/contrib/${_pkgname}_${_pkgver}.tar.gz") source=("https://bioconductor.org/packages/release/bioc/src/contrib/${_pkgname}_${_pkgver}.tar.gz")
sha256sums=('6a08f69f1949ff8c4ad90ffb0edc2c7dc403e2a09ea0d30b149c776f196e17cb') sha256sums=('cb7d914591c51a80146b37df90d1d3765f309d72f46518139f7d8bcb5c992baa')
build() { build() {
R CMD INSTALL ${_pkgname}_${_pkgver}.tar.gz -l "${srcdir}" R CMD INSTALL ${_pkgname}_${_pkgver}.tar.gz -l "${srcdir}"