summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorStefan Husmann2016-05-10 19:26:05 +0200
committerStefan Husmann2016-05-10 19:26:05 +0200
commit8bc7e0ef328a453b818604b864063196ac74298b (patch)
treecfcd64dac2dbed72b3cf18ca8811e429f13a0d10
parent5936d0d4d582d103052549c3b1a8fe2ba21c2245 (diff)
downloadaur-8bc7e0ef328a453b818604b864063196ac74298b.tar.gz
build
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD5
2 files changed, 4 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index c39b73ac2cda..73b5c9f9b394 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,9 +1,9 @@
# Generated by mksrcinfo v8
-# Tue May 10 17:00:37 UTC 2016
+# Tue May 10 17:26:05 UTC 2016
pkgbase = gambit
pkgdesc = Tools for doing computation in game theory - git version
pkgver = 14.1.0
- pkgrel = 1
+ pkgrel = 2
url = http://www.gambit-project.org
arch = i686
arch = x86_64
diff --git a/PKGBUILD b/PKGBUILD
index 691c2b5cb218..41572124173e 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
pkgname=gambit
pkgver=14.1.0
-pkgrel=1
+pkgrel=2
pkgdesc="Tools for doing computation in game theory - git version"
arch=('i686' 'x86_64')
url="http://www.gambit-project.org"
@@ -27,8 +27,7 @@ build() {
libtoolize
automake --add-missing
autoconf
- [[ $CARCH == "X86_64" ]] && CXXFLAGS+=" -std=c++03" ./configure --prefix=/usr --disable-enumpoly
- [[ $CARCH == "i686" ]] && CXXFLAGS+=" -std=c++03" ./configure --prefix=/usr
+ CXXFLAGS+=" -std=c++03" ./configure --prefix=/usr --disable-enumpoly
make
}