mirror of
https://github.com/BioArchLinux/Packages.git
synced 2025-03-10 12:02:42 +00:00
r-shiny: auto updated to 1.7.5.1-1
This commit is contained in:
parent
23f9833fd6
commit
c323f3186d
1 changed files with 3 additions and 3 deletions
|
@ -2,9 +2,9 @@
|
||||||
# Contributor: Viktor Drobot (aka dviktor) linux776 [at] gmail [dot] com
|
# Contributor: Viktor Drobot (aka dviktor) linux776 [at] gmail [dot] com
|
||||||
|
|
||||||
_pkgname=shiny
|
_pkgname=shiny
|
||||||
_pkgver=1.7.5
|
_pkgver=1.7.5.1
|
||||||
pkgname=r-${_pkgname,,}
|
pkgname=r-${_pkgname,,}
|
||||||
pkgver=1.7.5
|
pkgver=1.7.5.1
|
||||||
pkgrel=1
|
pkgrel=1
|
||||||
pkgdesc='Web Application Framework for R'
|
pkgdesc='Web Application Framework for R'
|
||||||
arch=('any')
|
arch=('any')
|
||||||
|
@ -51,7 +51,7 @@ optdepends=(
|
||||||
r-yaml
|
r-yaml
|
||||||
)
|
)
|
||||||
source=("https://cran.r-project.org/src/contrib/${_pkgname}_${_pkgver}.tar.gz")
|
source=("https://cran.r-project.org/src/contrib/${_pkgname}_${_pkgver}.tar.gz")
|
||||||
sha256sums=('eddb971b22e634b78ee24829f5fe6d2f7f87ec38538a93fdfedc45a706928a40')
|
sha256sums=('2023d91cc8039580752f6ecc5010d4419b7d928724ce5b10b93a3b48e1e6fb46')
|
||||||
|
|
||||||
build() {
|
build() {
|
||||||
R CMD INSTALL ${_pkgname}_${_pkgver}.tar.gz -l "${srcdir}"
|
R CMD INSTALL ${_pkgname}_${_pkgver}.tar.gz -l "${srcdir}"
|
||||||
|
|
Loading…
Add table
Reference in a new issue