mirror of
https://github.com/BioArchLinux/Packages.git
synced 2025-03-10 12:02:42 +00:00
r-shiny: auto updated to 1.7.2-1
This commit is contained in:
parent
78165bbf06
commit
a3b26af3b6
1 changed files with 4 additions and 4 deletions
|
@ -1,10 +1,10 @@
|
|||
# Maintainer: Guoyi Zhang <guoyizhang at malacology dot net>
|
||||
|
||||
_pkgname=shiny
|
||||
_pkgver=1.7.1
|
||||
_pkgver=1.7.2
|
||||
pkgname=r-${_pkgname,,}
|
||||
pkgver=1.7.1
|
||||
pkgrel=4
|
||||
pkgver=1.7.2
|
||||
pkgrel=1
|
||||
pkgdesc='Web Application Framework for R'
|
||||
arch=('any')
|
||||
url="https://cran.r-project.org/package=${_pkgname}"
|
||||
|
@ -51,7 +51,7 @@ optdepends=(
|
|||
r-yaml
|
||||
)
|
||||
source=("https://cran.r-project.org/src/contrib/${_pkgname}_${_pkgver}.tar.gz")
|
||||
sha256sums=('c03b2056fb41430352c7c0e812bcc8632e6ec4caef077d2f7633512d91721d00')
|
||||
sha256sums=('23b5bfee8d597b4147e07c89391a735361cd9f69abeecfd9bd38a14d35fe6252')
|
||||
|
||||
build() {
|
||||
R CMD INSTALL ${_pkgname}_${_pkgver}.tar.gz -l "${srcdir}"
|
||||
|
|
Loading…
Add table
Reference in a new issue