summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorViktor Drobot2022-01-13 21:16:24 +0300
committerViktor Drobot2022-01-13 21:16:24 +0300
commit861c839903eeb44b3ae37aacaaeaf3b358709671 (patch)
tree3aa6666d486402cd2f4f742832e3b92e8e59284d /PKGBUILD
parent867843df0a2c202098530c7615860a5c399417e3 (diff)
downloadaur-861c839903eeb44b3ae37aacaaeaf3b358709671.tar.gz
Fix PKGBUILD
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD2
1 files changed, 1 insertions, 1 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 09ee5a5dc613..a63287f8bd4b 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -9,7 +9,7 @@ pkgdesc="Miscellaneous 3D Plots"
arch=(any)
url="https://cran.r-project.org/package=${_cranname}"
license=(GPL2 GPL3)
-depends=(r tcl)
+depends=(r tcl tk)
optdepends=(r-rgl r-tkrplot)
source=("https://cran.r-project.org/src/contrib/${_cranname}_${_cranver}.tar.gz")
sha256sums=('a07bbb0de153e806cd79675ed478d2d9221cff825654f59a71a9cf61f4293d65')