summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorBioArchLinuxBot2023-04-27 07:10:47 +0000
committerBioArchLinuxBot2023-04-27 07:10:47 +0000
commit8d64e5344282b109d4abd27d0b94df731e051c23 (patch)
tree7e79e35a01d36fcb8589070150c8b3b72757e571
parent8f70fcd6a194e3616088f7d3de30127410047b42 (diff)
downloadaur-8d64e5344282b109d4abd27d0b94df731e051c23.tar.gz
[lilac] updated to 2.16.0-1
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD6
2 files changed, 6 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index b950754ebd6b..940ee9e314cd 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = r-complexheatmap
pkgdesc = Make Complex Heatmaps
- pkgver = 2.14.0
+ pkgver = 2.16.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.14.0.tar.gz
- sha256sums = 47a475eaddb85fdf67cb2d9d260a79eb359eac8c48eaa04793a7d430a480c0d5
+ source = https://bioconductor.org/packages/release/bioc/src/contrib/ComplexHeatmap_2.16.0.tar.gz
+ sha256sums = fedf74142a242cfe53d97ac2c1ff7ff9544cb2a7697217f037e3688b0f5f5722
pkgname = r-complexheatmap
diff --git a/PKGBUILD b/PKGBUILD
index 42663652b482..105b7ec25b1a 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,9 +1,9 @@
# Maintainer: Guoyi Zhang <guoyizhang at malacology dot net>
_pkgname=ComplexHeatmap
-_pkgver=2.14.0
+_pkgver=2.16.0
pkgname=r-${_pkgname,,}
-pkgver=2.14.0
+pkgver=2.16.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=('47a475eaddb85fdf67cb2d9d260a79eb359eac8c48eaa04793a7d430a480c0d5')
+sha256sums=('fedf74142a242cfe53d97ac2c1ff7ff9544cb2a7697217f037e3688b0f5f5722')
build() {
R CMD INSTALL ${_pkgname}_${_pkgver}.tar.gz -l "${srcdir}"