mirror of
https://github.com/BioArchLinux/Packages.git
synced 2025-03-10 12:02:42 +00:00
r-shinycssloaders: auto updated to 1.1.0-1
This commit is contained in:
parent
e0aa345c03
commit
30f7832337
1 changed files with 4 additions and 4 deletions
|
@ -1,10 +1,10 @@
|
|||
# Maintainer: Guoyi Zhang <guoyizhang at malacology dot net>
|
||||
|
||||
_pkgname=shinycssloaders
|
||||
_pkgver=1.0.0
|
||||
_pkgver=1.1.0
|
||||
pkgname=r-${_pkgname,,}
|
||||
pkgver=1.0.0
|
||||
pkgrel=7
|
||||
pkgver=1.1.0
|
||||
pkgrel=1
|
||||
pkgdesc="Add Loading Animations to a 'shiny' Output While It's Recalculating"
|
||||
arch=('any')
|
||||
url="https://cran.r-project.org/package=${_pkgname}"
|
||||
|
@ -20,7 +20,7 @@ optdepends=(
|
|||
r-shinyjs
|
||||
)
|
||||
source=("https://cran.r-project.org/src/contrib/${_pkgname}_${_pkgver}.tar.gz")
|
||||
sha256sums=('744641836a4cede2bb47caff1b600bff2c3e450dfccd2af4fab0413a8ea87d64')
|
||||
sha256sums=('038ad76024e6b38dcc9bbe22aa07a58034bc8410ad25329bdc4db42203e2ef70')
|
||||
|
||||
build() {
|
||||
R CMD INSTALL ${_pkgname}_${_pkgver}.tar.gz -l "${srcdir}"
|
||||
|
|
Loading…
Add table
Reference in a new issue