summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorBioArchLinuxBot2022-11-03 00:55:40 +0000
committerBioArchLinuxBot2022-11-03 00:55:40 +0000
commit8f70fcd6a194e3616088f7d3de30127410047b42 (patch)
tree69ef0a8acdee07c545443e2ccd18de9b73d33954
parent5d4d6df2b6bbdc3a8b820eeb6319feeeb9240481 (diff)
downloadaur-8f70fcd6a194e3616088f7d3de30127410047b42.tar.gz
[lilac] updated to 2.14.0-1
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD6
2 files changed, 6 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 9c4730a68e23..b950754ebd6b 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = r-complexheatmap
pkgdesc = Make Complex Heatmaps
- pkgver = 2.12.1
+ pkgver = 2.14.0
pkgrel = 1
url = https://bioconductor.org/packages/ComplexHeatmap
arch = any
@@ -37,7 +37,7 @@ pkgbase = r-complexheatmap
optdepends = r-rmarkdown
optdepends = r-testthat
optdepends = r-tiff
- source = https://bioconductor.org/packages/release/bioc/src/contrib/ComplexHeatmap_2.12.1.tar.gz
- sha256sums = 4803fa4426efe2d812cd215920481775b4635b59b4a322c175cdb306651c972c
+ source = https://bioconductor.org/packages/release/bioc/src/contrib/ComplexHeatmap_2.14.0.tar.gz
+ sha256sums = 47a475eaddb85fdf67cb2d9d260a79eb359eac8c48eaa04793a7d430a480c0d5
pkgname = r-complexheatmap
diff --git a/PKGBUILD b/PKGBUILD
index 6851645e351f..42663652b482 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,9 +1,9 @@
# Maintainer: Guoyi Zhang <guoyizhang at malacology dot net>
_pkgname=ComplexHeatmap
-_pkgver=2.12.1
+_pkgver=2.14.0
pkgname=r-${_pkgname,,}
-pkgver=2.12.1
+pkgver=2.14.0
pkgrel=1
pkgdesc='Make Complex Heatmaps'
arch=('any')
@@ -46,7 +46,7 @@ optdepends=(
r-tiff
)
source=("https://bioconductor.org/packages/release/bioc/src/contrib/${_pkgname}_${_pkgver}.tar.gz")
-sha256sums=('4803fa4426efe2d812cd215920481775b4635b59b4a322c175cdb306651c972c')
+sha256sums=('47a475eaddb85fdf67cb2d9d260a79eb359eac8c48eaa04793a7d430a480c0d5')
build() {
R CMD INSTALL ${_pkgname}_${_pkgver}.tar.gz -l "${srcdir}"