mirror of
https://github.com/BioArchLinux/Packages.git
synced 2025-03-10 12:02:42 +00:00
r-shinywidgets: auto updated to 0.8.2-1
This commit is contained in:
parent
73c2ed8866
commit
0dbb2576c0
1 changed files with 3 additions and 3 deletions
|
@ -3,9 +3,9 @@
|
||||||
# Contributor: Viktor Drobot (aka dviktor) linux776 [at] gmail [dot] com
|
# Contributor: Viktor Drobot (aka dviktor) linux776 [at] gmail [dot] com
|
||||||
|
|
||||||
_pkgname=shinyWidgets
|
_pkgname=shinyWidgets
|
||||||
_pkgver=0.8.1
|
_pkgver=0.8.2
|
||||||
pkgname=r-${_pkgname,,}
|
pkgname=r-${_pkgname,,}
|
||||||
pkgver=0.8.1
|
pkgver=0.8.2
|
||||||
pkgrel=1
|
pkgrel=1
|
||||||
pkgdesc='Custom Inputs Widgets for Shiny'
|
pkgdesc='Custom Inputs Widgets for Shiny'
|
||||||
arch=('any')
|
arch=('any')
|
||||||
|
@ -31,7 +31,7 @@ optdepends=(
|
||||||
r-testthat
|
r-testthat
|
||||||
)
|
)
|
||||||
source=("https://cran.r-project.org/src/contrib/${_pkgname}_${_pkgver}.tar.gz")
|
source=("https://cran.r-project.org/src/contrib/${_pkgname}_${_pkgver}.tar.gz")
|
||||||
sha256sums=('352ee288a1dc7a9822c6eedebdb305327fc2d9bc80ffc6e35db0cdffd2177225')
|
sha256sums=('16c73a1e06a17b93f488edd96c4c0b94137bd2ea22359df21e20d43f21a41c28')
|
||||||
|
|
||||||
build() {
|
build() {
|
||||||
R CMD INSTALL ${_pkgname}_${_pkgver}.tar.gz -l "${srcdir}"
|
R CMD INSTALL ${_pkgname}_${_pkgver}.tar.gz -l "${srcdir}"
|
||||||
|
|
Loading…
Add table
Reference in a new issue