summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorViktor Drobot2021-10-03 00:55:08 +0300
committerViktor Drobot2021-10-03 00:55:08 +0300
commit4d49371283005990d6546bddb5139c6529f1754c (patch)
tree8118075ba8058228f0c57385b4d9b50718841e03 /PKGBUILD
parenteab42dde014df95ebc292877ca3ad95672b4f25a (diff)
downloadaur-4d49371283005990d6546bddb5139c6529f1754c.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 e3b226befaa1..973ed81447d4 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
# Contributor: Grey Christoforo <first name at last name dot net>
_cranname=pillar
-_cranver=1.6.2
+_cranver=1.6.3
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=('dad1840cff4f6922dabf0f7008ed01ba443d840709c468d3aceeaa92f0b1c698')
+sha256sums=('72f86cddd3b211253bdba2a412b32775af56b6ae16192320beacce91e5278ac5')
build() {
cd "${srcdir}"