diff options
Diffstat (limited to 'extra/r/PKGBUILD')
-rw-r--r-- | extra/r/PKGBUILD | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/extra/r/PKGBUILD b/extra/r/PKGBUILD index c6d79493f..0abae945a 100644 --- a/extra/r/PKGBUILD +++ b/extra/r/PKGBUILD @@ -1,20 +1,20 @@ -# $Id: PKGBUILD 162765 2012-06-29 20:58:34Z ronald $ +# $Id: PKGBUILD 162770 2012-06-30 07:08:33Z ronald $ # Maintainer: Ronald van Haren <ronald.archlinux.org> # Contributor: Damir Perisa <damir.perisa@bluewin.ch> # Contributor: K. Piche <kpiche@rogers.com> pkgname=r pkgver=2.15.1 -pkgrel=1 +pkgrel=2 pkgdesc="Language and environment for statistical computing and graphics" arch=('i686' 'x86_64') license=('GPL') url=('http://www.r-project.org/') depends=('blas' 'lapack' 'bzip2' 'libpng' 'libjpeg' 'libtiff' 'ncurses' 'pcre' 'readline' 'zlib' 'perl' 'gcc-libs' - 'libxt' 'libxmu' 'pango' 'xz' 'texlive-bin' 'desktop-file-utils') + 'libxt' 'libxmu' 'pango' 'xz' 'desktop-file-utils') makedepends=('openjdk6' 'gcc-fortran' 'tk') -optdepends=('tk: tcl/tk interface') +optdepends=('tk: tcl/tk interface' 'texlive-bin: latex sty files') backup=('etc/R/Makeconf' 'etc/R/Renviron' 'etc/R/ldpaths' 'etc/R/repositories') options=('!makeflags' '!emptydirs') source=("http://cran.r-project.org/src/base/R-2/R-${pkgver}.tar.gz" |