summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorBioArchLinuxBot2023-10-27 07:09:42 +0000
committerBioArchLinuxBot2023-10-27 07:09:42 +0000
commitd6fa2bcc55182222aeac6f09840445948daa447a (patch)
treeaa783670a2e650e569f5fe52d99a84e043203302 /PKGBUILD
parentd9ab632decdf7ea4222cd66050a748efcaecb2ae (diff)
downloadaur-d6fa2bcc55182222aeac6f09840445948daa447a.tar.gz
[lilac] updated to 1.24.0-1
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD6
1 files changed, 3 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 395a82ecae93..28bcc2e98ef9 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,9 +1,9 @@
# Maintainer: Guoyi Zhang <guoyizhang at malacology dot net>
_pkgname=AUCell
-_pkgver=1.22.0
+_pkgver=1.24.0
pkgname=r-${_pkgname,,}
-pkgver=1.22.0
+pkgver=1.24.0
pkgrel=1
pkgdesc="AUCell: Analysis of 'gene set' activity in single-cell RNA-seq data (e.g. identify cells with specific gene signatures)"
arch=('any')
@@ -45,7 +45,7 @@ optdepends=(
r-zoo
)
source=("https://bioconductor.org/packages/release/bioc/src/contrib/${_pkgname}_${_pkgver}.tar.gz")
-sha256sums=('e943534a61035d66b0e473547cf826e42feb612cc8d07b3b0543f66ed1ab12ff')
+sha256sums=('202ecaf0f3c1ab6ce11bb73ccb69e85f1dbd4126f6a64d0fd3bc9e88f06231b4')
build() {
R CMD INSTALL ${_pkgname}_${_pkgver}.tar.gz -l "${srcdir}"