summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO3
-rw-r--r--PKGBUILD3
2 files changed, 4 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index d71dd67dd846..6b0fb5101814 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,11 +1,12 @@
pkgbase = r-ggstance
pkgdesc = Horizontal 'ggplot2' Components
pkgver = 0.3.6
- pkgrel = 1
+ pkgrel = 3
url = https://cran.r-project.org/package=ggstance
arch = any
license = GPL
depends = r
+ depends = r-cli
depends = r-ggplot2
depends = r-plyr
depends = r-rlang
diff --git a/PKGBUILD b/PKGBUILD
index 7c5906677f8f..0ec16d49a1aa 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,13 +4,14 @@ _pkgname=ggstance
_pkgver=0.3.6
pkgname=r-${_pkgname,,}
pkgver=0.3.6
-pkgrel=1
+pkgrel=3
pkgdesc="Horizontal 'ggplot2' Components"
arch=('any')
url="https://cran.r-project.org/package=${_pkgname}"
license=('GPL')
depends=(
r
+ r-cli
r-ggplot2
r-plyr
r-rlang