summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorBioArchLinuxBot2023-05-15 18:13:22 +0000
committerBioArchLinuxBot2023-05-15 18:13:22 +0000
commita12371622be18777a9a0fe6f7ef08d0d54e103dd (patch)
tree7bbd6b42fe66889bbfc8d2ad79cf9bdbad5af3a6
parent00de0bf5e99e6857f9e218403b13928d4a224b80 (diff)
downloadaur-a12371622be18777a9a0fe6f7ef08d0d54e103dd.tar.gz
[lilac] updated to 2.28.2-1
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD6
2 files changed, 6 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 898f4b3cb0e5..0788f0b43eee 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.28.1
+ pkgver = 2.28.2
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.28.1.tar.gz
- sha256sums = d31cba9ac40f60ebae8c40348b7614975ff878f126d7bb360230977e4864b662
+ source = https://bioconductor.org/packages/release/bioc/src/contrib/TCGAbiolinks_2.28.2.tar.gz
+ sha256sums = 553a2159e98cd36b02a9c566bb3183c0fbb961773702c97c3dfb4d8dada4179a
pkgname = r-tcgabiolinks
diff --git a/PKGBUILD b/PKGBUILD
index 7ef113ce4a04..c8650d88d15c 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,9 +1,9 @@
# Maintainer: Guoyi Zhang <guoyizhang at malacology dot net>
_pkgname=TCGAbiolinks
-_pkgver=2.28.1
+_pkgver=2.28.2
pkgname=r-${_pkgname,,}
-pkgver=2.28.1
+pkgver=2.28.2
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=('d31cba9ac40f60ebae8c40348b7614975ff878f126d7bb360230977e4864b662')
+sha256sums=('553a2159e98cd36b02a9c566bb3183c0fbb961773702c97c3dfb4d8dada4179a')
build() {
R CMD INSTALL ${_pkgname}_${_pkgver}.tar.gz -l "${srcdir}"