summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorBioArchLinuxBot2023-06-07 18:08:26 +0000
committerBioArchLinuxBot2023-06-07 18:08:26 +0000
commit498cc36c8a80e104b59ee5f269824ecb0adb5bcb (patch)
tree4ff297f293648e222a40bca7bcc9bdfc5a63ba42
parenta12371622be18777a9a0fe6f7ef08d0d54e103dd (diff)
downloadaur-498cc36c8a80e104b59ee5f269824ecb0adb5bcb.tar.gz
[lilac] updated to 2.28.3-1
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD6
2 files changed, 6 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 0788f0b43eee..ae50785a35cd 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.2
+ pkgver = 2.28.3
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.2.tar.gz
- sha256sums = 553a2159e98cd36b02a9c566bb3183c0fbb961773702c97c3dfb4d8dada4179a
+ source = https://bioconductor.org/packages/release/bioc/src/contrib/TCGAbiolinks_2.28.3.tar.gz
+ sha256sums = 31c20e5e61928df6988fa7405652e6cfec97dbbe2cdc15c314063c49944f00c2
pkgname = r-tcgabiolinks
diff --git a/PKGBUILD b/PKGBUILD
index c8650d88d15c..0bc44abf7a0e 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,9 +1,9 @@
# Maintainer: Guoyi Zhang <guoyizhang at malacology dot net>
_pkgname=TCGAbiolinks
-_pkgver=2.28.2
+_pkgver=2.28.3
pkgname=r-${_pkgname,,}
-pkgver=2.28.2
+pkgver=2.28.3
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=('553a2159e98cd36b02a9c566bb3183c0fbb961773702c97c3dfb4d8dada4179a')
+sha256sums=('31c20e5e61928df6988fa7405652e6cfec97dbbe2cdc15c314063c49944f00c2')
build() {
R CMD INSTALL ${_pkgname}_${_pkgver}.tar.gz -l "${srcdir}"