summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorBioArchLinuxBot2024-03-29 18:14:32 +0000
committerBioArchLinuxBot2024-03-29 18:14:32 +0000
commit6f5e6231dc424056810cec78774c2c5bad8e4c3c (patch)
treecca1b5e2ebd95a64c5fa66202bca599bce7c8b4f
parentbd5f067d15fbf1b03bcb1a5b6d8e865af827d2e1 (diff)
downloadaur-6f5e6231dc424056810cec78774c2c5bad8e4c3c.tar.gz
[lilac] updated to 2.30.4-1
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD6
2 files changed, 6 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 9e83f2b42fc2..836568d11dc6 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.30.0
+ pkgver = 2.30.4
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.30.0.tar.gz
- sha256sums = fdffba90c0066dc5fd6aa8b2309b211a7893856a6e3273021084c6bac88e1dcd
+ source = https://bioconductor.org/packages/release/bioc/src/contrib/TCGAbiolinks_2.30.4.tar.gz
+ sha256sums = 4849e46dc74a38c2273dbd390e19cb67e9051610113147d90edef5bed95b202f
pkgname = r-tcgabiolinks
diff --git a/PKGBUILD b/PKGBUILD
index b7adaf24bd1e..68a4b07e9e58 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,9 +1,9 @@
# Maintainer: Guoyi Zhang <guoyizhang at malacology dot net>
_pkgname=TCGAbiolinks
-_pkgver=2.30.0
+_pkgver=2.30.4
pkgname=r-${_pkgname,,}
-pkgver=2.30.0
+pkgver=2.30.4
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=('fdffba90c0066dc5fd6aa8b2309b211a7893856a6e3273021084c6bac88e1dcd')
+sha256sums=('4849e46dc74a38c2273dbd390e19cb67e9051610113147d90edef5bed95b202f')
build() {
R CMD INSTALL ${_pkgname}_${_pkgver}.tar.gz -l "${srcdir}"