summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorBioArchLinuxBot2023-06-29 18:04:50 +0000
committerBioArchLinuxBot2023-06-29 18:04:50 +0000
commit1cec28f794133dbad6daf8e1e0818d6a2ff1e27b (patch)
treeca36cb97eed785165d99c1c74ea8247b059b61b9 /PKGBUILD
parent997edd9766137603b077bce49b1643d1d819acc1 (diff)
downloadaur-1cec28f794133dbad6daf8e1e0818d6a2ff1e27b.tar.gz
[lilac] updated to 0.1.16-1
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD6
1 files changed, 3 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 831a51f5b3cd..01669b55b317 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,9 +1,9 @@
# Maintainer: Guoyi Zhang <guoyizhang at malacology dot net>
_pkgname=uwot
-_pkgver=0.1.15
+_pkgver=0.1.16
pkgname=r-${_pkgname,,}
-pkgver=0.1.15
+pkgver=0.1.16
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=('b367f976febd30554fb730ef1ce43759e98a8c8e76b446be61acb6fd9bcb0b4e')
+sha256sums=('5f63a0d9edddb08435477af52724cb588c787c8d543c68c9358ed7b1ec3e8e48')
build() {
R CMD INSTALL ${_pkgname}_${_pkgver}.tar.gz -l "${srcdir}"