summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorBioArchLinuxBot2023-04-27 12:38:30 +0000
committerBioArchLinuxBot2023-04-27 12:38:30 +0000
commitf944bd79e8f70b5763e4d5a0db9ef91a4bda01d1 (patch)
tree8ca2aea69619d734ed28bf5803cdd962a90bf88a /PKGBUILD
parent53b60da7d4e2fece43221072282826e19d769222 (diff)
downloadaur-f944bd79e8f70b5763e4d5a0db9ef91a4bda01d1.tar.gz
[lilac] updated to 2.12.0-1
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD6
1 files changed, 3 insertions, 3 deletions
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}"