summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorBioArchLinuxBot2024-10-31 20:59:38 +0000
committerBioArchLinuxBot2024-10-31 20:59:38 +0000
commitd3f15fa243cb6453e5ce40f41abfdefb97a90f70 (patch)
treef554115730c7d7e357f82585e40831e4cc2bfc12
parent43363edba6f1a45d649bdb7bffd20c32ee53e705 (diff)
downloadaur-d3f15fa243cb6453e5ce40f41abfdefb97a90f70.tar.gz
[lilac] updated to 2.22.0-1
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD6
2 files changed, 6 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index ca603cfe14d5..121bf6da372d 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -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
diff --git a/PKGBUILD b/PKGBUILD
index 1693c225a289..5ed4583d231b 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -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}"