summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorBioArchLinuxBot2023-04-27 12:38:30 +0000
committerBioArchLinuxBot2023-04-27 12:38:30 +0000
commitf944bd79e8f70b5763e4d5a0db9ef91a4bda01d1 (patch)
tree8ca2aea69619d734ed28bf5803cdd962a90bf88a
parent53b60da7d4e2fece43221072282826e19d769222 (diff)
downloadaur-f944bd79e8f70b5763e4d5a0db9ef91a4bda01d1.tar.gz
[lilac] updated to 2.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 13dfdea376be..41ff1b486f01 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = r-pcatools
pkgdesc = PCAtools: Everything Principal Components Analysis
- pkgver = 2.10.0
+ pkgver = 2.12.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.10.0.tar.gz
- sha256sums = cd091f1a4d1cd7b92aea07e5e307ae015403ef77742b4e3da09cc25ca55462e4
+ source = https://bioconductor.org/packages/release/bioc/src/contrib/PCAtools_2.12.0.tar.gz
+ sha256sums = 253d34478152bb759ac67e14ae003a1e435af8c855ac08c983d39ef6853e741e
pkgname = r-pcatools
diff --git a/PKGBUILD b/PKGBUILD
index cd6d2a684f71..45886504cdd8 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,9 +2,9 @@
# Maintainer: Guoyi Zhang <guoyizhang at malacology dot net>
_pkgname=PCAtools
-_pkgver=2.10.0
+_pkgver=2.12.0
pkgname=r-${_pkgname,,}
-pkgver=2.10.0
+pkgver=2.12.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=('cd091f1a4d1cd7b92aea07e5e307ae015403ef77742b4e3da09cc25ca55462e4')
+sha256sums=('253d34478152bb759ac67e14ae003a1e435af8c855ac08c983d39ef6853e741e')
build() {
R CMD INSTALL ${_pkgname}_${_pkgver}.tar.gz -l "${srcdir}"