From d14a25fc4f65ae3d6e62f4668e9cb88d74834255 Mon Sep 17 00:00:00 2001 From: root Date: Sun, 18 Mar 2012 00:02:54 +0000 Subject: Sun Mar 18 00:02:53 UTC 2012 --- community/libmatio/PKGBUILD | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'community/libmatio') diff --git a/community/libmatio/PKGBUILD b/community/libmatio/PKGBUILD index 35563bd11..43744b2a6 100644 --- a/community/libmatio/PKGBUILD +++ b/community/libmatio/PKGBUILD @@ -1,10 +1,10 @@ -# $Id: PKGBUILD 59370 2011-11-23 21:07:37Z andrea $ +# $Id: PKGBUILD 67968 2012-03-16 13:07:02Z giovanni $ # Maintainer: Stefan Husmann # Contributor: William Rea pkgname=libmatio pkgver=1.3.3 -pkgrel=2 +pkgrel=3 pkgdesc="A C library with a fortran 90/95 module interface for reading/writing MATLAB MAT-files" arch=('i686' 'x86_64') license=('LGPL') @@ -19,7 +19,7 @@ build() { cd $srcdir/matio-$pkgver ./bootstrap ./configure --prefix=/usr --enable-fortran --enable-shared - make + make -j1 } package() { -- cgit v1.2.3-54-g00ecf