diff options
author | BioArchLinuxBot | 2023-05-26 18:04:24 +0000 |
---|---|---|
committer | BioArchLinuxBot | 2023-05-26 18:04:24 +0000 |
commit | 388ff54ea2a833c0ff14bc3e1906a6c50a90e375 (patch) | |
tree | b7ad40a9a735b41e7d3415fa27823c7d84893f3f | |
parent | b10b29318d59dde013179863ee382f2f09a835aa (diff) | |
download | aur-388ff54ea2a833c0ff14bc3e1906a6c50a90e375.tar.gz |
[lilac] updated to 1.24.2-1
-rw-r--r-- | .SRCINFO | 6 | ||||
-rw-r--r-- | PKGBUILD | 6 |
2 files changed, 6 insertions, 6 deletions
@@ -1,6 +1,6 @@ pkgbase = r-genomicdatacommons pkgdesc = NIH / NCI Genomic Data Commons Access - pkgver = 1.24.1 + pkgver = 1.24.2 pkgrel = 1 url = https://bioconductor.org/packages/GenomicDataCommons arch = any @@ -32,7 +32,7 @@ pkgbase = r-genomicdatacommons optdepends = r-testthat optdepends = r-txdb.hsapiens.ucsc.hg38.knowngene optdepends = r-variantannotation - source = https://bioconductor.org/packages/release/bioc/src/contrib/GenomicDataCommons_1.24.1.tar.gz - sha256sums = 478d5a339731eae9daefe9f1f3634ff95e4813fb7ed0f936a0c9ec8278d8f20b + source = https://bioconductor.org/packages/release/bioc/src/contrib/GenomicDataCommons_1.24.2.tar.gz + sha256sums = 747cda20f437796b0bec7400bf9b5ab58bd65f1a5970ce5bde38b0654d84fb35 pkgname = r-genomicdatacommons @@ -1,9 +1,9 @@ # Maintainer: Guoyi Zhang <guoyizhang at malacology dot net> _pkgname=GenomicDataCommons -_pkgver=1.24.1 +_pkgver=1.24.2 pkgname=r-${_pkgname,,} -pkgver=1.24.1 +pkgver=1.24.2 pkgrel=1 pkgdesc='NIH / NCI Genomic Data Commons Access' arch=('any') @@ -41,7 +41,7 @@ optdepends=( r-variantannotation ) source=("https://bioconductor.org/packages/release/bioc/src/contrib/${_pkgname}_${_pkgver}.tar.gz") -sha256sums=('478d5a339731eae9daefe9f1f3634ff95e4813fb7ed0f936a0c9ec8278d8f20b') +sha256sums=('747cda20f437796b0bec7400bf9b5ab58bd65f1a5970ce5bde38b0654d84fb35') build() { R CMD INSTALL ${_pkgname}_${_pkgver}.tar.gz -l "${srcdir}" |