From 33063cf082ccb506be682c4028d711ddd45f5003 Mon Sep 17 00:00:00 2001 From: Jeff Huang Date: Mon, 5 Feb 2018 03:26:46 +0000 Subject: [PATCH] cauchy: rebuild against new gcc ABI --- cauchy/PKGBUILD | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/cauchy/PKGBUILD b/cauchy/PKGBUILD index c9cd25b73..9ef992878 100644 --- a/cauchy/PKGBUILD +++ b/cauchy/PKGBUILD @@ -1,9 +1,10 @@ +# Contributions from Arch: # Maintainer: Antonio Rojas pkgname=cauchy pkgver=0.9.0 -pkgrel=1 -arch=(i686 x86_64) +pkgrel=2 +arch=(x86_64) pkgdesc="A library for transforming Matlab/Octave files to C++ (with Eigen) and Matlab" url="https://bitbucket.org/cyrille/cauchy" license=(GPL2)