mirror of
https://github.com/BioArchLinux/Packages.git
synced 2025-03-10 12:02:42 +00:00
r-htmlwidgets: auto updated to 1.6.2-1
This commit is contained in:
parent
87292c4d2d
commit
a9461ce629
1 changed files with 3 additions and 3 deletions
|
@ -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}"
|
||||
|
|
Loading…
Add table
Reference in a new issue