r-shinyjqui: auto updated to 0.4.0-1

This commit is contained in:
BioArchLinuxBot 2022-01-13 21:26:12 +08:00
parent 4ae7084f99
commit a8013fe6f1

View file

@ -3,7 +3,7 @@
_pkgname=shinyjqui
_pkgver=0.4.0
pkgname=r-${_pkgname,,}
pkgver=${_pkgver//[:-]/.}
pkgver=0.4.0
pkgrel=1
pkgdesc="'jQuery UI' Interactions and Effects for Shiny"
arch=('any')
@ -23,7 +23,7 @@ optdepends=(
r-rmarkdown
)
source=("https://cran.r-project.org/src/contrib/${_pkgname}_${_pkgver}.tar.gz")
sha256sums=('a')
sha256sums=('50e16f51b91b623e29da5bdb26fbc8a620aec20c57d798419664e8e8ea05da46')
build() {
R CMD INSTALL ${_pkgname}_${_pkgver}.tar.gz -l "${srcdir}"