summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorBioArchLinuxBot2024-05-01 23:37:23 +0000
committerBioArchLinuxBot2024-05-01 23:37:23 +0000
commitbad3c8da2c0b5e5edd32718da686c2614dd2b0d0 (patch)
treeb98fda8828c184683d084e983a44ee188f20ac35
parent72eca1bf2eddbf05cfaf3456b691a9b7242dd2e6 (diff)
downloadaur-bad3c8da2c0b5e5edd32718da686c2614dd2b0d0.tar.gz
[lilac] updated to 2.20.0-1
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD6
2 files changed, 6 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 58a62936ca00..f769b270f220 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = r-complexheatmap
pkgdesc = Make Complex Heatmaps
- pkgver = 2.18.0
+ pkgver = 2.20.0
pkgrel = 1
url = https://bioconductor.org/packages/ComplexHeatmap
arch = any
@@ -38,7 +38,7 @@ pkgbase = r-complexheatmap
optdepends = r-rmarkdown
optdepends = r-testthat
optdepends = r-tiff
- source = https://bioconductor.org/packages/release/bioc/src/contrib/ComplexHeatmap_2.18.0.tar.gz
- sha256sums = 8eb9912d9897c3914fadeb002bab1dff16a059db4d99b2fd754eb512d904f77f
+ source = https://bioconductor.org/packages/release/bioc/src/contrib/ComplexHeatmap_2.20.0.tar.gz
+ sha256sums = 1bed53e570d491a6d5d7b6565d37c816f074d820f9bdd8c5876d6f0b0aeaffde
pkgname = r-complexheatmap
diff --git a/PKGBUILD b/PKGBUILD
index 4b8c7a7b9477..3bcc30821ce3 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,9 +1,9 @@
# Maintainer: Guoyi Zhang <guoyizhang at malacology dot net>
_pkgname=ComplexHeatmap
-_pkgver=2.18.0
+_pkgver=2.20.0
pkgname=r-${_pkgname,,}
-pkgver=2.18.0
+pkgver=2.20.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=('8eb9912d9897c3914fadeb002bab1dff16a059db4d99b2fd754eb512d904f77f')
+sha256sums=('1bed53e570d491a6d5d7b6565d37c816f074d820f9bdd8c5876d6f0b0aeaffde')
build() {
R CMD INSTALL ${_pkgname}_${_pkgver}.tar.gz -l "${srcdir}"