summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorBioArchLinuxBot2023-09-08 00:04:24 +0000
committerBioArchLinuxBot2023-09-08 00:04:24 +0000
commit18f447ab97469d971d7d37f4e4710f5ba7acc16f (patch)
treea246566dbb8d4c9626bdff48a693e49c8339ada9
parent89c87917e7a13fe30267fa22b02354915ca51f5f (diff)
downloadaur-18f447ab97469d971d7d37f4e4710f5ba7acc16f.tar.gz
[lilac] updated to 1.20.3-1
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD6
2 files changed, 6 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 87ea8cc8d099..634fba02b6c2 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = r-tcgautils
pkgdesc = TCGA utility functions for data management
- pkgver = 1.20.2
+ pkgver = 1.20.3
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.2.tar.gz
- sha256sums = 36d49ccf84ad3ecf39d86947461ea4c2766aa34ce7ef1f9b4a31d6d14bcbce5a
+ source = https://bioconductor.org/packages/release/bioc/src/contrib/TCGAutils_1.20.3.tar.gz
+ sha256sums = 589df8894b76577e26f0270a5487401a365376bb39b638446227da6b4ac2d2e8
pkgname = r-tcgautils
diff --git a/PKGBUILD b/PKGBUILD
index 927b872efabe..e6fec94bdcea 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,9 +1,9 @@
# Maintainer: Guoyi Zhang <guoyizhang at malacology dot net>
_pkgname=TCGAutils
-_pkgver=1.20.2
+_pkgver=1.20.3
pkgname=r-${_pkgname,,}
-pkgver=1.20.2
+pkgver=1.20.3
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=('36d49ccf84ad3ecf39d86947461ea4c2766aa34ce7ef1f9b4a31d6d14bcbce5a')
+sha256sums=('589df8894b76577e26f0270a5487401a365376bb39b638446227da6b4ac2d2e8')
build() {
R CMD INSTALL ${_pkgname}_${_pkgver}.tar.gz -l "${srcdir}"