summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD3
2 files changed, 3 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 8ca37ca32d98..b72fb40a2551 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = r-htmlwidgets
pkgdesc = HTML Widgets for R
pkgver = 1.5.4
- pkgrel = 4
+ pkgrel = 7
url = https://cran.r-project.org/package=htmlwidgets
arch = any
license = MIT
diff --git a/PKGBUILD b/PKGBUILD
index 4ee36c44b4e1..3043348317d7 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,10 +1,11 @@
# Maintainer: Guoyi Zhang <guoyizhang at malacology dot net>
+# Contributor: Viktor Drobot (aka dviktor) linux776 [at] gmail [dot] com
_pkgname=htmlwidgets
_pkgver=1.5.4
pkgname=r-${_pkgname,,}
pkgver=1.5.4
-pkgrel=4
+pkgrel=7
pkgdesc='HTML Widgets for R'
arch=('any')
url="https://cran.r-project.org/package=${_pkgname}"