summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorBioArchLinuxBot2023-01-07 06:05:04 +0000
committerBioArchLinuxBot2023-01-07 06:05:04 +0000
commit10f6a8e173cc50de514327f776cdc6b3a2e4e9be (patch)
treeccf761a7b730a7dd43f62543947ef092b03eb969 /PKGBUILD
parent51c2ef2acea5a4bc7ee4f22e0e5b54cdbfb965d2 (diff)
downloadaur-10f6a8e173cc50de514327f776cdc6b3a2e4e9be.tar.gz
[lilac] updated to 1.4.2-1
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD6
1 files changed, 3 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 4aaccd31ac29..01c2d17bd1a7 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,9 +1,9 @@
# Maintainer: Guoyi Zhang <guoyizhang at malacology dot net>
_pkgname=heatmaply
-_pkgver=1.4.0
+_pkgver=1.4.2
pkgname=r-${_pkgname,,}
-pkgver=1.4.0
+pkgver=1.4.2
pkgrel=1
pkgdesc="Interactive Cluster Heat Maps Using 'plotly' and 'ggplot2'"
arch=('any')
@@ -35,7 +35,7 @@ optdepends=(
r-tidyselect
)
source=("https://cran.r-project.org/src/contrib/${_pkgname}_${_pkgver}.tar.gz")
-sha256sums=('f1552f26a8571d4b0633e47a02f84ce28e60a17722aeb6bcd62017558a9b3b60')
+sha256sums=('8a92b1ccee11371467f30833255c9ebef2259b6cbdf489181a0adac056c5ea7d')
build() {
R CMD INSTALL ${_pkgname}_${_pkgver}.tar.gz -l "${srcdir}"