Date: Wednesday, May 29, 2019 @ 06:30:20 Author: arojas Revision: 354465
Add which dependency (FS#62770) Modified: r/trunk/PKGBUILD ----------+ PKGBUILD | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2019-05-29 05:57:21 UTC (rev 354464) +++ PKGBUILD 2019-05-29 06:30:20 UTC (rev 354465) @@ -11,7 +11,7 @@ url='https://www.r-project.org/' depends=('blas' 'lapack' 'bzip2' 'libpng' 'libjpeg' 'libtiff' 'ncurses' 'pcre' 'readline' 'zlib' 'perl' - 'libxt' 'libxmu' 'pango' 'xz' 'zip' 'unzip' 'curl' 'icu') + 'libxt' 'libxmu' 'pango' 'xz' 'zip' 'unzip' 'curl' 'icu' 'which') makedepends=('jdk7-openjdk' 'gcc-fortran' 'tk') optdepends=('tk: tcl/tk interface' 'texlive-bin: latex sty files' 'gcc-fortran: needed to compile some CRAN packages' 'openblas: faster linear algebra')
