summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorBioArchLinuxBot2022-11-03 07:52:49 +0000
committerBioArchLinuxBot2022-11-03 07:52:49 +0000
commit6449e4f0c69479b1b993eaacf903d022d7e801a6 (patch)
tree95c1c7962e26580cf83bec2bb9855bd140eca887 /PKGBUILD
parent0b042a684434a5cba03fb427c599d0bb879e42d4 (diff)
downloadaur-6449e4f0c69479b1b993eaacf903d022d7e801a6.tar.gz
[lilac] updated to 1.20.0-1
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD6
1 files changed, 3 insertions, 3 deletions
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}"