mirror of
https://github.com/BioArchLinux/Packages.git
synced 2025-03-10 12:02:42 +00:00
r-pcatools: auto updated to 2.18.0-1
This commit is contained in:
parent
d7c65301de
commit
f6875a24fa
1 changed files with 3 additions and 3 deletions
|
@ -2,9 +2,9 @@
|
||||||
# Maintainer: Guoyi Zhang <guoyizhang at malacology dot net>
|
# Maintainer: Guoyi Zhang <guoyizhang at malacology dot net>
|
||||||
|
|
||||||
_pkgname=PCAtools
|
_pkgname=PCAtools
|
||||||
_pkgver=2.16.0
|
_pkgver=2.18.0
|
||||||
pkgname=r-${_pkgname,,}
|
pkgname=r-${_pkgname,,}
|
||||||
pkgver=2.16.0
|
pkgver=2.18.0
|
||||||
pkgrel=1
|
pkgrel=1
|
||||||
pkgdesc='PCAtools: Everything Principal Components Analysis'
|
pkgdesc='PCAtools: Everything Principal Components Analysis'
|
||||||
arch=('x86_64')
|
arch=('x86_64')
|
||||||
|
@ -45,7 +45,7 @@ optdepends=(
|
||||||
r-testthat
|
r-testthat
|
||||||
)
|
)
|
||||||
source=("https://bioconductor.org/packages/release/bioc/src/contrib/${_pkgname}_${_pkgver}.tar.gz")
|
source=("https://bioconductor.org/packages/release/bioc/src/contrib/${_pkgname}_${_pkgver}.tar.gz")
|
||||||
sha256sums=('59d053b4ba99dd20722ffc6ee9b8abcf892ffec7097a2a523aee77fcf8764111')
|
sha256sums=('94041f71160b6bddaafaacd0370a30933c8a9846baeb19e156db32d71496888b')
|
||||||
|
|
||||||
build() {
|
build() {
|
||||||
R CMD INSTALL ${_pkgname}_${_pkgver}.tar.gz -l "${srcdir}"
|
R CMD INSTALL ${_pkgname}_${_pkgver}.tar.gz -l "${srcdir}"
|
||||||
|
|
Loading…
Add table
Reference in a new issue