summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorBioArchLinuxBot2023-05-24 18:06:01 +0000
committerBioArchLinuxBot2023-05-24 18:06:01 +0000
commit89c87917e7a13fe30267fa22b02354915ca51f5f (patch)
tree074076633165fa7093af7fd11bd94c72d429a11c
parent4bd7c87c29ba88590a773607ba9a812cfcfed7c0 (diff)
downloadaur-89c87917e7a13fe30267fa22b02354915ca51f5f.tar.gz
[lilac] updated to 1.20.2-1
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD6
2 files changed, 6 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 048f2219f5f1..87ea8cc8d099 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = r-tcgautils
pkgdesc = TCGA utility functions for data management
- pkgver = 1.20.0
+ pkgver = 1.20.2
pkgrel = 1
url = https://bioconductor.org/packages/TCGAutils
arch = any
@@ -43,7 +43,7 @@ pkgbase = r-tcgautils
optdepends = r-testthat
optdepends = r-txdb.hsapiens.ucsc.hg18.knowngene
optdepends = r-txdb.hsapiens.ucsc.hg19.knowngene
- source = https://bioconductor.org/packages/release/bioc/src/contrib/TCGAutils_1.20.0.tar.gz
- sha256sums = 1d4830c228ca525017165a3587fb8516e1a6c8b36a5ce4f7654db2372ed8e572
+ source = https://bioconductor.org/packages/release/bioc/src/contrib/TCGAutils_1.20.2.tar.gz
+ sha256sums = 36d49ccf84ad3ecf39d86947461ea4c2766aa34ce7ef1f9b4a31d6d14bcbce5a
pkgname = r-tcgautils
diff --git a/PKGBUILD b/PKGBUILD
index 6bc0f3810498..927b872efabe 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,9 +1,9 @@
# Maintainer: Guoyi Zhang <guoyizhang at malacology dot net>
_pkgname=TCGAutils
-_pkgver=1.20.0
+_pkgver=1.20.2
pkgname=r-${_pkgname,,}
-pkgver=1.20.0
+pkgver=1.20.2
pkgrel=1
pkgdesc='TCGA utility functions for data management'
arch=('any')
@@ -52,7 +52,7 @@ optdepends=(
r-txdb.hsapiens.ucsc.hg19.knowngene
)
source=("https://bioconductor.org/packages/release/bioc/src/contrib/${_pkgname}_${_pkgver}.tar.gz")
-sha256sums=('1d4830c228ca525017165a3587fb8516e1a6c8b36a5ce4f7654db2372ed8e572')
+sha256sums=('36d49ccf84ad3ecf39d86947461ea4c2766aa34ce7ef1f9b4a31d6d14bcbce5a')
build() {
R CMD INSTALL ${_pkgname}_${_pkgver}.tar.gz -l "${srcdir}"