mirror of
https://github.com/BioArchLinux/Packages.git
synced 2025-03-10 12:02:42 +00:00
r-shinydisconnect: auto updated to 0.1.1-1
This commit is contained in:
parent
d056664faf
commit
d6dd53146c
1 changed files with 4 additions and 4 deletions
|
@ -1,10 +1,10 @@
|
|||
# Maintainer: sukanka <su975853527@gmail.com>
|
||||
|
||||
_pkgname=shinydisconnect
|
||||
_pkgver=0.1.0
|
||||
_pkgver=0.1.1
|
||||
pkgname=r-${_pkgname,,}
|
||||
pkgver=0.1.0
|
||||
pkgrel=2
|
||||
pkgver=0.1.1
|
||||
pkgrel=1
|
||||
pkgdesc="Show a Nice Message When a 'Shiny' App Disconnects or Errors"
|
||||
arch=('any')
|
||||
url="https://cran.r-project.org/package=${_pkgname}"
|
||||
|
@ -20,7 +20,7 @@ optdepends=(
|
|||
r-colourpicker
|
||||
)
|
||||
source=("https://cran.r-project.org/src/contrib/${_pkgname}_${_pkgver}.tar.gz")
|
||||
sha256sums=('75b74be3819bee237523f55d4f5d64da6243300a0d301a61d01b9f1d831fa892')
|
||||
sha256sums=('4c7ec442b965b4645b2e9fc0eab2c45b0009316735dace23227f5f89babb17fa')
|
||||
|
||||
build() {
|
||||
R CMD INSTALL ${_pkgname}_${_pkgver}.tar.gz -l "${srcdir}"
|
||||
|
|
Loading…
Add table
Reference in a new issue