summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorBioArchLinuxBot2024-04-17 18:03:33 +0000
committerBioArchLinuxBot2024-04-17 18:03:33 +0000
commit8e50c034cb56546cc6701fc608959a9a92cc1c15 (patch)
tree521fd17ac9b81028edb3d2a35fc6dae30a9d81c6
parent5f5926263b2e99ac5bf671e4ed15c7f6cb194672 (diff)
downloadaur-8e50c034cb56546cc6701fc608959a9a92cc1c15.tar.gz
[lilac] updated to 0.8.5-1
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD6
2 files changed, 6 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 0a5bc40a7d58..01da501792a9 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = r-shinywidgets
pkgdesc = Custom Inputs Widgets for Shiny
- pkgver = 0.8.4
+ pkgver = 0.8.5
pkgrel = 1
url = https://cran.r-project.org/package=shinyWidgets
arch = any
@@ -20,7 +20,7 @@ pkgbase = r-shinywidgets
optdepends = r-shinydashboard
optdepends = r-shinydashboardplus
optdepends = r-testthat
- source = https://cran.r-project.org/src/contrib/shinyWidgets_0.8.4.tar.gz
- sha256sums = f5ae60fd2c23a1c3fdabcec3ae135951925bfaee818e2819e3e72bd973eac25c
+ source = https://cran.r-project.org/src/contrib/shinyWidgets_0.8.5.tar.gz
+ sha256sums = 12b52230632612c5a666fd62ce24c900c8fba2e766ce6b0ec6404c196378b59a
pkgname = r-shinywidgets
diff --git a/PKGBUILD b/PKGBUILD
index 2675db9c9862..dc89aaa57166 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,9 +3,9 @@
# Contributor: Viktor Drobot (aka dviktor) linux776 [at] gmail [dot] com
_pkgname=shinyWidgets
-_pkgver=0.8.4
+_pkgver=0.8.5
pkgname=r-${_pkgname,,}
-pkgver=0.8.4
+pkgver=0.8.5
pkgrel=1
pkgdesc='Custom Inputs Widgets for Shiny'
arch=('any')
@@ -31,7 +31,7 @@ optdepends=(
r-testthat
)
source=("https://cran.r-project.org/src/contrib/${_pkgname}_${_pkgver}.tar.gz")
-sha256sums=('f5ae60fd2c23a1c3fdabcec3ae135951925bfaee818e2819e3e72bd973eac25c')
+sha256sums=('12b52230632612c5a666fd62ce24c900c8fba2e766ce6b0ec6404c196378b59a')
build() {
R CMD INSTALL ${_pkgname}_${_pkgver}.tar.gz -l "${srcdir}"