summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD6
1 files changed, 3 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index a837a8c068c2..c73db67558aa 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,9 +1,9 @@
# Maintainer: Guoyi Zhang <guoyizhang at malacology dot net>
_pkgname=curatedTCGAData
-_pkgver=1.24.1
+_pkgver=1.26.0
pkgname=r-${_pkgname,,}
-pkgver=1.24.1
+pkgver=1.26.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=('02fc923472c319b25f866ef3038c8ab613e2a515ad77f6a376df9242d1352643')
+sha256sums=('07097f30b8ae786ef30e3273416a91c80136d92ac2ebfdbb94d3f887b97cbef5')
build() {
R CMD INSTALL ${_pkgname}_${_pkgver}.tar.gz -l "${srcdir}"