summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorBioArchLinuxBot2023-10-27 08:06:03 +0000
committerBioArchLinuxBot2023-10-27 08:06:03 +0000
commit8a1af59ab5598f79b36b0c8518f1a64bf0a5ea4e (patch)
tree766bfdddd3797d9cfb68947488c02d61a4fea35f
parent36c19422937af6bd8acc596145a5f5542a7f0e11 (diff)
downloadaur-8a1af59ab5598f79b36b0c8518f1a64bf0a5ea4e.tar.gz
[lilac] updated to 1.8.0-1
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD6
2 files changed, 6 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index ccda1dd4572e..74290b852b50 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = r-screclassify
pkgdesc = scReClassify: post hoc cell type classification of single-cell RNA-seq data
- pkgver = 1.6.0
+ pkgver = 1.8.0
pkgrel = 1
url = https://bioconductor.org/packages/scReClassify
arch = any
@@ -17,7 +17,7 @@ pkgbase = r-screclassify
optdepends = r-mclust
optdepends = r-rmarkdown
optdepends = r-testthat
- source = https://bioconductor.org/packages/release/bioc/src/contrib/scReClassify_1.6.0.tar.gz
- sha256sums = 519afa1dc221f20a2ef3a6d8fa66e92b79dc5b5c547ce1c179395c3705cdf238
+ source = https://bioconductor.org/packages/release/bioc/src/contrib/scReClassify_1.8.0.tar.gz
+ sha256sums = f09282b848b57d8b06a218a3a35185ac527a6111216fce6a8433b07162069985
pkgname = r-screclassify
diff --git a/PKGBUILD b/PKGBUILD
index 86b12155cd16..392ebf183634 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,9 +1,9 @@
# Maintainer: Guoyi Zhang <guoyizhang at malacology dot net>
_pkgname=scReClassify
-_pkgver=1.6.0
+_pkgver=1.8.0
pkgname=r-${_pkgname,,}
-pkgver=1.6.0
+pkgver=1.8.0
pkgrel=1
pkgdesc='scReClassify: post hoc cell type classification of single-cell RNA-seq data'
arch=('any')
@@ -26,7 +26,7 @@ optdepends=(
r-testthat
)
source=("https://bioconductor.org/packages/release/bioc/src/contrib/${_pkgname}_${_pkgver}.tar.gz")
-sha256sums=('519afa1dc221f20a2ef3a6d8fa66e92b79dc5b5c547ce1c179395c3705cdf238')
+sha256sums=('f09282b848b57d8b06a218a3a35185ac527a6111216fce6a8433b07162069985')
build() {
R CMD INSTALL ${_pkgname}_${_pkgver}.tar.gz -l "${srcdir}"