r-htmlwidgets: auto updated to 1.6.2-1

This commit is contained in:
BioArchLinuxBot 2023-03-17 18:04:53 +00:00
parent 87292c4d2d
commit a9461ce629

View file

@ -2,9 +2,9 @@
# Contributor: Viktor Drobot (aka dviktor) linux776 [at] gmail [dot] com
_pkgname=htmlwidgets
_pkgver=1.6.1
_pkgver=1.6.2
pkgname=r-${_pkgname,,}
pkgver=1.6.1
pkgver=1.6.2
pkgrel=1
pkgdesc='HTML Widgets for R'
arch=('any')
@ -23,7 +23,7 @@ optdepends=(
r-testthat
)
source=("https://cran.r-project.org/src/contrib/${_pkgname}_${_pkgver}.tar.gz")
sha256sums=('42533cbcbefcfe5978c66d7f10f28d294c344e606aa75323c797d5a1dd960e43')
sha256sums=('7fda1672a4c0fbc203c790677b6ee7c40d2c2d72be4f6772f75288fc712b10bc')
build() {
R CMD INSTALL ${_pkgname}_${_pkgver}.tar.gz -l "${srcdir}"