r-htmlwidgets: auto updated to 1.6.3-1

This commit is contained in:
BioArchLinuxBot 2023-11-22 12:04:13 +00:00
parent 40c58b2f00
commit cad2645fc4

View file

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