r-pcxndata: auto updated to 2.19.0-1

This commit is contained in:
BioArchLinuxBot 2022-11-02 18:18:58 +00:00
parent 9d92581362
commit 2c48645604

View file

@ -1,10 +1,10 @@
# Maintainer: Guoyi Zhang <guoyizhang at malacology dot net> # Maintainer: Guoyi Zhang <guoyizhang at malacology dot net>
_pkgname=pcxnData _pkgname=pcxnData
_pkgver=2.18.0 _pkgver=2.19.0
pkgname=r-${_pkgname,,} pkgname=r-${_pkgname,,}
pkgver=2.18.0 pkgver=2.19.0
pkgrel=2 pkgrel=1
pkgdesc='Correlation coefficients and p values between pre-defined pathway/gene sets' pkgdesc='Correlation coefficients and p values between pre-defined pathway/gene sets'
arch=('any') arch=('any')
url="https://bioconductor.org/packages/${_pkgname}" url="https://bioconductor.org/packages/${_pkgname}"
@ -16,7 +16,7 @@ optdepends=(
r-pcxn r-pcxn
) )
source=("https://bioconductor.org/packages/release/data/experiment/src/contrib/${_pkgname}_${_pkgver}.tar.gz") source=("https://bioconductor.org/packages/release/data/experiment/src/contrib/${_pkgname}_${_pkgver}.tar.gz")
sha256sums=('902c1732c293e4a205089cc6518efe12ed549e33b0535e5789f8e4c3463a8cbf') sha256sums=('62ca462b8f328aab3cce7c38d6ba45ceba969df241624401473e4499e0a732b9')
build() { build() {
R CMD INSTALL ${_pkgname}_${_pkgver}.tar.gz -l "${srcdir}" R CMD INSTALL ${_pkgname}_${_pkgver}.tar.gz -l "${srcdir}"