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