diff options
author | BioArchLinuxBot | 2023-04-27 01:46:42 +0000 |
---|---|---|
committer | BioArchLinuxBot | 2023-04-27 01:46:42 +0000 |
commit | f75a0767642fc9926a5d1490aa76e41c2515f1f6 (patch) | |
tree | 90eac7d0c596abf1432eb1b64c719320094d592f /PKGBUILD | |
parent | 7cc5fb3a95b744c69ae68e731ab2f28d93b9acbb (diff) | |
download | aur-f75a0767642fc9926a5d1490aa76e41c2515f1f6.tar.gz |
[lilac] updated to 1.15.0-1
Diffstat (limited to 'PKGBUILD')
-rw-r--r-- | PKGBUILD | 6 |
1 files changed, 3 insertions, 3 deletions
@@ -1,9 +1,9 @@ # Maintainer: Guoyi Zhang <guoyizhang at malacology dot net> _pkgname=pathwayPCA -_pkgver=1.14.0 +_pkgver=1.15.0 pkgname=r-${_pkgname,,} -pkgver=1.14.0 +pkgver=1.15.0 pkgrel=1 pkgdesc='Integrative Pathway Analysis with Modern PCA Methodology and Gene Selection' arch=('any') @@ -27,7 +27,7 @@ optdepends=( r-tidyverse ) source=("https://bioconductor.org/packages/release/bioc/src/contrib/${_pkgname}_${_pkgver}.tar.gz") -sha256sums=('924e9a5ea2a35ffb67a86cc1226ec294e45ebc7512442ae2a01b6a49f40f47eb') +sha256sums=('5a76bbbee0b9a074245488f3e7e968167038095fac4698cfdfbbe09d46e238e3') build() { R CMD INSTALL ${_pkgname}_${_pkgver}.tar.gz -l "${srcdir}" |