summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorBioArchLinuxBot2022-11-13 04:35:53 +0000
committerBioArchLinuxBot2022-11-13 04:35:53 +0000
commita2176f78eaef20de7364b696cdd72adf2fb9ebcc (patch)
treeef08648024c9c2f2b4edaf5a67e40db9a554486c
parent33954a9d4fc4958e82b6893a035d849bd6e66bda (diff)
downloadaur-a2176f78eaef20de7364b696cdd72adf2fb9ebcc.tar.gz
[lilac] updated to 1.20.0-1
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD6
2 files changed, 6 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index d189493fde7a..0bf386243c9f 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = r-curatedtcgadata
pkgdesc = Curated Data From The Cancer Genome Atlas (TCGA) as MultiAssayExperiment Objects
- pkgver = 1.18.0
+ pkgver = 1.20.0
pkgrel = 1
url = https://bioconductor.org/packages/curatedTCGAData
arch = any
@@ -19,7 +19,7 @@ pkgbase = r-curatedtcgadata
optdepends = r-rmarkdown
optdepends = r-tcgautils
optdepends = r-testthat
- source = https://bioconductor.org/packages/release/data/experiment/src/contrib/curatedTCGAData_1.18.0.tar.gz
- sha256sums = f9f268f5e68541fdb1742f1af146f4f895b19e6c7a049f1d44d6436a3cbf7540
+ source = https://bioconductor.org/packages/release/data/experiment/src/contrib/curatedTCGAData_1.20.0.tar.gz
+ sha256sums = 991475e83a5a95f0289f7f75e25d57c250de1d8e63a4569ed7c2b97d355b0307
pkgname = r-curatedtcgadata
diff --git a/PKGBUILD b/PKGBUILD
index c3aff8170a82..b45e7f685c25 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,9 +1,9 @@
# Maintainer: Guoyi Zhang <guoyizhang at malacology dot net>
_pkgname=curatedTCGAData
-_pkgver=1.18.0
+_pkgver=1.20.0
pkgname=r-${_pkgname,,}
-pkgver=1.18.0
+pkgver=1.20.0
pkgrel=1
pkgdesc='Curated Data From The Cancer Genome Atlas (TCGA) as MultiAssayExperiment Objects'
arch=('any')
@@ -28,7 +28,7 @@ optdepends=(
r-testthat
)
source=("https://bioconductor.org/packages/release/data/experiment/src/contrib/${_pkgname}_${_pkgver}.tar.gz")
-sha256sums=('f9f268f5e68541fdb1742f1af146f4f895b19e6c7a049f1d44d6436a3cbf7540')
+sha256sums=('991475e83a5a95f0289f7f75e25d57c250de1d8e63a4569ed7c2b97d355b0307')
build() {
R CMD INSTALL ${_pkgname}_${_pkgver}.tar.gz -l "${srcdir}"