summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorBioArchLinuxBot2022-10-13 00:23:45 +0000
committerBioArchLinuxBot2022-10-13 00:23:45 +0000
commitb2ceac8b9356dbd76bb03efa0b4f582be510ca25 (patch)
tree64e51a0234e20a1adc01758e0850554e670d9f92
parent613868e4479445c6033ab0565b040ae2ee7b55cf (diff)
downloadaur-b2ceac8b9356dbd76bb03efa0b4f582be510ca25.tar.gz
[lilac] updated to 1.16.1-1
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD6
2 files changed, 6 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 0f987ba2d657..f44803f862b3 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = r-tcgautils
pkgdesc = TCGA utility functions for data management
- pkgver = 1.16.0
+ pkgver = 1.16.1
pkgrel = 1
url = https://bioconductor.org/packages/TCGAutils
arch = any
@@ -41,7 +41,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.16.0.tar.gz
- sha256sums = 0ce2b04849c7c9fafb3193fb26d0df249e9e3e953a0f25b285e6ab5200fa0276
+ source = https://bioconductor.org/packages/release/bioc/src/contrib/TCGAutils_1.16.1.tar.gz
+ sha256sums = 766bb2d3b764e24c09724eb934f0e5c923148f5ba58feada58a4af0f76c75653
pkgname = r-tcgautils
diff --git a/PKGBUILD b/PKGBUILD
index 3a631b2059ed..26277eebefae 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,9 +1,9 @@
# Maintainer: Guoyi Zhang <guoyizhang at malacology dot net>
_pkgname=TCGAutils
-_pkgver=1.16.0
+_pkgver=1.16.1
pkgname=r-${_pkgname,,}
-pkgver=1.16.0
+pkgver=1.16.1
pkgrel=1
pkgdesc='TCGA utility functions for data management'
arch=('any')
@@ -50,7 +50,7 @@ optdepends=(
r-txdb.hsapiens.ucsc.hg19.knowngene
)
source=("https://bioconductor.org/packages/release/bioc/src/contrib/${_pkgname}_${_pkgver}.tar.gz")
-sha256sums=('0ce2b04849c7c9fafb3193fb26d0df249e9e3e953a0f25b285e6ab5200fa0276')
+sha256sums=('766bb2d3b764e24c09724eb934f0e5c923148f5ba58feada58a4af0f76c75653')
build() {
R CMD INSTALL ${_pkgname}_${_pkgver}.tar.gz -l "${srcdir}"