summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorBioArchLinuxBot2023-11-22 12:04:16 +0000
committerBioArchLinuxBot2023-11-22 12:04:16 +0000
commitdd4b5dde4fff4aeb49e55a456bf9b41081e48b51 (patch)
treeacaa7636c4232ee2bfb83174c9d6498f8b1a11ec /PKGBUILD
parent1d19b05b2eadd79f441f5ec440a0f3e508b173e9 (diff)
downloadaur-dd4b5dde4fff4aeb49e55a456bf9b41081e48b51.tar.gz
[lilac] updated to 1.6.3-1
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD6
1 files changed, 3 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 7364b082247f..c9ad7145a535 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,9 +2,9 @@
# Contributor: Viktor Drobot (aka dviktor) linux776 [at] gmail [dot] com
_pkgname=htmlwidgets
-_pkgver=1.6.2
+_pkgver=1.6.3
pkgname=r-${_pkgname,,}
-pkgver=1.6.2
+pkgver=1.6.3
pkgrel=1
pkgdesc='HTML Widgets for R'
arch=('any')
@@ -23,7 +23,7 @@ optdepends=(
r-testthat
)
source=("https://cran.r-project.org/src/contrib/${_pkgname}_${_pkgver}.tar.gz")
-sha256sums=('7fda1672a4c0fbc203c790677b6ee7c40d2c2d72be4f6772f75288fc712b10bc')
+sha256sums=('d08c7860033133ddc9062e751f062589316593b4e597bdf53245791cafe145f7')
build() {
R CMD INSTALL ${_pkgname}_${_pkgver}.tar.gz -l "${srcdir}"