summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorViktor Drobot2021-03-02 23:09:52 +0300
committerViktor Drobot2021-03-02 23:09:52 +0300
commit423430971bfa6d3a74e03cccf626b64df3f31534 (patch)
treeb24e2204551f4f7e054f76f20bdd30309321a040
parentd765369394003fda28eb4a75bdea6c0e9c099969 (diff)
downloadaur-423430971bfa6d3a74e03cccf626b64df3f31534.tar.gz
Update
-rw-r--r--.SRCINFO11
-rw-r--r--PKGBUILD6
2 files changed, 11 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 2566b149876f..aee9badfd120 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = r-pillar
pkgdesc = Coloured Formatting for Columns
- pkgver = 1.4.7
+ pkgver = 1.5.0
pkgrel = 1
url = https://cran.r-project.org/package=pillar
arch = any
@@ -15,12 +15,17 @@ pkgbase = r-pillar
depends = r-vctrs>=0.2.0
depends = r-lifecycle
optdepends = r-bit64
+ optdepends = r-debugme
+ optdepends = r-diagrammer
optdepends = r-knitr
optdepends = r-lubridate
+ optdepends = r-nycflights13
+ optdepends = r-rmarkdown
optdepends = r-testthat
+ optdepends = r-tibble
optdepends = r-withr
- source = https://cran.r-project.org/src/contrib/pillar_1.4.7.tar.gz
- sha256sums = cdedb2b2a4854e917f43b0c6379efefda9d7ff4e58dec2a3159a80ee8288f298
+ source = https://cran.r-project.org/src/contrib/pillar_1.5.0.tar.gz
+ sha256sums = bab0d573a1fdbd590f18f48d60972772ebbd32bba973e6cf1b5c30550aa3e586
pkgname = r-pillar
diff --git a/PKGBUILD b/PKGBUILD
index a22961c9d9e3..ccf06f6b96c3 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
# Contributor: Grey Christoforo <first name at last name dot net>
_cranname=pillar
-_cranver=1.4.7
+_cranver=1.5.0
pkgname=r-${_cranname,,}
pkgver=${_cranver//[:-]/.}
pkgrel=1
@@ -11,9 +11,9 @@ arch=(any)
url="https://cran.r-project.org/package=${_cranname}"
license=(GPL3)
depends=(r r-cli 'r-crayon>=1.3.4' r-ellipsis r-fansi 'r-rlang>=0.3.0' 'r-utf8>=1.1.0' 'r-vctrs>=0.2.0' r-lifecycle)
-optdepends=(r-bit64 r-knitr r-lubridate r-testthat r-withr)
+optdepends=(r-bit64 r-debugme r-diagrammer r-knitr r-lubridate r-nycflights13 r-rmarkdown r-testthat r-tibble r-withr)
source=("https://cran.r-project.org/src/contrib/${_cranname}_${_cranver}.tar.gz")
-sha256sums=('cdedb2b2a4854e917f43b0c6379efefda9d7ff4e58dec2a3159a80ee8288f298')
+sha256sums=('bab0d573a1fdbd590f18f48d60972772ebbd32bba973e6cf1b5c30550aa3e586')
build() {
cd "${srcdir}"