R: update to 3.2.0.
This commit is contained in:
parent
96cc623922
commit
6911485d80
1 changed files with 4 additions and 3 deletions
|
@ -1,6 +1,6 @@
|
|||
# Template file for 'R'
|
||||
pkgname=R
|
||||
version=3.1.3
|
||||
version=3.2.0
|
||||
revision=1
|
||||
nocross=yes
|
||||
build_style=gnu-configure
|
||||
|
@ -11,14 +11,15 @@ configure_args="--docdir=/usr/share/doc/R rdocdir=/usr/share/doc/R
|
|||
hostmakedepends="gcc-fortran pkg-config perl less"
|
||||
makedepends="libgomp-devel readline-devel libXmu-devel libXt-devel
|
||||
libpng-devel libjpeg-turbo-devel tiff-devel cairo-devel icu-devel
|
||||
lapack-devel blas-devel zlib-devel bzip2-devel pcre-devel liblzma-devel"
|
||||
lapack-devel blas-devel zlib-devel bzip2-devel pcre-devel liblzma-devel
|
||||
libcurl-devel"
|
||||
depends="xdg-utils less"
|
||||
short_desc="System for statistical computation and graphics"
|
||||
maintainer="Christian Neukirchen <chneukirchen@gmail.com>"
|
||||
license="GPL-2"
|
||||
homepage="http://www.r-project.org/"
|
||||
distfiles="http://cran.r-project.org/src/base/R-3/${pkgname}-${version}.tar.gz"
|
||||
checksum=07e98323935baa38079204bfb9414a029704bb9c0ca5ab317020ae521a377312
|
||||
checksum=f5ae953f18ba6f3d55b46556bbbf73441350f9fd22625402b723a2b81ff64f35
|
||||
|
||||
pre_configure() {
|
||||
export R_BROWSER=/usr/bin/xdg-open
|
||||
|
|
Loading…
Reference in a new issue