diff options
author | BioArchLinuxBot | 2024-10-31 20:59:38 +0000 |
---|---|---|
committer | BioArchLinuxBot | 2024-10-31 20:59:38 +0000 |
commit | d3f15fa243cb6453e5ce40f41abfdefb97a90f70 (patch) | |
tree | f554115730c7d7e357f82585e40831e4cc2bfc12 | |
parent | 43363edba6f1a45d649bdb7bffd20c32ee53e705 (diff) | |
download | aur-d3f15fa243cb6453e5ce40f41abfdefb97a90f70.tar.gz |
[lilac] updated to 2.22.0-1
-rw-r--r-- | .SRCINFO | 6 | ||||
-rw-r--r-- | PKGBUILD | 6 |
2 files changed, 6 insertions, 6 deletions
@@ -1,6 +1,6 @@ pkgbase = r-piano pkgdesc = Platform for integrative analysis of omics data - pkgver = 2.20.0 + pkgver = 2.22.0 pkgrel = 1 url = https://bioconductor.org/packages/piano arch = any @@ -34,7 +34,7 @@ pkgbase = r-piano optdepends = r-rsbml optdepends = r-snowfall optdepends = r-yeast2.db - source = https://bioconductor.org/packages/release/bioc/src/contrib/piano_2.20.0.tar.gz - sha256sums = 3c36203ff30e605c05ff997f17fa7e8bce477f234d21c0040407fece2747266c + source = https://bioconductor.org/packages/release/bioc/src/contrib/piano_2.22.0.tar.gz + sha256sums = 0487ffa55d7c2ce8ed07ea5b357c7ef46c076b5ada860b96f681bd53967efd0c pkgname = r-piano @@ -1,9 +1,9 @@ # Maintainer: Guoyi Zhang <guoyizhang at malacology dot net> _pkgname=piano -_pkgver=2.20.0 +_pkgver=2.22.0 pkgname=r-${_pkgname,,} -pkgver=2.20.0 +pkgver=2.22.0 pkgrel=1 pkgdesc='Platform for integrative analysis of omics data' arch=('any') @@ -43,7 +43,7 @@ optdepends=( r-yeast2.db ) source=("https://bioconductor.org/packages/release/bioc/src/contrib/${_pkgname}_${_pkgver}.tar.gz") -sha256sums=('3c36203ff30e605c05ff997f17fa7e8bce477f234d21c0040407fece2747266c') +sha256sums=('0487ffa55d7c2ce8ed07ea5b357c7ef46c076b5ada860b96f681bd53967efd0c') build() { R CMD INSTALL ${_pkgname}_${_pkgver}.tar.gz -l "${srcdir}" |