summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorBioArchLinuxBot2022-11-18 00:08:22 +0000
committerBioArchLinuxBot2022-11-18 00:08:22 +0000
commita0111224a0d753ede799ff231c0cf063a53afeb3 (patch)
treeac0369faf8e1014be82b311c4c76bf5998ebf504
parent04a558ecd615a0f7792870fbeb10edf909bcc6d8 (diff)
downloadaur-a0111224a0d753ede799ff231c0cf063a53afeb3.tar.gz
[lilac] updated to 0.7.5-1
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD8
2 files changed, 8 insertions, 8 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 52ecb0946b9c..7e353ca5a673 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = r-shinywidgets
pkgdesc = Custom Inputs Widgets for Shiny
- pkgver = 0.7.4
- pkgrel = 3
+ pkgver = 0.7.5
+ pkgrel = 1
url = https://cran.r-project.org/package=shinyWidgets
arch = any
license = GPL
@@ -23,7 +23,7 @@ pkgbase = r-shinywidgets
optdepends = r-shinydashboardplus
optdepends = r-tablerdash
optdepends = r-testthat
- source = https://cran.r-project.org/src/contrib/shinyWidgets_0.7.4.tar.gz
- sha256sums = 035c4b456230d2f96e04a8955e87853ab8b5b6c88cd08105bd915c86765c9225
+ source = https://cran.r-project.org/src/contrib/shinyWidgets_0.7.5.tar.gz
+ sha256sums = bfee84af2d4d026453cd85ab79c3a180fe76c4b053f51a68bd24eed54c4642d3
pkgname = r-shinywidgets
diff --git a/PKGBUILD b/PKGBUILD
index d7f1cc65dd33..504497a1ba7b 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,10 +3,10 @@
# Contributor: Viktor Drobot (aka dviktor) linux776 [at] gmail [dot] com
_pkgname=shinyWidgets
-_pkgver=0.7.4
+_pkgver=0.7.5
pkgname=r-${_pkgname,,}
-pkgver=0.7.4
-pkgrel=3
+pkgver=0.7.5
+pkgrel=1
pkgdesc='Custom Inputs Widgets for Shiny'
arch=('any')
url="https://cran.r-project.org/package=${_pkgname}"
@@ -34,7 +34,7 @@ optdepends=(
r-testthat
)
source=("https://cran.r-project.org/src/contrib/${_pkgname}_${_pkgver}.tar.gz")
-sha256sums=('035c4b456230d2f96e04a8955e87853ab8b5b6c88cd08105bd915c86765c9225')
+sha256sums=('bfee84af2d4d026453cd85ab79c3a180fe76c4b053f51a68bd24eed54c4642d3')
build() {
R CMD INSTALL ${_pkgname}_${_pkgver}.tar.gz -l "${srcdir}"