summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD6
1 files changed, 3 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index b0d23ec139d5..c454ef495240 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,10 +1,10 @@
# Maintainer: Alexander Bocken <alexander@bocken.org>
_cranname=xaringan
-_cranver=0.28
+_cranver=0.30
pkgname=r-${_cranname,,}
pkgver=${_cranver//[:-]/.}
-pkgrel=2
+pkgrel=1
pkgdesc="Presentation Ninja"
arch=(any)
url="https://cran.r-project.org/package=${_cranname}"
@@ -12,7 +12,7 @@ license=(MIT custom)
depends=('r>=3.5.0' r-htmltools 'r-knitr>=1.30' 'r-servr>=0.13' 'r-xfun>=0.18' 'r-rmarkdown>=2.8')
optdepends=(r-rstudioapi r-testit)
source=("https://cran.r-project.org/src/contrib/${_cranname}_${_cranver}.tar.gz")
-sha256sums=(ea8f96ca69bf5b80c1f6cb51d4375f4395f32271cd56de4ac69f2b32e95d61b3)
+sha256sums=(b1b07ae460336d0fa6ce5a428e5c7a583de55e2d00699b478d8507d57917e53f)
build() {
R CMD INSTALL ${_cranname}_${_cranver}.tar.gz -l "${srcdir}"