r-shiny: auto updated to 1.7.5-1

This commit is contained in:
BioArchLinuxBot 2023-08-12 18:02:32 +00:00
parent 1af2e3ce0c
commit ffdfad425f

View file

@ -2,9 +2,9 @@
# Contributor: Viktor Drobot (aka dviktor) linux776 [at] gmail [dot] com
_pkgname=shiny
_pkgver=1.7.4.1
_pkgver=1.7.5
pkgname=r-${_pkgname,,}
pkgver=1.7.4.1
pkgver=1.7.5
pkgrel=1
pkgdesc='Web Application Framework for R'
arch=('any')
@ -51,7 +51,7 @@ optdepends=(
r-yaml
)
source=("https://cran.r-project.org/src/contrib/${_pkgname}_${_pkgver}.tar.gz")
sha256sums=('264359a4de30b0c95b98f56143a36649cd3e27e54145bcbe19a37728ca94251f')
sha256sums=('eddb971b22e634b78ee24829f5fe6d2f7f87ec38538a93fdfedc45a706928a40')
build() {
R CMD INSTALL ${_pkgname}_${_pkgver}.tar.gz -l "${srcdir}"