summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorBioArchLinuxBot2023-05-09 12:09:39 +0000
committerBioArchLinuxBot2023-05-09 12:09:39 +0000
commitd1bac8d80c4247d0d8a99b54390637570102843c (patch)
tree372405a1b9c99380cf2e8d08c6c89b784c1186f8 /PKGBUILD
parentc468d3b5feb2a8742d03c2d39f6f328b668008fd (diff)
downloadaur-d1bac8d80c4247d0d8a99b54390637570102843c.tar.gz
[lilac] updated to 0.34-1
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD6
1 files changed, 3 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 17212d07aae0..4cae80ef3211 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -5,9 +5,9 @@
_pkgname=bookdown
-_pkgver=0.33
+_pkgver=0.34
pkgname=r-${_pkgname,,}
-pkgver=0.33
+pkgver=0.34
pkgrel=1
pkgdesc='Authoring Books and Technical Documents with R Markdown'
arch=('any')
@@ -43,7 +43,7 @@ optdepends=(
r-xml2
)
source=("https://cran.r-project.org/src/contrib/${_pkgname}_${_pkgver}.tar.gz")
-sha256sums=('2288e1d0c383e6ab49202a18db6cc1a04c3adc1b25da646cc46167bc6c2892c3')
+sha256sums=('b49eae6ceab5e29a501bbcd8d4443091bc44fcfe114c66ece4657ea599c03211')
build() {
R CMD INSTALL ${_pkgname}_${_pkgver}.tar.gz -l "${srcdir}"