r-aneufinder: auto updated to 1.22.0-1

This commit is contained in:
BioArchLinuxBot 2022-01-28 04:09:05 +00:00
parent 5cda44a6a9
commit f653afc340

View file

@ -3,7 +3,7 @@
_pkgname=AneuFinder
_pkgver=1.22.0
pkgname=r-${_pkgname,,}
pkgver=${_pkgver//[:-]/.}
pkgver=1.22.0
pkgrel=1
pkgdesc='Analysis of Copy Number Variation in Single-Cell-Sequencing Data'
arch=('x86_64')
@ -41,7 +41,7 @@ optdepends=(
r-testthat
)
source=("https://bioconductor.org/packages/release/bioc/src/contrib/${_pkgname}_${_pkgver}.tar.gz")
sha256sums=('a')
sha256sums=('e0ca79ff7335e3a04128c768166e0fa54883bc7ca6aa86eae910b2e94449c876')
build() {
R CMD INSTALL ${_pkgname}_${_pkgver}.tar.gz -l "${srcdir}"