summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorBioArchLinuxBot2024-05-02 13:24:16 +0000
committerBioArchLinuxBot2024-05-02 13:24:16 +0000
commitc49a289dfcbbaf938b608c94360c3550f7f122ad (patch)
tree72206e6f062bdcd55184cfd7ea788e3e3926c3e3 /PKGBUILD
parentbb038543f6062515589ce4370b1009be74be6af5 (diff)
downloadaur-r-pcatools.tar.gz
[lilac] updated to 2.16.0-1
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD6
1 files changed, 3 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 03954576d1c7..9b76fba4a646 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,9 +2,9 @@
# Maintainer: Guoyi Zhang <guoyizhang at malacology dot net>
_pkgname=PCAtools
-_pkgver=2.14.0
+_pkgver=2.16.0
pkgname=r-${_pkgname,,}
-pkgver=2.14.0
+pkgver=2.16.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=('3a0cd8599344ad44787db090b559351e8a17afbef9dff4f717b5ca4627d93fa3')
+sha256sums=('59d053b4ba99dd20722ffc6ee9b8abcf892ffec7097a2a523aee77fcf8764111')
build() {
R CMD INSTALL ${_pkgname}_${_pkgver}.tar.gz -l "${srcdir}"