summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorBioArchLinuxBot2023-04-27 01:34:43 +0000
committerBioArchLinuxBot2023-04-27 01:34:43 +0000
commit546205edd1483f493cc0a03ac3bf358d9a794287 (patch)
tree313f364184603e9f6df56665e4d0351c036bdeb3
parent4dd1bae5f68cf4906cf545166d9c57b0bb56a88e (diff)
downloadaur-546205edd1483f493cc0a03ac3bf358d9a794287.tar.gz
[lilac] updated to 3.8.0-1
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD6
2 files changed, 6 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 13ea0d094076..119139255283 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = r-heatplus
pkgdesc = Heatmaps with row and/or column covariates and colored clusters
- pkgver = 3.6.0
+ pkgver = 3.8.0
pkgrel = 1
url = https://bioconductor.org/packages/Heatplus
arch = any
@@ -10,7 +10,7 @@ pkgbase = r-heatplus
optdepends = r-biobase
optdepends = r-hgu95av2.db
optdepends = r-limma
- source = https://bioconductor.org/packages/release/bioc/src/contrib/Heatplus_3.6.0.tar.gz
- sha256sums = 5187eba2129a9933983131dd8bf0f54fb84ceb82dc6073af0bbf99605ce2727d
+ source = https://bioconductor.org/packages/release/bioc/src/contrib/Heatplus_3.8.0.tar.gz
+ sha256sums = dd716d77425cb3d3724e1172b52e3346ac78cd8e63a3d3a02d57029378112e0c
pkgname = r-heatplus
diff --git a/PKGBUILD b/PKGBUILD
index 3089c48307ba..84c637dff5ed 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,9 +1,9 @@
# Maintainer: Guoyi Zhang <guoyizhang at malacology dot net>
_pkgname=Heatplus
-_pkgver=3.6.0
+_pkgver=3.8.0
pkgname=r-${_pkgname,,}
-pkgver=3.6.0
+pkgver=3.8.0
pkgrel=1
pkgdesc='Heatmaps with row and/or column covariates and colored clusters'
arch=('any')
@@ -19,7 +19,7 @@ optdepends=(
r-limma
)
source=("https://bioconductor.org/packages/release/bioc/src/contrib/${_pkgname}_${_pkgver}.tar.gz")
-sha256sums=('5187eba2129a9933983131dd8bf0f54fb84ceb82dc6073af0bbf99605ce2727d')
+sha256sums=('dd716d77425cb3d3724e1172b52e3346ac78cd8e63a3d3a02d57029378112e0c')
build() {
R CMD INSTALL ${_pkgname}_${_pkgver}.tar.gz -l "${srcdir}"