summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorBioArchLinuxBot2022-11-03 12:42:57 +0000
committerBioArchLinuxBot2022-11-03 12:42:57 +0000
commit48a40a8ed1c6e586a823f236f0e19f57671ac41a (patch)
tree4898a80c495f4a2913705c58ba4b897db6acb02a
parentf9fa485239750e76e1eaf99802be4d7c398ec670 (diff)
downloadaur-48a40a8ed1c6e586a823f236f0e19f57671ac41a.tar.gz
[lilac] updated to 1.13.0-1
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD6
2 files changed, 6 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 108474c496fe..a4724aee86e3 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = r-screcover
pkgdesc = scRecover for imputation of single-cell RNA-seq data
- pkgver = 1.12.0
+ pkgver = 1.13.0
pkgrel = 1
url = https://bioconductor.org/packages/scRecover
arch = any
@@ -22,7 +22,7 @@ pkgbase = r-screcover
optdepends = r-rmarkdown
optdepends = r-singlecellexperiment
optdepends = r-testthat
- source = https://bioconductor.org/packages/release/bioc/src/contrib/scRecover_1.12.0.tar.gz
- sha256sums = 5bfed3c9c3e0420dee836a53465c3dd094bd22ffa823ef2fdc5aab142329725c
+ source = https://bioconductor.org/packages/release/bioc/src/contrib/scRecover_1.13.0.tar.gz
+ sha256sums = 82bd4721023cf3829c6791eb065f9b037315132315b4265327be0f27897e8de3
pkgname = r-screcover
diff --git a/PKGBUILD b/PKGBUILD
index 2b87c7dfcc8c..da28e9398125 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,9 +1,9 @@
# Maintainer: Guoyi Zhang <guoyizhang at malacology dot net>
_pkgname=scRecover
-_pkgver=1.12.0
+_pkgver=1.13.0
pkgname=r-${_pkgname,,}
-pkgver=1.12.0
+pkgver=1.13.0
pkgrel=1
pkgdesc='scRecover for imputation of single-cell RNA-seq data'
arch=('any')
@@ -31,7 +31,7 @@ optdepends=(
r-testthat
)
source=("https://bioconductor.org/packages/release/bioc/src/contrib/${_pkgname}_${_pkgver}.tar.gz")
-sha256sums=('5bfed3c9c3e0420dee836a53465c3dd094bd22ffa823ef2fdc5aab142329725c')
+sha256sums=('82bd4721023cf3829c6791eb065f9b037315132315b4265327be0f27897e8de3')
build() {
R CMD INSTALL ${_pkgname}_${_pkgver}.tar.gz -l "${srcdir}"