summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorViktor Drobot2021-06-09 14:01:08 +0300
committerViktor Drobot2021-06-09 14:01:08 +0300
commit2694ca072076c08b9fc14e3ac915fb42d590e637 (patch)
tree32f3f9244571ba2f1fedb6f22633c73bde25aea2 /PKGBUILD
parent0db437e93adf1c8104575fb52bf3b6c2f9f28ca5 (diff)
downloadaur-2694ca072076c08b9fc14e3ac915fb42d590e637.tar.gz
Update
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD6
1 files changed, 3 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 88c55dbab463..d822a5cfb2d5 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Viktor Drobot (aka dviktor) linux776 [at] gmail [dot] com
_cranname=manipulateWidget
-_cranver=0.10.1
+_cranver=0.11.0
pkgname=r-${_cranname,,}
pkgver=${_cranver//[:-]/.}
pkgrel=1
@@ -9,10 +9,10 @@ pkgdesc="Add Even More Interactivity to Interactive Charts"
arch=(any)
url="https://cran.r-project.org/package=${_cranname}"
license=(GPL2 GPL3)
-depends=(r 'r-shiny>=1.0.3' r-miniui r-htmltools r-htmlwidgets r-knitr r-base64enc r-webshot)
+depends=('r>=2.10' 'r-shiny>=1.0.3' r-miniui r-htmltools r-htmlwidgets r-knitr r-base64enc r-webshot r-shinyjs)
optdepends=(r-dygraphs r-leaflet r-plotly r-xts r-rmarkdown r-testthat r-covr)
source=("https://cran.r-project.org/src/contrib/${_cranname}_${_cranver}.tar.gz")
-md5sums=('d46a717e774527ae0e59a64c3222ef2a')
+sha256sums=('f2953494a08babba972e9dcc293f767371ccf5c8d0f4d67b78dba1a50c7dda47')
build() {
cd "${srcdir}"