r-scshapes: auto updated to 1.10.0-1

This commit is contained in:
BioArchLinuxBot 2024-05-01 19:50:13 +00:00
parent 27e7635dfd
commit 117fb4d0c3

View file

@ -1,10 +1,10 @@
# Maintainer: Guoyi Zhang <guoyizhang at malacology dot net> # Maintainer: Guoyi Zhang <guoyizhang at malacology dot net>
_pkgname=scShapes _pkgname=scShapes
_pkgver=1.8.0 _pkgver=1.10.0
pkgname=r-${_pkgname,,} pkgname=r-${_pkgname,,}
pkgver=1.8.0 pkgver=1.10.0
pkgrel=2 pkgrel=1
pkgdesc='A Statistical Framework for Modeling and Identifying Differential Distributions in Single-cell RNA-sequencing Data' pkgdesc='A Statistical Framework for Modeling and Identifying Differential Distributions in Single-cell RNA-sequencing Data'
arch=('x86_64') arch=('x86_64')
url="https://bioconductor.org/packages/${_pkgname}" url="https://bioconductor.org/packages/${_pkgname}"
@ -24,7 +24,7 @@ optdepends=(
r-testthat r-testthat
) )
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=('89fb747a14ef960f2d6606a39e1cfab9ab34ab326f6a87b7108b43315eee3d9a') sha256sums=('3c2f86ce752331a465d279df2847f3e86c0968fc1126ea85d6d0d4f738226900')
build() { build() {
R CMD INSTALL ${_pkgname}_${_pkgver}.tar.gz -l "${srcdir}" R CMD INSTALL ${_pkgname}_${_pkgver}.tar.gz -l "${srcdir}"