summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
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
)