summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorhaha6622020-05-23 10:52:10 -0400
committerhaha6622020-05-23 10:52:10 -0400
commit21dc6a2680122e1f610055ec2817d50e7230c8aa (patch)
tree79b6a4e3f8839d108cbe47802809b9538831df76 /PKGBUILD
parent90a4aee7f76ce9aba158893d91a5bee49b141553 (diff)
downloadaur-21dc6a2680122e1f610055ec2817d50e7230c8aa.tar.gz
upgpkg: r-blogdown 0.19-1
upstream release
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD6
1 files changed, 3 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index d0308a3181c8..6a397b4858e4 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: haha662 <haha662 at outlook dot com>
_cranname=blogdown
-_cranver=0.18
+_cranver=0.19
pkgname=r-${_cranname,,}
pkgver=${_cranver//[:-]/.}
pkgrel=1
@@ -11,9 +11,9 @@ url="https://cran.r-project.org/package=${_cranname}"
license=("GPL3")
depends=("r" "hugo" "pandoc" "r-rmarkdown>=1.16" "r-bookdown>=0.14" "r-knitr>=1.25" "r-htmltools" "r-yaml>=2.1.19" "r-httpuv>=1.4.0" "r-xfun>=0.10" "r-servr>=0.15" )
# makedepends=()
-optdepends=("r-testit" "r-shiny" "r-miniui" "r-stringer" "r-rstudioapi" "r-processx" "r-later" "r-whoami" )
+optdepends=("r-testit" "r-shiny" "r-miniui" "r-stringr" "r-rstudioapi" "r-processx" "r-later" "r-whoami" )
source=("https://cran.r-project.org/src/contrib/${_cranname}_${_cranver}.tar.gz")
-sha256sums=("5466452a310b140cf660a77b7ae6dbf01b64adeb801486bc47fc0e80f4f85481")
+sha256sums=("db806a42717384304b76b11e3aefa19060dc17767e33d71d33e985089bf36296")
build() {
cd "${srcdir}"