summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD3
1 files changed, 2 insertions, 1 deletions
diff --git a/PKGBUILD b/PKGBUILD
index e6e231d645bd..4590b80a0079 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -7,7 +7,7 @@ _pkgname=webshot
_pkgver=0.5.4
pkgname=r-${_pkgname,,}
pkgver=0.5.4
-pkgrel=3
+pkgrel=5
pkgdesc='Take Screenshots of Web Pages'
arch=('any')
url="https://cran.r-project.org/package=${_pkgname}"
@@ -23,6 +23,7 @@ optdepends=(
r-knitr
r-rmarkdown
r-shiny
+ r-testthat
)
source=("https://cran.r-project.org/src/contrib/${_pkgname}_${_pkgver}.tar.gz")
sha256sums=('3dc2b9baef7855e1deea060276b9ccc6375eee36b7100987cbb1f8e5cd7a8f24')