diff options
Diffstat (limited to 'extra/r/PKGBUILD')
-rw-r--r-- | extra/r/PKGBUILD | 9 |
1 files changed, 5 insertions, 4 deletions
diff --git a/extra/r/PKGBUILD b/extra/r/PKGBUILD index a8ebc4110..742d7801a 100644 --- a/extra/r/PKGBUILD +++ b/extra/r/PKGBUILD @@ -1,11 +1,11 @@ -# $Id: PKGBUILD 151354 2012-02-25 16:38:53Z ronald $ +# $Id: PKGBUILD 153726 2012-03-18 19:57:52Z 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.14.1 -pkgrel=3 +pkgver=2.14.2 +pkgrel=1 pkgdesc="Language and environment for statistical computing and graphics" arch=('i686' 'x86_64' 'mips64el') license=('GPL') @@ -20,9 +20,10 @@ source=("http://cran.r-project.org/src/base/R-2/R-${pkgver}.tar.gz" 'r.desktop' 'r.png') install=r.install -sha1sums=('5803a213480a749e36bccc155aecb13070ade096' +sha1sums=('523dca7694e4d0c8701fcc783ea3767e46fe7a62' '13aa29219bcaa102e575de8c1c8e0833d233e836' 'a69a07ec363440efc18ce0a7f2af103375dea978') + build() { cd "${srcdir}/R-${pkgver}" sed -i 's|#define NeedFunctionPrototypes 0|#define NeedFunctionPrototypes 1|g' src/modules/X11/dataentry.c |