summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorBioArchLinuxBot2022-11-09 18:02:35 +0000
committerBioArchLinuxBot2022-11-09 18:02:35 +0000
commit3ea95c5f92221a29a5b8d06a01bc6ec988807444 (patch)
tree98467e017d922af4c536782119bc4676e25661c9 /PKGBUILD
parent54efc7db6eda45fb44e4ac2630bcf24787cd51a3 (diff)
downloadaur-3ea95c5f92221a29a5b8d06a01bc6ec988807444.tar.gz
[lilac] updated to 0.30-1
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD8
1 files changed, 4 insertions, 4 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 8a89db5bfa5b..f1fd01ddec21 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -5,10 +5,10 @@
_pkgname=bookdown
-_pkgver=0.29
+_pkgver=0.30
pkgname=r-${_pkgname,,}
-pkgver=0.29
-pkgrel=3
+pkgver=0.30
+pkgrel=1
pkgdesc='Authoring Books and Technical Documents with R Markdown'
arch=('any')
url="https://cran.r-project.org/package=${_pkgname}"
@@ -43,7 +43,7 @@ optdepends=(
r-xml2
)
source=("https://cran.r-project.org/src/contrib/${_pkgname}_${_pkgver}.tar.gz")
-sha256sums=('5b4e3dc44a5c6574e3d9e19ebe7897d3ddcf6eaffe8214e1d272b545929ff723')
+sha256sums=('911c086ec36896fa75532824e14c0716dac6294f428ccaaea18989ddf2d2a4c4')
build() {
R CMD INSTALL ${_pkgname}_${_pkgver}.tar.gz -l "${srcdir}"