summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorBioArchLinuxBot2023-05-03 18:10:49 +0000
committerBioArchLinuxBot2023-05-03 18:10:49 +0000
commit1582a85f598713b05c15c7a1049f5175bcb822b6 (patch)
tree07f98ebd355e3dcde6d91b6cdf817a0839b57390
parent3c61683fed823494b75398cb4c766dfef0f7949b (diff)
downloadaur-1582a85f598713b05c15c7a1049f5175bcb822b6.tar.gz
[lilac] updated to 1.10.1-1
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD6
2 files changed, 6 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 0c076f7f8956..284617844193 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = r-densvis
pkgdesc = Density-Preserving Data Visualization via Non-Linear Dimensionality Reduction
- pkgver = 1.10.0
+ pkgver = 1.10.1
pkgrel = 1
url = https://bioconductor.org/packages/densvis
arch = x86_64
@@ -18,7 +18,7 @@ pkgbase = r-densvis
optdepends = r-rtsne
optdepends = r-testthat
optdepends = r-uwot
- source = https://bioconductor.org/packages/release/bioc/src/contrib/densvis_1.10.0.tar.gz
- sha256sums = 489551212baf4d4089602a46aacbf80060c55cf514950e7a526ed25dc5a78d37
+ source = https://bioconductor.org/packages/release/bioc/src/contrib/densvis_1.10.1.tar.gz
+ sha256sums = a46856104a0f5f4de944e30197bb815fc826c2c230b090843f8425c9cb7d2189
pkgname = r-densvis
diff --git a/PKGBUILD b/PKGBUILD
index 2a8d82383253..0040153774c4 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,9 +1,9 @@
# Maintainer: Guoyi Zhang <guoyizhang at malacology dot net>
_pkgname=densvis
-_pkgver=1.10.0
+_pkgver=1.10.1
pkgname=r-${_pkgname,,}
-pkgver=1.10.0
+pkgver=1.10.1
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=('489551212baf4d4089602a46aacbf80060c55cf514950e7a526ed25dc5a78d37')
+sha256sums=('a46856104a0f5f4de944e30197bb815fc826c2c230b090843f8425c9cb7d2189')
build() {
R CMD INSTALL ${_pkgname}_${_pkgver}.tar.gz -l "${srcdir}"