r-scshapes: auto updated to 1.4.0-1

This commit is contained in:
BioArchLinuxBot 2022-11-03 12:41:18 +00:00
parent a2bfbcb266
commit 3d19a60f63

View file

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