diff options
author | BioArchLinuxBot | 2025-04-21 08:19:33 +0000 |
---|---|---|
committer | BioArchLinuxBot | 2025-04-21 08:19:33 +0000 |
commit | d3e3066e3e9402bc9d333985cad7f5a8573ece78 (patch) | |
tree | 7fb8972319dec880a22c3cbc0f8b9110a8d6a438 | |
parent | d3f15fa243cb6453e5ce40f41abfdefb97a90f70 (diff) | |
download | aur-d3e3066e3e9402bc9d333985cad7f5a8573ece78.tar.gz |
[lilac] updated to 2.24.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.22.0 + pkgver = 2.24.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.22.0.tar.gz - sha256sums = 0487ffa55d7c2ce8ed07ea5b357c7ef46c076b5ada860b96f681bd53967efd0c + source = https://bioconductor.org/packages/release/bioc/src/contrib/piano_2.24.0.tar.gz + sha256sums = 5cb879e720d7b83a18dbe29789e8665154b0befbd970800074e3f857a5f0ce84 pkgname = r-piano @@ -1,9 +1,9 @@ # Maintainer: Guoyi Zhang <guoyizhang at malacology dot net> _pkgname=piano -_pkgver=2.22.0 +_pkgver=2.24.0 pkgname=r-${_pkgname,,} -pkgver=2.22.0 +pkgver=2.24.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=('0487ffa55d7c2ce8ed07ea5b357c7ef46c076b5ada860b96f681bd53967efd0c') +sha256sums=('5cb879e720d7b83a18dbe29789e8665154b0befbd970800074e3f857a5f0ce84') build() { R CMD INSTALL ${_pkgname}_${_pkgver}.tar.gz -l "${srcdir}" |