summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorBioArchLinuxBot2024-04-19 01:05:09 +0000
committerBioArchLinuxBot2024-04-19 01:05:09 +0000
commitc37ea3467157c79633f74ac4175fa0e0b4b77a51 (patch)
treeb80d278c67d64de9378c62581b69385bbf44b743 /PKGBUILD
parentc8fbaaf270bd076a80c08f50cde70697974785be (diff)
downloadaur-r-pkgdown.tar.gz
[lilac] updated to 2.0.9-1
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD6
1 files changed, 3 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index df04b44454ca..71e31225a0b2 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,9 +2,9 @@
# Maintainer: sukanka <su975853527@gmail.com>
_pkgname=pkgdown
-_pkgver=2.0.8
+_pkgver=2.0.9
pkgname=r-${_pkgname,,}
-pkgver=2.0.8
+pkgver=2.0.9
pkgrel=1
pkgdesc='Make Static HTML Documentation for a Package'
arch=('any')
@@ -52,7 +52,7 @@ optdepends=(
r-tools
)
source=("https://cran.r-project.org/src/contrib/${_pkgname}_${_pkgver}.tar.gz")
-sha256sums=('e942bdf6c913a90e9f5ed20c5563c735f026ce70d10233d321f956f999686bf0')
+sha256sums=('6e542216c03b5286cb9901175d1a7937a664db2572bc28bb51e9000269fcdda0')
build() {
R CMD INSTALL ${_pkgname}_${_pkgver}.tar.gz -l "${srcdir}"