r-seqcna: auto updated to 1.42.0-1

This commit is contained in:
BioArchLinuxBot 2022-04-28 03:12:26 +00:00
parent 9867b72a41
commit c6033a0456

View file

@ -2,9 +2,9 @@
# Maintainer: Guoyi Zhang <guoyizhang at malacology dot net> # Maintainer: Guoyi Zhang <guoyizhang at malacology dot net>
_pkgname=seqCNA _pkgname=seqCNA
_pkgver=1.40.0 _pkgver=1.42.0
pkgname=r-${_pkgname,,} pkgname=r-${_pkgname,,}
pkgver=1.40.0 pkgver=1.42.0
pkgrel=1 pkgrel=1
pkgdesc='Copy number analysis of high-throughput sequencing cancer data' pkgdesc='Copy number analysis of high-throughput sequencing cancer data'
arch=('x86_64') arch=('x86_64')
@ -18,7 +18,7 @@ depends=(
r-seqcna.annot r-seqcna.annot
) )
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=('231e26e0c8bd32fe47d6d9a9b3f97497d6eab2f55fa2d1cb52c764406a0d12ed') sha256sums=('21f66a09267eac0455dff04b2a4e92a400dc25b82e7510923e157c587d416f4a')
build() { build() {
R CMD INSTALL ${_pkgname}_${_pkgver}.tar.gz -l "${srcdir}" R CMD INSTALL ${_pkgname}_${_pkgver}.tar.gz -l "${srcdir}"