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 df8c77e8a0b4..6ee4cee9df52 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,9 +3,9 @@
# Contributor: Viktor Drobot (aka dviktor) linux776 [at] gmail [dot] com
_pkgname=shinyWidgets
-_pkgver=0.8.1
+_pkgver=0.8.2
pkgname=r-${_pkgname,,}
-pkgver=0.8.1
+pkgver=0.8.2
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=('352ee288a1dc7a9822c6eedebdb305327fc2d9bc80ffc6e35db0cdffd2177225')
+sha256sums=('16c73a1e06a17b93f488edd96c4c0b94137bd2ea22359df21e20d43f21a41c28')
build() {
R CMD INSTALL ${_pkgname}_${_pkgver}.tar.gz -l "${srcdir}"