summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorViktor Drobot2021-08-18 21:15:03 +0300
committerViktor Drobot2021-08-18 21:15:03 +0300
commiteab42dde014df95ebc292877ca3ad95672b4f25a (patch)
treebe74099a6988a03c5af393c91d91a34afffb4125 /PKGBUILD
parent5ed45a33328fc8d58604dbc19c53a0e29d41530f (diff)
downloadaur-eab42dde014df95ebc292877ca3ad95672b4f25a.tar.gz
Update
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index be0bad7f0eba..e3b226befaa1 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
# Contributor: Grey Christoforo <first name at last name dot net>
_cranname=pillar
-_cranver=1.6.1
+_cranver=1.6.2
pkgname=r-${_cranname,,}
pkgver=${_cranver//[:-]/.}
pkgrel=1
@@ -13,7 +13,7 @@ license=(GPL3)
depends=(r r-cli 'r-crayon>=1.3.4' 'r-ellipsis>=0.3.2' r-fansi r-lifecycle 'r-rlang>=0.3.0' 'r-utf8>=1.1.0' 'r-vctrs>=0.3.8')
optdepends=(r-bit64 r-debugme r-diagrammer r-dplyr r-ggplot2 r-knitr r-lubridate r-nycflights13 r-rmarkdown r-palmerpenguins r-scales r-stringi r-testthat r-tibble r-withr)
source=("https://cran.r-project.org/src/contrib/${_cranname}_${_cranver}.tar.gz")
-sha256sums=('08b7b96188c301dbbc14047cd4d41ea47f9e33c521cac2b7a7c47f94a698722a')
+sha256sums=('dad1840cff4f6922dabf0f7008ed01ba443d840709c468d3aceeaa92f0b1c698')
build() {
cd "${srcdir}"