summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD6
2 files changed, 6 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 6da9d1f30b24..fed4176d3e2a 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.24.0
+ pkgver = 1.26.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.24.0.tar.gz
- sha256sums = 202ecaf0f3c1ab6ce11bb73ccb69e85f1dbd4126f6a64d0fd3bc9e88f06231b4
+ source = https://bioconductor.org/packages/release/bioc/src/contrib/AUCell_1.26.0.tar.gz
+ sha256sums = 80b25d75c80cde5d3c311227936b300ea1582f8a557057f755f18d3404523001
pkgname = r-aucell
diff --git a/PKGBUILD b/PKGBUILD
index 28bcc2e98ef9..f1741a0c169d 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,9 +1,9 @@
# Maintainer: Guoyi Zhang <guoyizhang at malacology dot net>
_pkgname=AUCell
-_pkgver=1.24.0
+_pkgver=1.26.0
pkgname=r-${_pkgname,,}
-pkgver=1.24.0
+pkgver=1.26.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=('202ecaf0f3c1ab6ce11bb73ccb69e85f1dbd4126f6a64d0fd3bc9e88f06231b4')
+sha256sums=('80b25d75c80cde5d3c311227936b300ea1582f8a557057f755f18d3404523001')
build() {
R CMD INSTALL ${_pkgname}_${_pkgver}.tar.gz -l "${srcdir}"