r-cnvgears: auto updated to 1.4.0-1

This commit is contained in:
BioArchLinuxBot 2022-04-28 02:11:24 +00:00
parent 8d36e97d19
commit f82c1f2820

View file

@ -1,10 +1,10 @@
# Maintainer: Guoyi Zhang <guoyizhang at malacology dot net>
_pkgname=CNVgears
_pkgver=1.2.0
_pkgver=1.4.0
pkgname=r-${_pkgname,,}
pkgver=1.2.0
pkgrel=2
pkgver=1.4.0
pkgrel=1
pkgdesc='A Framework of Functions to Combine, Analize and Interpret CNVs Calling Results'
arch=('any')
url="https://bioconductor.org/packages/${_pkgname}"
@ -31,7 +31,7 @@ optdepends=(
r-variantannotation
)
source=("https://bioconductor.org/packages/release/bioc/src/contrib/${_pkgname}_${_pkgver}.tar.gz")
sha256sums=('cc4c038799bc9e76dcbb2b0d834e2a9c819dfa82fcb1a16b9cdeceeeb7505cef')
sha256sums=('ca3bd38f874ca4dccdd89243e44085159a533e08ebad9505183299a5fbda23d9')
build() {
R CMD INSTALL ${_pkgname}_${_pkgver}.tar.gz -l "${srcdir}"