r-complexheatmap: auto updated to 2.22.0-1

This commit is contained in:
BioArchLinuxBot 2024-10-31 16:13:51 +00:00
parent dab1e85eb1
commit a2704b3f32

View file

@ -1,9 +1,9 @@
# Maintainer: Guoyi Zhang <guoyizhang at malacology dot net>
_pkgname=ComplexHeatmap
_pkgver=2.20.0
_pkgver=2.22.0
pkgname=r-${_pkgname,,}
pkgver=2.20.0
pkgver=2.22.0
pkgrel=1
pkgdesc='Make Complex Heatmaps'
arch=('any')
@ -47,7 +47,7 @@ optdepends=(
r-tiff
)
source=("https://bioconductor.org/packages/release/bioc/src/contrib/${_pkgname}_${_pkgver}.tar.gz")
sha256sums=('1bed53e570d491a6d5d7b6565d37c816f074d820f9bdd8c5876d6f0b0aeaffde')
sha256sums=('c0f4ba2259326ce8f3bdaaae88cc5c893f683758157f6012ba01b4004f0a4bc1')
build() {
R CMD INSTALL ${_pkgname}_${_pkgver}.tar.gz -l "${srcdir}"