summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorBioArchLinuxBot2024-05-03 07:50:23 +0000
committerBioArchLinuxBot2024-05-03 07:50:23 +0000
commit40e8fe66ad316ed2ac58308b14c9e3ceeb1ccadd (patch)
treef0fbc71104762a194b81994c80ce028b3d2f92e4
parent6f5e6231dc424056810cec78774c2c5bad8e4c3c (diff)
downloadaur-r-tcgabiolinks.tar.gz
[lilac] updated to 2.32.0-1
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD6
2 files changed, 6 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 836568d11dc6..82443696f6ec 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = r-tcgabiolinks
pkgdesc = TCGAbiolinks: An R/Bioconductor package for integrative analysis with GDC data
- pkgver = 2.30.4
+ pkgver = 2.32.0
pkgrel = 1
url = https://bioconductor.org/packages/TCGAbiolinks
arch = any
@@ -66,7 +66,7 @@ pkgbase = r-tcgabiolinks
optdepends = r-survminer
optdepends = r-sva
optdepends = r-testthat
- source = https://bioconductor.org/packages/release/bioc/src/contrib/TCGAbiolinks_2.30.4.tar.gz
- sha256sums = 4849e46dc74a38c2273dbd390e19cb67e9051610113147d90edef5bed95b202f
+ source = https://bioconductor.org/packages/release/bioc/src/contrib/TCGAbiolinks_2.32.0.tar.gz
+ sha256sums = 30121db78b57cb3d20d60e782f71d6f375049d6d44daec6bf988ee5c626f22af
pkgname = r-tcgabiolinks
diff --git a/PKGBUILD b/PKGBUILD
index 68a4b07e9e58..eac26bfea6ac 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,9 +1,9 @@
# Maintainer: Guoyi Zhang <guoyizhang at malacology dot net>
_pkgname=TCGAbiolinks
-_pkgver=2.30.4
+_pkgver=2.32.0
pkgname=r-${_pkgname,,}
-pkgver=2.30.4
+pkgver=2.32.0
pkgrel=1
pkgdesc='TCGAbiolinks: An R/Bioconductor package for integrative analysis with GDC data'
arch=('any')
@@ -75,7 +75,7 @@ optdepends=(
r-testthat
)
source=("https://bioconductor.org/packages/release/bioc/src/contrib/${_pkgname}_${_pkgver}.tar.gz")
-sha256sums=('4849e46dc74a38c2273dbd390e19cb67e9051610113147d90edef5bed95b202f')
+sha256sums=('30121db78b57cb3d20d60e782f71d6f375049d6d44daec6bf988ee5c626f22af')
build() {
R CMD INSTALL ${_pkgname}_${_pkgver}.tar.gz -l "${srcdir}"