summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorBioArchLinuxBot2024-09-23 12:08:35 +0000
committerBioArchLinuxBot2024-09-23 12:08:35 +0000
commit9f6a064fe263a0c75e83c295e5475d8e700c67a6 (patch)
tree627f333063bf7906381d03307a30893b54a7ae18
parentd13949d6134abccd7fc7218e9b654194475cacb0 (diff)
downloadaur-9f6a064fe263a0c75e83c295e5475d8e700c67a6.tar.gz
[lilac] updated to 0.8.7-1
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD6
2 files changed, 6 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 860a6aa5baac..deace652ef33 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = r-shinywidgets
pkgdesc = Custom Inputs Widgets for Shiny
- pkgver = 0.8.6
+ pkgver = 0.8.7
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.6.tar.gz
- sha256sums = 863c245891953795c50f3998d5b17335c5f2a0de9fe902ec6081f53c2e5f60b7
+ source = https://cran.r-project.org/src/contrib/shinyWidgets_0.8.7.tar.gz
+ sha256sums = add4b4c5125c4242f6439700fce7aceec3062d1faf4c99f03eddcfab51727722
pkgname = r-shinywidgets
diff --git a/PKGBUILD b/PKGBUILD
index 6a3441e6fb76..090711f233e7 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,9 +3,9 @@
# Contributor: Viktor Drobot (aka dviktor) linux776 [at] gmail [dot] com
_pkgname=shinyWidgets
-_pkgver=0.8.6
+_pkgver=0.8.7
pkgname=r-${_pkgname,,}
-pkgver=0.8.6
+pkgver=0.8.7
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=('863c245891953795c50f3998d5b17335c5f2a0de9fe902ec6081f53c2e5f60b7')
+sha256sums=('add4b4c5125c4242f6439700fce7aceec3062d1faf4c99f03eddcfab51727722')
build() {
R CMD INSTALL ${_pkgname}_${_pkgver}.tar.gz -l "${srcdir}"