summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorBioArchLinuxBot2022-08-10 00:03:35 +0000
committerBioArchLinuxBot2022-08-10 00:03:35 +0000
commita5a8466662f5c9270e817a6e10bdf3f4d14f3ae2 (patch)
tree5da3a4aa6203333fba01aab8ad7dbee7e0133a2a /PKGBUILD
parent76ab576d46e7fc5ad6da8de667b9285c5b67f2eb (diff)
downloadaur-a5a8466662f5c9270e817a6e10bdf3f4d14f3ae2.tar.gz
[lilac] updated to 0.28-1
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD6
1 files changed, 3 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 0b74e25aaf57..59141ca08f93 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,9 +2,9 @@
# Maintainer: Guoyi Zhang <guoyizhang at malacology dot net>
_pkgname=bookdown
-_pkgver=0.27
+_pkgver=0.28
pkgname=r-${_pkgname,,}
-pkgver=0.27
+pkgver=0.28
pkgrel=1
pkgdesc='Authoring Books and Technical Documents with R Markdown'
arch=('any')
@@ -40,7 +40,7 @@ optdepends=(
r-xml2
)
source=("https://cran.r-project.org/src/contrib/${_pkgname}_${_pkgver}.tar.gz")
-sha256sums=('2e724abbe63fdceb74fc4ac59fcf1dcaac5f768617f6fbeb752df401e1899f23')
+sha256sums=('425548d1bedfeb0dddddba7df75a70a85889ee200ea8791302ca7b652261192b')
build() {
R CMD INSTALL ${_pkgname}_${_pkgver}.tar.gz -l "${srcdir}"