summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorBioArchLinuxBot2023-04-27 18:22:01 +0000
committerBioArchLinuxBot2023-04-27 18:22:01 +0000
commitd9ab632decdf7ea4222cd66050a748efcaecb2ae (patch)
treee5f518e0f157089720348f5baf034dd946611487
parentf4548a8d54e85b58dd212fbe52fdb547a6243e04 (diff)
downloadaur-d9ab632decdf7ea4222cd66050a748efcaecb2ae.tar.gz
[lilac] updated to 1.22.0-1
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD6
2 files changed, 6 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index a173c18c35b9..d70d56575a20 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.20.2
+ pkgver = 1.22.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.20.2.tar.gz
- sha256sums = 7a70f12a55a99cfaf1de614469801fffeae21ca0743c2a4dbff9fd5e1a1e61e1
+ source = https://bioconductor.org/packages/release/bioc/src/contrib/AUCell_1.22.0.tar.gz
+ sha256sums = e943534a61035d66b0e473547cf826e42feb612cc8d07b3b0543f66ed1ab12ff
pkgname = r-aucell
diff --git a/PKGBUILD b/PKGBUILD
index cccdc570928d..395a82ecae93 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,9 +1,9 @@
# Maintainer: Guoyi Zhang <guoyizhang at malacology dot net>
_pkgname=AUCell
-_pkgver=1.20.2
+_pkgver=1.22.0
pkgname=r-${_pkgname,,}
-pkgver=1.20.2
+pkgver=1.22.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=('7a70f12a55a99cfaf1de614469801fffeae21ca0743c2a4dbff9fd5e1a1e61e1')
+sha256sums=('e943534a61035d66b0e473547cf826e42feb612cc8d07b3b0543f66ed1ab12ff')
build() {
R CMD INSTALL ${_pkgname}_${_pkgver}.tar.gz -l "${srcdir}"