Date: Monday, July 2, 2018 @ 09:48:09 Author: arojas Revision: 327911
Update to 3.5.1 Modified: r/trunk/PKGBUILD ----------+ PKGBUILD | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2018-07-02 08:05:30 UTC (rev 327910) +++ PKGBUILD 2018-07-02 09:48:09 UTC (rev 327911) @@ -4,7 +4,7 @@ # Contributor: K. Piche <[email protected]> pkgname=r -pkgver=3.5.0 +pkgver=3.5.1 pkgrel=1 pkgdesc="Language and environment for statistical computing and graphics" arch=('x86_64') @@ -14,7 +14,8 @@ 'ncurses' 'pcre' 'readline' 'zlib' 'perl' 'gcc-libs' 'libxt' 'libxmu' 'pango' 'xz' 'zip' 'unzip' 'curl' 'icu') makedepends=('jdk7-openjdk' 'gcc-fortran' 'tk') -optdepends=('tk: tcl/tk interface' 'texlive-bin: latex sty files' 'gcc-fortran: needed to compile some CRAN packages') +optdepends=('tk: tcl/tk interface' 'texlive-bin: latex sty files' 'gcc-fortran: needed to compile some CRAN packages' + 'openblas: faster linear algebra') backup=('etc/R/Makeconf' 'etc/R/Renviron' 'etc/R/ldpaths' 'etc/R/repositories' 'etc/R/javaconf') options=('!makeflags' '!emptydirs') source=("https://cran.r-project.org/src/base/R-${pkgver%%.*}/R-${pkgver}.tar.gz" @@ -21,7 +22,7 @@ 'r.desktop' 'r.png' 'R.conf') -sha1sums=('69f9ff4ecc78057095aedc145eb33f66f48b27ed' +sha1sums=('9314d3d372b05546a33791fbc8dd579c92ebd16b' 'dd214eee232b7aced7366722ad416b6b39be8e1b' 'a69a07ec363440efc18ce0a7f2af103375dea978' '43668da6cfd1b4455a99f23e79e2059294dddac9')
