r-cellscore: auto updated to 1.26.0-1

This commit is contained in:
BioArchLinuxBot 2024-11-09 19:24:36 +00:00
parent b3804819b8
commit bc54f801c5

View file

@ -1,9 +1,9 @@
# Maintainer: Guoyi Zhang <guoyizhang at malacology dot net>
_pkgname=CellScore
_pkgver=1.24.0
_pkgver=1.26.0
pkgname=r-${_pkgname,,}
pkgver=1.24.0
pkgver=1.26.0
pkgrel=1
pkgdesc='Tool for Evaluation of Cell Identity from Transcription Profiles'
arch=('any')
@ -24,7 +24,7 @@ optdepends=(
r-testthat
)
source=("https://bioconductor.org/packages/release/bioc/src/contrib/${_pkgname}_${_pkgver}.tar.gz")
sha256sums=('08614f259e1062058af11cf4c70431e0584530982230666c8f5a11ed6cbd5a9d')
sha256sums=('d156c0cd534c1d0524ce7f2368ec19f1b4313a06a3676acc948e8a115ab78b20')
build() {
R CMD INSTALL ${_pkgname}_${_pkgver}.tar.gz -l "${srcdir}"