summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorBioArchLinuxBot2024-05-03 07:59:53 +0000
committerBioArchLinuxBot2024-05-03 07:59:53 +0000
commit651e6578e4b7744d87f11015bc633ef5fc69c7f0 (patch)
tree14efa9a7ee65ea27dd14e1e314d7a3d9d4337426
parent90d83d67457ba93048529846e7916de1bc7e39da (diff)
downloadaur-r-tcgautils.tar.gz
[lilac] updated to 1.24.0-1
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD6
2 files changed, 6 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index f05608023892..0e63af9ac3f4 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = r-tcgautils
pkgdesc = TCGA utility functions for data management
- pkgver = 1.22.2
+ pkgver = 1.24.0
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.22.2.tar.gz
- sha256sums = 431da846f86182834f96ef3f7ca33cd7b18e29e57e5ab6caf21a74eb45f9ec9a
+ source = https://bioconductor.org/packages/release/bioc/src/contrib/TCGAutils_1.24.0.tar.gz
+ sha256sums = 289385b189ac04921ae099a1931f3743e393d063917682092a9a237b1d0dbf3a
pkgname = r-tcgautils
diff --git a/PKGBUILD b/PKGBUILD
index e46842f83d42..b85245c12a7e 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,9 +1,9 @@
# Maintainer: Guoyi Zhang <guoyizhang at malacology dot net>
_pkgname=TCGAutils
-_pkgver=1.22.2
+_pkgver=1.24.0
pkgname=r-${_pkgname,,}
-pkgver=1.22.2
+pkgver=1.24.0
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=('431da846f86182834f96ef3f7ca33cd7b18e29e57e5ab6caf21a74eb45f9ec9a')
+sha256sums=('289385b189ac04921ae099a1931f3743e393d063917682092a9a237b1d0dbf3a')
build() {
R CMD INSTALL ${_pkgname}_${_pkgver}.tar.gz -l "${srcdir}"