summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorBioArchLinuxBot2023-10-30 18:18:57 +0000
committerBioArchLinuxBot2023-10-30 18:18:57 +0000
commitbb038543f6062515589ce4370b1009be74be6af5 (patch)
treeb7e2e7f5220e691d29d85bac2591f3c87f113e15
parentf944bd79e8f70b5763e4d5a0db9ef91a4bda01d1 (diff)
downloadaur-bb038543f6062515589ce4370b1009be74be6af5.tar.gz
[lilac] updated to 2.14.0-1
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD6
2 files changed, 6 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 41ff1b486f01..c0a9178cf023 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = r-pcatools
pkgdesc = PCAtools: Everything Principal Components Analysis
- pkgver = 2.12.0
+ pkgver = 2.14.0
pkgrel = 1
url = https://bioconductor.org/packages/PCAtools
arch = x86_64
@@ -35,7 +35,7 @@ pkgbase = r-pcatools
optdepends = r-rmtstat
optdepends = r-scran
optdepends = r-testthat
- source = https://bioconductor.org/packages/release/bioc/src/contrib/PCAtools_2.12.0.tar.gz
- sha256sums = 253d34478152bb759ac67e14ae003a1e435af8c855ac08c983d39ef6853e741e
+ source = https://bioconductor.org/packages/release/bioc/src/contrib/PCAtools_2.14.0.tar.gz
+ sha256sums = 3a0cd8599344ad44787db090b559351e8a17afbef9dff4f717b5ca4627d93fa3
pkgname = r-pcatools
diff --git a/PKGBUILD b/PKGBUILD
index 45886504cdd8..03954576d1c7 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,9 +2,9 @@
# Maintainer: Guoyi Zhang <guoyizhang at malacology dot net>
_pkgname=PCAtools
-_pkgver=2.12.0
+_pkgver=2.14.0
pkgname=r-${_pkgname,,}
-pkgver=2.12.0
+pkgver=2.14.0
pkgrel=1
pkgdesc='PCAtools: Everything Principal Components Analysis'
arch=('x86_64')
@@ -45,7 +45,7 @@ optdepends=(
r-testthat
)
source=("https://bioconductor.org/packages/release/bioc/src/contrib/${_pkgname}_${_pkgver}.tar.gz")
-sha256sums=('253d34478152bb759ac67e14ae003a1e435af8c855ac08c983d39ef6853e741e')
+sha256sums=('3a0cd8599344ad44787db090b559351e8a17afbef9dff4f717b5ca4627d93fa3')
build() {
R CMD INSTALL ${_pkgname}_${_pkgver}.tar.gz -l "${srcdir}"