r-scope: auto updated to 1.18.0-1

This commit is contained in:
BioArchLinuxBot 2024-12-15 20:10:01 +00:00
parent d31b12b8c2
commit ca08b49946

View file

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