summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorBioArchLinuxBot2025-04-16 22:14:23 +0000
committerBioArchLinuxBot2025-04-16 22:14:23 +0000
commit0761fd6be2ba3e06468ecd74903ed6954d26fc1a (patch)
treeae9f26547540a3f0138964f857eb4b002e9c9c75 /PKGBUILD
parent29cd560db70ac4f8cb029f8d232b09cd7dcaf0b1 (diff)
downloadaur-0761fd6be2ba3e06468ecd74903ed6954d26fc1a.tar.gz
[lilac] updated to 1.40.0-1
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD6
1 files changed, 3 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 1e9803e1f4e4..18ebf5406407 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,9 +1,9 @@
# Maintainer: Guoyi Zhang <guoyizhang at malacology dot net>
_pkgname=sincell
-_pkgver=1.38.0
+_pkgver=1.40.0
pkgname=r-${_pkgname,,}
-pkgver=1.38.0
+pkgver=1.40.0
pkgrel=1
pkgdesc='R package for the statistical assessment of cell state hierarchies from single-cell RNA-seq data'
arch=('x86_64')
@@ -32,7 +32,7 @@ optdepends=(
r-stringr
)
source=("https://bioconductor.org/packages/release/bioc/src/contrib/${_pkgname}_${_pkgver}.tar.gz")
-sha256sums=('25d75935f3fc0306cff13a4b3f9612d2314cda0cd58e5c6a9c58c326c85c97c0')
+sha256sums=('ecd5e79db38cc83d39ab1c1f9c1b74fbcb3f114163d54579d3dde7baaca57ef8')
build() {
R CMD INSTALL ${_pkgname}_${_pkgver}.tar.gz -l "${srcdir}"