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