r-shinythemes: auto updated to 1.2.0-1

This commit is contained in:
BioArchLinuxBot 2022-01-13 21:13:12 +08:00
parent 4d9908d197
commit 9a11382f84

View file

@ -3,7 +3,7 @@
_pkgname=shinythemes
_pkgver=1.2.0
pkgname=r-${_pkgname,,}
pkgver=${_pkgver//[:-]/.}
pkgver=1.2.0
pkgrel=1
pkgdesc='Themes for Shiny'
arch=('any')
@ -14,7 +14,7 @@ depends=(
r-shiny
)
source=("https://cran.r-project.org/src/contrib/${_pkgname}_${_pkgver}.tar.gz")
sha256sums=('a')
sha256sums=('37d68569ce838c7da9f0ea7e2b162ecf38fba2ae448a4888b6dd29c4bb5b2963')
build() {
R CMD INSTALL ${_pkgname}_${_pkgver}.tar.gz -l "${srcdir}"