summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorBioArchLinuxBot2022-11-03 12:58:59 +0000
committerBioArchLinuxBot2022-11-03 12:58:59 +0000
commitcd038511e2ac505c88d711c50f9dc520a17585fc (patch)
treec2ce3840f9f176569454ef3103076bdecc9cd552
parentf5fba4f2bd67e83b664d0a9984282550f28d716f (diff)
downloadaur-cd038511e2ac505c88d711c50f9dc520a17585fc.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 ba68888e62c2..9d9b9cf04b8a 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = r-scpca
pkgdesc = Sparse Contrastive Principal Component Analysis
- pkgver = 1.10.0
+ pkgver = 1.12.0
pkgrel = 1
url = https://bioconductor.org/packages/scPCA
arch = any
@@ -35,7 +35,7 @@ pkgbase = r-scpca
optdepends = r-sparsematrixstats
optdepends = r-splatter
optdepends = r-testthat
- source = https://bioconductor.org/packages/release/bioc/src/contrib/scPCA_1.10.0.tar.gz
- sha256sums = a05fd3377c085ce2525d41a7303ba17f91c0a1ee6f0f3eaba2714be170f845c5
+ source = https://bioconductor.org/packages/release/bioc/src/contrib/scPCA_1.12.0.tar.gz
+ sha256sums = bb3a3fdd40be2e34c3fa8db8f4d58fa4652b967ce594581d266bc35aa1a504e5
pkgname = r-scpca
diff --git a/PKGBUILD b/PKGBUILD
index 86af38a5efb2..c630e1b46f7c 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,9 +1,9 @@
# Maintainer: Guoyi Zhang <guoyizhang at malacology dot net>
_pkgname=scPCA
-_pkgver=1.10.0
+_pkgver=1.12.0
pkgname=r-${_pkgname,,}
-pkgver=1.10.0
+pkgver=1.12.0
pkgrel=1
pkgdesc='Sparse Contrastive Principal Component Analysis'
arch=('any')
@@ -44,7 +44,7 @@ optdepends=(
r-testthat
)
source=("https://bioconductor.org/packages/release/bioc/src/contrib/${_pkgname}_${_pkgver}.tar.gz")
-sha256sums=('a05fd3377c085ce2525d41a7303ba17f91c0a1ee6f0f3eaba2714be170f845c5')
+sha256sums=('bb3a3fdd40be2e34c3fa8db8f4d58fa4652b967ce594581d266bc35aa1a504e5')
build() {
R CMD INSTALL ${_pkgname}_${_pkgver}.tar.gz -l "${srcdir}"