r-densvis: auto updated to 1.16.0-1

This commit is contained in:
BioArchLinuxBot 2024-10-31 06:00:18 +00:00
parent 17339f17f6
commit 8c88ded274

View file

@ -1,9 +1,9 @@
# Maintainer: Guoyi Zhang <guoyizhang at malacology dot net>
_pkgname=densvis
_pkgver=1.14.1
_pkgver=1.16.0
pkgname=r-${_pkgname,,}
pkgver=1.14.1
pkgver=1.16.0
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=('235522f4aeb1dcb336478b12e0af32a7a0fcd579e3eaa8bf11ccb03adf7a8983')
sha256sums=('e21cf4316a37e891714944de71c4549181a93d82af5891fb4a1bc611226c9829')
build() {
R CMD INSTALL ${_pkgname}_${_pkgver}.tar.gz -l "${srcdir}"