r-densvis: auto updated to 1.6.1-1

This commit is contained in:
BioArchLinuxBot 2022-06-30 00:02:20 +00:00
parent 6bf84d07dc
commit 6aebbc1931

View file

@ -1,9 +1,9 @@
# Maintainer: Guoyi Zhang <guoyizhang at malacology dot net>
_pkgname=densvis
_pkgver=1.6.0
_pkgver=1.6.1
pkgname=r-${_pkgname,,}
pkgver=1.6.0
pkgver=1.6.1
pkgrel=1
pkgdesc='Density-Preserving Data Visualization via Non-Linear Dimensionality Reduction'
arch=('x86_64')
@ -26,7 +26,7 @@ optdepends=(
r-uwot
)
source=("https://bioconductor.org/packages/release/bioc/src/contrib/${_pkgname}_${_pkgver}.tar.gz")
sha256sums=('f4ca935d8ebc55ed25d9be76ae32d0e83dfe2a51f56740bf72b5a230e52332f1')
sha256sums=('c4cc7b86e937a11080e60ca65e8897b8dc399c109aa13c7f833855d15a7f4547')
build() {
R CMD INSTALL ${_pkgname}_${_pkgver}.tar.gz -l "${srcdir}"