Date: Monday, April 4, 2016 @ 22:35:39 Author: arojas Revision: 263873
Update to 3.2.4 Modified: r/trunk/PKGBUILD ----------+ PKGBUILD | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2016-04-04 18:16:27 UTC (rev 263872) +++ PKGBUILD 2016-04-04 20:35:39 UTC (rev 263873) @@ -4,12 +4,12 @@ # Contributor: K. Piche <[email protected]> pkgname=r -pkgver=3.2.3 +pkgver=3.2.4 pkgrel=1 pkgdesc="Language and environment for statistical computing and graphics" arch=('i686' 'x86_64') license=('GPL') -url=('http://www.r-project.org/') +url='http://www.r-project.org/' depends=('blas' 'lapack' 'bzip2' 'libpng' 'libjpeg' 'libtiff' 'ncurses' 'pcre' 'readline' 'zlib' 'perl' 'gcc-libs' 'libxt' 'libxmu' 'pango' 'xz' 'desktop-file-utils' 'zip' 'unzip') @@ -22,7 +22,7 @@ 'r.desktop' 'r.png' 'R.conf') -sha1sums=('f24fce2b48859f538c267d89602befe66f930d75' +sha1sums=('632664b3caa8d39f5fe6ac2ee9611b0f89ad6ed9' 'd7fa521345b230a4187d60d07d06ce4b6d573e3f' 'a69a07ec363440efc18ce0a7f2af103375dea978' '43668da6cfd1b4455a99f23e79e2059294dddac9')
