summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorBioArchLinuxBot2022-08-22 12:01:57 +0000
committerBioArchLinuxBot2022-08-22 12:01:57 +0000
commit48d9c5098276129dd17aafc5b41bfd9849af516f (patch)
treedb662c3dcaaf85b7cc760e18dff3534fc3048fc3 /PKGBUILD
parent9e01c65f2246a9ea76a2f9cd1716ec520fd46c0d (diff)
downloadaur-48d9c5098276129dd17aafc5b41bfd9849af516f.tar.gz
[lilac] updated to 0.1.14-1
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD6
1 files changed, 3 insertions, 3 deletions
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}"