summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorBioArchLinuxBot2022-08-22 12:01:57 +0000
committerBioArchLinuxBot2022-08-22 12:01:57 +0000
commit48d9c5098276129dd17aafc5b41bfd9849af516f (patch)
treedb662c3dcaaf85b7cc760e18dff3534fc3048fc3
parent9e01c65f2246a9ea76a2f9cd1716ec520fd46c0d (diff)
downloadaur-48d9c5098276129dd17aafc5b41bfd9849af516f.tar.gz
[lilac] updated to 0.1.14-1
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD6
2 files changed, 6 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 2b8cc690f0e8..0e3fac05c0fd 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = r-uwot
pkgdesc = The Uniform Manifold Approximation and Projection (UMAP) Method for Dimensionality Reduction
- pkgver = 0.1.13
+ pkgver = 0.1.14
pkgrel = 1
url = https://cran.r-project.org/package=uwot
arch = x86_64
@@ -16,7 +16,7 @@ pkgbase = r-uwot
optdepends = r-bigstatsr
optdepends = r-covr
optdepends = r-testthat
- source = https://cran.r-project.org/src/contrib/uwot_0.1.13.tar.gz
- sha256sums = 8d9c2cc99df0aa6157237cbcde48d405f050505c36cd66b569d599631e92e9d6
+ source = https://cran.r-project.org/src/contrib/uwot_0.1.14.tar.gz
+ sha256sums = 8016e8192b7e72604ca71840cbe43fa1d2caed8a8ad7cbf20e85cd3b384a9fe0
pkgname = r-uwot
diff --git a/PKGBUILD b/PKGBUILD
index a3ba9f25c619..d8936d6d57bb 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,9 +1,9 @@
# Maintainer: Guoyi Zhang <guoyizhang at malacology dot net>
_pkgname=uwot
-_pkgver=0.1.13
+_pkgver=0.1.14
pkgname=r-${_pkgname,,}
-pkgver=0.1.13
+pkgver=0.1.14
pkgrel=1
pkgdesc='The Uniform Manifold Approximation and Projection (UMAP) Method for Dimensionality Reduction'
arch=('x86_64')
@@ -25,7 +25,7 @@ optdepends=(
r-testthat
)
source=("https://cran.r-project.org/src/contrib/${_pkgname}_${_pkgver}.tar.gz")
-sha256sums=('8d9c2cc99df0aa6157237cbcde48d405f050505c36cd66b569d599631e92e9d6')
+sha256sums=('8016e8192b7e72604ca71840cbe43fa1d2caed8a8ad7cbf20e85cd3b384a9fe0')
build() {
R CMD INSTALL ${_pkgname}_${_pkgver}.tar.gz -l "${srcdir}"