r-cellid: auto updated to 1.8.1-1

This commit is contained in:
BioArchLinuxBot 2023-05-08 12:50:23 +00:00
parent f4b2ff417c
commit 435618de58

View file

@ -1,9 +1,9 @@
# Maintainer: Guoyi Zhang <guoyizhang at malacology dot net>
_pkgname=CelliD
_pkgver=1.8.0
_pkgver=1.8.1
pkgname=r-${_pkgname,,}
pkgver=1.8.0
pkgver=1.8.1
pkgrel=1
pkgdesc='Unbiased Extraction of Single Cell gene signatures using Multiple Correspondence Analysis'
arch=('x86_64')
@ -43,7 +43,7 @@ optdepends=(
r-tidyverse
)
source=("https://bioconductor.org/packages/release/bioc/src/contrib/${_pkgname}_${_pkgver}.tar.gz")
sha256sums=('551026206a4a1e99095a5982f11770dbf4e1e1e35fb49a06756c25a06847ab1b')
sha256sums=('033c701b246e32d1eb3f3fcb5bd87a4ea13db0df184915f72c71619a25de2f6e')
build() {
R CMD INSTALL ${_pkgname}_${_pkgver}.tar.gz -l "${srcdir}"