summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD4
2 files changed, 3 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 6ce14fd01e33..f63efebf11b8 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = scscp
pkgdesc = C library for the Symbolic Computation Software Composibility Protocol
pkgver = 1.0.1
- pkgrel = 2
+ pkgrel = 3
url = http://www.imcce.fr/Equipes/ASD/trip/scscp/
arch = i686
arch = x86_64
diff --git a/PKGBUILD b/PKGBUILD
index f4277ea85c5f..c6d7930b9818 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@
pkgname=scscp
pkgver=1.0.1
-pkgrel=2
+pkgrel=3
pkgdesc="C library for the Symbolic Computation Software Composibility Protocol"
arch=('i686' 'x86_64')
url="http://www.imcce.fr/Equipes/ASD/trip/scscp/"
@@ -13,7 +13,7 @@ source=(https://sourcesup.renater.fr/frs/download.php/file/4549/$pkgname-$pkgver
build() {
cd "$srcdir/$pkgname-$pkgver"
- ./configure --prefix=/usr
+ CXXFLAGS="-std=c++11" ./configure --prefix=/usr
make
#make check
}