summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD6
1 files changed, 3 insertions, 3 deletions
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}"