mirror of
https://github.com/BioArchLinux/Packages.git
synced 2025-03-10 12:02:42 +00:00
r-miniui: auto updated to 0.1.1.1-1
This commit is contained in:
parent
c0e4fab31e
commit
5aa07cf252
1 changed files with 2 additions and 2 deletions
|
@ -3,7 +3,7 @@
|
|||
_pkgname=miniUI
|
||||
_pkgver=0.1.1.1
|
||||
pkgname=r-${_pkgname,,}
|
||||
pkgver=${_pkgver//[:-]/.}
|
||||
pkgver=0.1.1.1
|
||||
pkgrel=1
|
||||
pkgdesc='Shiny UI Widgets for Small Screens'
|
||||
arch=('any')
|
||||
|
@ -15,7 +15,7 @@ depends=(
|
|||
r-shiny
|
||||
)
|
||||
source=("https://cran.r-project.org/src/contrib/${_pkgname}_${_pkgver}.tar.gz")
|
||||
sha256sums=('a')
|
||||
sha256sums=('452b41133289f630d8026507263744e385908ca025e9a7976925c1539816b0c0')
|
||||
|
||||
build() {
|
||||
R CMD INSTALL ${_pkgname}_${_pkgver}.tar.gz -l "${srcdir}"
|
||||
|
|
Loading…
Add table
Reference in a new issue