summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorBioArchLinuxBot2023-10-27 07:09:42 +0000
committerBioArchLinuxBot2023-10-27 07:09:42 +0000
commitd6fa2bcc55182222aeac6f09840445948daa447a (patch)
treeaa783670a2e650e569f5fe52d99a84e043203302
parentd9ab632decdf7ea4222cd66050a748efcaecb2ae (diff)
downloadaur-r-aucell.tar.gz
[lilac] updated to 1.24.0-1
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD6
2 files changed, 6 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index d70d56575a20..6da9d1f30b24 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = r-aucell
pkgdesc = AUCell: Analysis of 'gene set' activity in single-cell RNA-seq data (e.g. identify cells with specific gene signatures)
- pkgver = 1.22.0
+ pkgver = 1.24.0
pkgrel = 1
url = https://bioconductor.org/packages/AUCell
arch = any
@@ -36,7 +36,7 @@ pkgbase = r-aucell
optdepends = r-rtsne
optdepends = r-testthat
optdepends = r-zoo
- source = https://bioconductor.org/packages/release/bioc/src/contrib/AUCell_1.22.0.tar.gz
- sha256sums = e943534a61035d66b0e473547cf826e42feb612cc8d07b3b0543f66ed1ab12ff
+ source = https://bioconductor.org/packages/release/bioc/src/contrib/AUCell_1.24.0.tar.gz
+ sha256sums = 202ecaf0f3c1ab6ce11bb73ccb69e85f1dbd4126f6a64d0fd3bc9e88f06231b4
pkgname = r-aucell
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}"