summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorBioArchLinuxBot2022-11-26 16:29:11 +0000
committerBioArchLinuxBot2022-11-26 16:29:11 +0000
commit1a2bd021b5f2e6536294b43e4a84c802753e2bd4 (patch)
treec4a772f4252e384980c9d66ed997283de5c956aa /PKGBUILD
parent7f4db3dd8aeca353e118e998260a374f58b348d6 (diff)
downloadaur-1a2bd021b5f2e6536294b43e4a84c802753e2bd4.tar.gz
[lilac] updated to 2.1.0-3
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD5
1 files changed, 4 insertions, 1 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 4ff2d18159ec..b7cfae2327b2 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,13 +4,14 @@ _pkgname=ggraph
_pkgver=2.1.0
pkgname=r-${_pkgname,,}
pkgver=2.1.0
-pkgrel=1
+pkgrel=3
pkgdesc='An Implementation of Grammar of Graphics for Graphs and Networks'
arch=('x86_64')
url="https://cran.r-project.org/package=${_pkgname}"
license=('MIT')
depends=(
r
+ r-cli
r-digest
r-dplyr
r-ggforce
@@ -19,10 +20,12 @@ depends=(
r-graphlayouts
r-gtable
r-igraph
+ r-lifecycle
r-rcpp
r-rlang
r-scales
r-tidygraph
+ r-vctrs
r-viridis
r-withr
)