r-lrcell: auto updated to 1.10.0-1

This commit is contained in:
BioArchLinuxBot 2023-10-26 05:16:08 +00:00
parent c83a95c300
commit c46eb3e6a8

View file

@ -1,9 +1,9 @@
# Maintainer: Guoyi Zhang <guoyizhang at malacology dot net>
_pkgname=LRcell
_pkgver=1.8.0
_pkgver=1.10.0
pkgname=r-${_pkgname,,}
pkgver=1.8.0
pkgver=1.10.0
pkgrel=1
pkgdesc='Differential cell type change analysis using Logistic/linear Regression'
arch=('any')
@ -28,7 +28,7 @@ optdepends=(
r-testthat
)
source=("https://bioconductor.org/packages/release/bioc/src/contrib/${_pkgname}_${_pkgver}.tar.gz")
sha256sums=('6b57e136004f8531cae4982029f5a4942ab0e8a77271703ddbeb7eb14715a019')
sha256sums=('d7997324e6012eed9c39193d8adea5992a554fd59e2af304b806c39035dfe5a6')
build() {
R CMD INSTALL ${_pkgname}_${_pkgver}.tar.gz -l "${srcdir}"