r-scope: auto updated to 1.16.0-1

This commit is contained in:
BioArchLinuxBot 2024-05-03 03:23:33 +00:00
parent 65be1ded2b
commit 21c840ffb2

View file

@ -1,10 +1,10 @@
# Maintainer: Guoyi Zhang <guoyizhang at malacology dot net>
_pkgname=SCOPE
_pkgver=1.14.0
_pkgver=1.16.0
pkgname=r-${_pkgname,,}
pkgver=1.14.0
pkgrel=2
pkgver=1.16.0
pkgrel=1
pkgdesc='A normalization and copy number estimation method for single-cell DNA sequencing'
arch=('any')
url="https://bioconductor.org/packages/${_pkgname}"
@ -36,7 +36,7 @@ optdepends=(
r-wgsmapp
)
source=("https://bioconductor.org/packages/release/bioc/src/contrib/${_pkgname}_${_pkgver}.tar.gz")
sha256sums=('5b3030157d9c2f1467b03a257dab55ae5c6b13b31166fc7297e96f268c33d9ea')
sha256sums=('805f61ea44d48fe2a69bbc924fd9b36b74eae25fae4d3c65ce69ab9c4a53f3f4')
build() {
R CMD INSTALL ${_pkgname}_${_pkgver}.tar.gz -l "${srcdir}"