summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorBioArchLinuxBot2023-01-27 00:01:18 +0000
committerBioArchLinuxBot2023-01-27 00:01:18 +0000
commit4792421a5e026f4437aaca29926ab4c0cfa40fc9 (patch)
treef497d826ccdbee6e8d218073cba1e4446062b392 /PKGBUILD
parentf3e3bb342b8e7499f69a552329935f319b71accf (diff)
downloadaur-4792421a5e026f4437aaca29926ab4c0cfa40fc9.tar.gz
[lilac] updated to 1.8.3-1
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD6
1 files changed, 3 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index fd76092ca790..7ce306144f95 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,9 +1,9 @@
# Maintainer: Guoyi Zhang <guoyizhang at malacology dot net>
_pkgname=densvis
-_pkgver=1.8.2
+_pkgver=1.8.3
pkgname=r-${_pkgname,,}
-pkgver=1.8.2
+pkgver=1.8.3
pkgrel=1
pkgdesc='Density-Preserving Data Visualization via Non-Linear Dimensionality Reduction'
arch=('x86_64')
@@ -27,7 +27,7 @@ optdepends=(
r-uwot
)
source=("https://bioconductor.org/packages/release/bioc/src/contrib/${_pkgname}_${_pkgver}.tar.gz")
-sha256sums=('7c83e3e4c81955cf3128db032e6e1cc6d8b7db8ab77d66abc1eb2936fc28a892')
+sha256sums=('c83824dd3342686ada757a2ca3d2355303f6e3ed0611f01c4aeb36d3580ba30f')
build() {
R CMD INSTALL ${_pkgname}_${_pkgver}.tar.gz -l "${srcdir}"