summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorBioArchLinuxBot2022-11-12 16:34:05 +0000
committerBioArchLinuxBot2022-11-12 16:34:05 +0000
commitdd5cbba606eb100a645fdf5627dad4014c274c7b (patch)
treea4301ad24a5701f58153cb9782704f5edfb9388b
parentb2ceac8b9356dbd76bb03efa0b4f582be510ca25 (diff)
downloadaur-dd5cbba606eb100a645fdf5627dad4014c274c7b.tar.gz
[lilac] updated to 1.18.0-1
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD8
2 files changed, 10 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index f44803f862b3..a357ec0e37b1 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = r-tcgautils
pkgdesc = TCGA utility functions for data management
- pkgver = 1.16.1
+ pkgver = 1.18.0
pkgrel = 1
url = https://bioconductor.org/packages/TCGAutils
arch = any
@@ -20,12 +20,14 @@ pkgbase = r-tcgautils
depends = r-stringr
depends = r-summarizedexperiment
depends = r-xml2
+ optdepends = r-annotationhub
optdepends = r-biocfilecache
optdepends = r-biocstyle
optdepends = r-complexheatmap
optdepends = r-curatedtcgadata
optdepends = r-devtools
optdepends = r-dplyr
+ optdepends = r-httr
optdepends = r-illuminahumanmethylation450kanno.ilmn12.hg19
optdepends = r-impute
optdepends = r-knitr
@@ -41,7 +43,7 @@ pkgbase = r-tcgautils
optdepends = r-testthat
optdepends = r-txdb.hsapiens.ucsc.hg18.knowngene
optdepends = r-txdb.hsapiens.ucsc.hg19.knowngene
- source = https://bioconductor.org/packages/release/bioc/src/contrib/TCGAutils_1.16.1.tar.gz
- sha256sums = 766bb2d3b764e24c09724eb934f0e5c923148f5ba58feada58a4af0f76c75653
+ source = https://bioconductor.org/packages/release/bioc/src/contrib/TCGAutils_1.18.0.tar.gz
+ sha256sums = bdce54a38bd48d4b1ce9ca222e7dce57bb7e9cf9441137723b6b4c556c55176e
pkgname = r-tcgautils
diff --git a/PKGBUILD b/PKGBUILD
index 26277eebefae..500261d8732d 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,9 +1,9 @@
# Maintainer: Guoyi Zhang <guoyizhang at malacology dot net>
_pkgname=TCGAutils
-_pkgver=1.16.1
+_pkgver=1.18.0
pkgname=r-${_pkgname,,}
-pkgver=1.16.1
+pkgver=1.18.0
pkgrel=1
pkgdesc='TCGA utility functions for data management'
arch=('any')
@@ -27,12 +27,14 @@ depends=(
r-xml2
)
optdepends=(
+ r-annotationhub
r-biocfilecache
r-biocstyle
r-complexheatmap
r-curatedtcgadata
r-devtools
r-dplyr
+ r-httr
r-illuminahumanmethylation450kanno.ilmn12.hg19
r-impute
r-knitr
@@ -50,7 +52,7 @@ optdepends=(
r-txdb.hsapiens.ucsc.hg19.knowngene
)
source=("https://bioconductor.org/packages/release/bioc/src/contrib/${_pkgname}_${_pkgver}.tar.gz")
-sha256sums=('766bb2d3b764e24c09724eb934f0e5c923148f5ba58feada58a4af0f76c75653')
+sha256sums=('bdce54a38bd48d4b1ce9ca222e7dce57bb7e9cf9441137723b6b4c556c55176e')
build() {
R CMD INSTALL ${_pkgname}_${_pkgver}.tar.gz -l "${srcdir}"