summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorBioArchLinuxBot2023-10-27 08:26:17 +0000
committerBioArchLinuxBot2023-10-27 08:26:17 +0000
commitfc25e1812f4ad394128ad4c83a5c240f247893ff (patch)
tree5fcb9912d7a9a3a54b968ed2c197fc1fe9facbed
parent0d3514fe9b3fb9f693f8cbb015265c85ed2841ce (diff)
downloadaur-fc25e1812f4ad394128ad4c83a5c240f247893ff.tar.gz
[lilac] updated to 1.12.0-1
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD6
2 files changed, 6 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index cd048abb9b2d..8102f57fc308 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = r-corral
pkgdesc = Correspondence Analysis for Single Cell Data
- pkgver = 1.10.0
+ pkgver = 1.12.0
pkgrel = 1
url = https://bioconductor.org/packages/corral
arch = any
@@ -24,7 +24,7 @@ pkgbase = r-corral
optdepends = r-rmarkdown
optdepends = r-scater
optdepends = r-testthat
- source = https://bioconductor.org/packages/release/bioc/src/contrib/corral_1.10.0.tar.gz
- sha256sums = e334515e4e7791369b34d72ad25037f3b93c2ee806dc1d89ce4601493341570e
+ source = https://bioconductor.org/packages/release/bioc/src/contrib/corral_1.12.0.tar.gz
+ sha256sums = 6c5dfd037fd9cf6f83eab84fc62cca07c0464a00e00061d838a33b9553cb9348
pkgname = r-corral
diff --git a/PKGBUILD b/PKGBUILD
index a3203f91f00c..5b5ac24172c8 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,9 +1,9 @@
# Maintainer: Guoyi Zhang <guoyizhang at malacology dot net>
_pkgname=corral
-_pkgver=1.10.0
+_pkgver=1.12.0
pkgname=r-${_pkgname,,}
-pkgver=1.10.0
+pkgver=1.12.0
pkgrel=1
pkgdesc='Correspondence Analysis for Single Cell Data'
arch=('any')
@@ -33,7 +33,7 @@ optdepends=(
r-testthat
)
source=("https://bioconductor.org/packages/release/bioc/src/contrib/${_pkgname}_${_pkgver}.tar.gz")
-sha256sums=('e334515e4e7791369b34d72ad25037f3b93c2ee806dc1d89ce4601493341570e')
+sha256sums=('6c5dfd037fd9cf6f83eab84fc62cca07c0464a00e00061d838a33b9553cb9348')
build() {
R CMD INSTALL ${_pkgname}_${_pkgver}.tar.gz -l "${srcdir}"