summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorBioArchLinuxBot2023-10-07 00:07:50 +0000
committerBioArchLinuxBot2023-10-07 00:07:50 +0000
commit8fa6d3d0430aa424cbeaa3d0199653e0f183e9ff (patch)
tree35c4b92f7fc9420e0458c80f6ab16ee62e055681 /PKGBUILD
parent10f6a8e173cc50de514327f776cdc6b3a2e4e9be (diff)
downloadaur-8fa6d3d0430aa424cbeaa3d0199653e0f183e9ff.tar.gz
[lilac] updated to 1.5.0-1
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD6
1 files changed, 3 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 01c2d17bd1a7..09ba9a8155d9 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,9 +1,9 @@
# Maintainer: Guoyi Zhang <guoyizhang at malacology dot net>
_pkgname=heatmaply
-_pkgver=1.4.2
+_pkgver=1.5.0
pkgname=r-${_pkgname,,}
-pkgver=1.4.2
+pkgver=1.5.0
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=('8a92b1ccee11371467f30833255c9ebef2259b6cbdf489181a0adac056c5ea7d')
+sha256sums=('aca4dd8b0181aa97969c8c25c73343e294c4d9c24e7cbf52e97fecbed5a92db3')
build() {
R CMD INSTALL ${_pkgname}_${_pkgver}.tar.gz -l "${srcdir}"