diff options
author | BioArchLinuxBot | 2024-05-03 09:26:40 +0000 |
---|---|---|
committer | BioArchLinuxBot | 2024-05-03 09:26:40 +0000 |
commit | 0477e03b901ecedfa6f547320aac201e3785016c (patch) | |
tree | ff534ea1a0d5d9bd096c1cecd1f213bd32f176ed | |
parent | c297cc34c93c0d604fe19a9a099f7bc568a05e49 (diff) | |
download | aur-0477e03b901ecedfa6f547320aac201e3785016c.tar.gz |
[lilac] updated to 1.24.0-1
-rw-r--r-- | .SRCINFO | 6 | ||||
-rw-r--r-- | PKGBUILD | 6 |
2 files changed, 6 insertions, 6 deletions
@@ -1,6 +1,6 @@ pkgbase = r-bioconcotk pkgdesc = Bioconductor components for general cancer genomics - pkgver = 1.22.2 + pkgver = 1.24.0 pkgrel = 1 url = https://bioconductor.org/packages/BiocOncoTK arch = any @@ -50,7 +50,7 @@ pkgbase = r-bioconcotk 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/BiocOncoTK_1.22.2.tar.gz - sha256sums = 1a94e06160464445344c2f2115d456b6b6ae8dd06ffbb017b4e8f095a417a37b + source = https://bioconductor.org/packages/release/bioc/src/contrib/BiocOncoTK_1.24.0.tar.gz + sha256sums = a3ae5bb9a251ee9122de9a14fb770e206f5d8e73470724db3cddaf9ae9c98c40 pkgname = r-bioconcotk @@ -1,9 +1,9 @@ # Maintainer: Guoyi Zhang <guoyizhang at malacology dot net> _pkgname=BiocOncoTK -_pkgver=1.22.2 +_pkgver=1.24.0 pkgname=r-${_pkgname,,} -pkgver=1.22.2 +pkgver=1.24.0 pkgrel=1 pkgdesc='Bioconductor components for general cancer genomics' arch=('any') @@ -59,7 +59,7 @@ optdepends=( r-txdb.hsapiens.ucsc.hg19.knowngene ) source=("https://bioconductor.org/packages/release/bioc/src/contrib/${_pkgname}_${_pkgver}.tar.gz") -sha256sums=('1a94e06160464445344c2f2115d456b6b6ae8dd06ffbb017b4e8f095a417a37b') +sha256sums=('a3ae5bb9a251ee9122de9a14fb770e206f5d8e73470724db3cddaf9ae9c98c40') build() { R CMD INSTALL ${_pkgname}_${_pkgver}.tar.gz -l "${srcdir}" |