summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorBioArchLinuxBot2022-11-03 07:52:49 +0000
committerBioArchLinuxBot2022-11-03 07:52:49 +0000
commit6449e4f0c69479b1b993eaacf903d022d7e801a6 (patch)
tree95c1c7962e26580cf83bec2bb9855bd140eca887
parent0b042a684434a5cba03fb427c599d0bb879e42d4 (diff)
downloadaur-6449e4f0c69479b1b993eaacf903d022d7e801a6.tar.gz
[lilac] updated to 1.20.0-1
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD6
2 files changed, 6 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 3c8e7c607245..79497e6da8d8 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.18.1
+ pkgver = 1.20.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.18.1.tar.gz
- sha256sums = f969bb6262af856e71b846e650f41a26e87838464670d2d50b1450ca7c3b999f
+ source = https://bioconductor.org/packages/release/bioc/src/contrib/AUCell_1.20.0.tar.gz
+ sha256sums = 29267b41bff5bd9dd97e4ecd14f76cb61d9dde64fad5a5089ee466bfa8006135
pkgname = r-aucell
diff --git a/PKGBUILD b/PKGBUILD
index 8cb5540aa992..84abe2803d30 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,9 +1,9 @@
# Maintainer: Guoyi Zhang <guoyizhang at malacology dot net>
_pkgname=AUCell
-_pkgver=1.18.1
+_pkgver=1.20.0
pkgname=r-${_pkgname,,}
-pkgver=1.18.1
+pkgver=1.20.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=('f969bb6262af856e71b846e650f41a26e87838464670d2d50b1450ca7c3b999f')
+sha256sums=('29267b41bff5bd9dd97e4ecd14f76cb61d9dde64fad5a5089ee466bfa8006135')
build() {
R CMD INSTALL ${_pkgname}_${_pkgver}.tar.gz -l "${srcdir}"