summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorBioArchLinuxBot2022-12-03 00:03:01 +0000
committerBioArchLinuxBot2022-12-03 00:03:01 +0000
commitf4548a8d54e85b58dd212fbe52fdb547a6243e04 (patch)
tree039aae42b08efaa5bf5b2c5ae19a6533a860c727
parentdeb2d29a669ffab9200b32107132d0f795f62360 (diff)
downloadaur-f4548a8d54e85b58dd212fbe52fdb547a6243e04.tar.gz
[lilac] updated to 1.20.2-1
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD8
2 files changed, 8 insertions, 8 deletions
diff --git a/.SRCINFO b/.SRCINFO
index c7d52f9b1985..a173c18c35b9 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
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.1
- pkgrel = 3
+ pkgver = 1.20.2
+ pkgrel = 1
url = https://bioconductor.org/packages/AUCell
arch = any
license = GPL
@@ -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.1.tar.gz
- sha256sums = 50dffa08d9fd81b3c6bc456e0a6430da6bfb5f8fdfd546b4a86ae2ad6612072f
+ source = https://bioconductor.org/packages/release/bioc/src/contrib/AUCell_1.20.2.tar.gz
+ sha256sums = 7a70f12a55a99cfaf1de614469801fffeae21ca0743c2a4dbff9fd5e1a1e61e1
pkgname = r-aucell
diff --git a/PKGBUILD b/PKGBUILD
index 8408d274c6c7..cccdc570928d 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,10 +1,10 @@
# Maintainer: Guoyi Zhang <guoyizhang at malacology dot net>
_pkgname=AUCell
-_pkgver=1.20.1
+_pkgver=1.20.2
pkgname=r-${_pkgname,,}
-pkgver=1.20.1
-pkgrel=3
+pkgver=1.20.2
+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')
url="https://bioconductor.org/packages/${_pkgname}"
@@ -45,7 +45,7 @@ optdepends=(
r-zoo
)
source=("https://bioconductor.org/packages/release/bioc/src/contrib/${_pkgname}_${_pkgver}.tar.gz")
-sha256sums=('50dffa08d9fd81b3c6bc456e0a6430da6bfb5f8fdfd546b4a86ae2ad6612072f')
+sha256sums=('7a70f12a55a99cfaf1de614469801fffeae21ca0743c2a4dbff9fd5e1a1e61e1')
build() {
R CMD INSTALL ${_pkgname}_${_pkgver}.tar.gz -l "${srcdir}"