summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorBioArchLinuxBot2023-09-09 18:01:48 +0000
committerBioArchLinuxBot2023-09-09 18:01:48 +0000
commit529ee9e28ee3d54bca6c621df0be74606cd8f558 (patch)
treedd6d0ca3b485487f2e5f680dae98ab56b2f4911b
parent18f447ab97469d971d7d37f4e4710f5ba7acc16f (diff)
downloadaur-529ee9e28ee3d54bca6c621df0be74606cd8f558.tar.gz
[lilac] updated to 1.20.4-1
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD6
2 files changed, 6 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 634fba02b6c2..14b0fb8991c6 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = r-tcgautils
pkgdesc = TCGA utility functions for data management
- pkgver = 1.20.3
+ pkgver = 1.20.4
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.3.tar.gz
- sha256sums = 589df8894b76577e26f0270a5487401a365376bb39b638446227da6b4ac2d2e8
+ source = https://bioconductor.org/packages/release/bioc/src/contrib/TCGAutils_1.20.4.tar.gz
+ sha256sums = 38a4ae2fd6a450c2d5644f8114a202f4aa6738f3e6440dcfe3a84001b78cb30a
pkgname = r-tcgautils
diff --git a/PKGBUILD b/PKGBUILD
index e6fec94bdcea..8252294c69e8 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,9 +1,9 @@
# Maintainer: Guoyi Zhang <guoyizhang at malacology dot net>
_pkgname=TCGAutils
-_pkgver=1.20.3
+_pkgver=1.20.4
pkgname=r-${_pkgname,,}
-pkgver=1.20.3
+pkgver=1.20.4
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=('589df8894b76577e26f0270a5487401a365376bb39b638446227da6b4ac2d2e8')
+sha256sums=('38a4ae2fd6a450c2d5644f8114a202f4aa6738f3e6440dcfe3a84001b78cb30a')
build() {
R CMD INSTALL ${_pkgname}_${_pkgver}.tar.gz -l "${srcdir}"