Date: Sunday, January 29, 2012 @ 06:59:03 Author: ronald Revision: 147987
upgpkg: r 2.14.1-1 update to 2.14.1 Modified: r/trunk/PKGBUILD ----------+ PKGBUILD | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2012-01-29 11:42:48 UTC (rev 147986) +++ PKGBUILD 2012-01-29 11:59:03 UTC (rev 147987) @@ -4,8 +4,8 @@ # Contributor: K. Piche <[email protected]> pkgname=r -pkgver=2.14.0 -pkgrel=2 +pkgver=2.14.1 +pkgrel=1 pkgdesc="Language and environment for statistical computing and graphics" arch=('i686' 'x86_64') license=('GPL') @@ -20,10 +20,9 @@ 'r.desktop' 'r.png') install=r.install -sha1sums=('0f46bf75a7c150350b1142c29a98e7994d2b4bef' +sha1sums=('5803a213480a749e36bccc155aecb13070ade096' '13aa29219bcaa102e575de8c1c8e0833d233e836' 'a69a07ec363440efc18ce0a7f2af103375dea978') - build() { cd "${srcdir}/R-${pkgver}" sed -i 's|#define NeedFunctionPrototypes 0|#define NeedFunctionPrototypes 1|g' src/modules/X11/dataentry.c
