summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorViktor Drobot2020-12-13 14:35:01 +0300
committerViktor Drobot2020-12-13 14:35:01 +0300
commita48f413e0fe0d238a988341d889e52e251ef8e0e (patch)
tree384b9a0b74067ce685d7fb6ba0e1b31f26fb041d /PKGBUILD
parent4f79d313cfb1b601131b41e5dc1c2168ba927135 (diff)
downloadaur-a48f413e0fe0d238a988341d889e52e251ef8e0e.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 68804006b557..f5a22212f2e0 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Viktor Drobot (aka dviktor) linux776 [at] gmail [dot] com
_cranname=htmlwidgets
-_cranver=1.5.2
+_cranver=1.5.3
pkgname=r-${_cranname,,}
pkgver=${_cranver//[:-]/.}
pkgrel=1
@@ -10,9 +10,9 @@ arch=(any)
url="https://cran.r-project.org/package=${_cranname}"
license=(MIT)
depends=(r 'r-htmltools>=0.3' 'r-jsonlite>=0.9.16' r-yaml)
-optdepends=(r-knitr r-rmarkdown r-shiny)
+optdepends=(r-knitr r-rmarkdown)
source=("https://cran.r-project.org/src/contrib/${_cranname}_${_cranver}.tar.gz")
-sha256sums=('650c33635ef93c4a7a36cb834cd0212a63d4eb351cffaff1d88aa24227e5e200')
+sha256sums=('01a5833182cc224bd100be2815e57e67b524de9f2bb1542787b6e3d1303f0f29')
build() {
R CMD INSTALL ${_cranname}_${_cranver}.tar.gz -l "${srcdir}"