summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorBioArchLinuxBot2024-04-25 19:48:48 +0000
committerBioArchLinuxBot2024-04-25 19:48:48 +0000
commitd13949d6134abccd7fc7218e9b654194475cacb0 (patch)
tree93c75c151b2f84c21658f472500181355d1c5de4
parent8e50c034cb56546cc6701fc608959a9a92cc1c15 (diff)
downloadaur-r-shinywidgets.tar.gz
[lilac] updated to 0.8.6-1
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD6
2 files changed, 6 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 01da501792a9..860a6aa5baac 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = r-shinywidgets
pkgdesc = Custom Inputs Widgets for Shiny
- pkgver = 0.8.5
+ pkgver = 0.8.6
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.5.tar.gz
- sha256sums = 12b52230632612c5a666fd62ce24c900c8fba2e766ce6b0ec6404c196378b59a
+ source = https://cran.r-project.org/src/contrib/shinyWidgets_0.8.6.tar.gz
+ sha256sums = 863c245891953795c50f3998d5b17335c5f2a0de9fe902ec6081f53c2e5f60b7
pkgname = r-shinywidgets
diff --git a/PKGBUILD b/PKGBUILD
index dc89aaa57166..6a3441e6fb76 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,9 +3,9 @@
# Contributor: Viktor Drobot (aka dviktor) linux776 [at] gmail [dot] com
_pkgname=shinyWidgets
-_pkgver=0.8.5
+_pkgver=0.8.6
pkgname=r-${_pkgname,,}
-pkgver=0.8.5
+pkgver=0.8.6
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=('12b52230632612c5a666fd62ce24c900c8fba2e766ce6b0ec6404c196378b59a')
+sha256sums=('863c245891953795c50f3998d5b17335c5f2a0de9fe902ec6081f53c2e5f60b7')
build() {
R CMD INSTALL ${_pkgname}_${_pkgver}.tar.gz -l "${srcdir}"