summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorBioArchLinuxBot2023-04-27 18:22:01 +0000
committerBioArchLinuxBot2023-04-27 18:22:01 +0000
commitd9ab632decdf7ea4222cd66050a748efcaecb2ae (patch)
treee5f518e0f157089720348f5baf034dd946611487 /PKGBUILD
parentf4548a8d54e85b58dd212fbe52fdb547a6243e04 (diff)
downloadaur-d9ab632decdf7ea4222cd66050a748efcaecb2ae.tar.gz
[lilac] updated to 1.22.0-1
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD6
1 files changed, 3 insertions, 3 deletions
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}"