Date: Monday, March 11, 2019 @ 08:43:03 Author: arojas Revision: 347683
Update to 3.5.3 Modified: r/trunk/PKGBUILD ----------+ PKGBUILD | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2019-03-11 06:31:36 UTC (rev 347682) +++ PKGBUILD 2019-03-11 08:43:03 UTC (rev 347683) @@ -3,8 +3,8 @@ # Contributor: K. Piche <[email protected]> pkgname=r -pkgver=3.5.2 -pkgrel=2 +pkgver=3.5.3 +pkgrel=1 pkgdesc="Language and environment for statistical computing and graphics" arch=('x86_64') license=('GPL') @@ -16,12 +16,12 @@ 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') +options=('!emptydirs') source=("https://cran.r-project.org/src/base/R-${pkgver%%.*}/R-${pkgver}.tar.gz" 'r.desktop' 'r.png' 'R.conf') -sha1sums=('057ea91daed3e68a12b2a473ee1283cf26f360e2' +sha1sums=('986b1d80632e6f489e9b50ce36a4c67ecb987b4d' 'dd214eee232b7aced7366722ad416b6b39be8e1b' 'a69a07ec363440efc18ce0a7f2af103375dea978' '43668da6cfd1b4455a99f23e79e2059294dddac9')
