summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD8
2 files changed, 8 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 12934a7fda0f..c5e4d14f2733 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,9 +1,9 @@
# Generated by mksrcinfo v8
-# Mon Apr 24 16:03:07 UTC 2017
+# Thu Jun 8 14:30:40 UTC 2017
pkgbase = vcsn-git
pkgdesc = Finite state machine manipulation platform, consisting of a library and tools implemented on top of it.
- pkgver = v2.1.r384.g74679ab
- pkgrel = 2
+ pkgver = v2.5.r113.g620a9084
+ pkgrel = 1
url = http://vcsn.lrde.epita.fr/
arch = i686
arch = x86_64
diff --git a/PKGBUILD b/PKGBUILD
index 266f3b077c46..5f9b393ad010 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,8 +2,8 @@
pkgname=vcsn-git
_realname=vcsn
-pkgver=v2.1.r384.g74679ab
-pkgrel=2
+pkgver=v2.5.r113.g620a9084
+pkgrel=1
pkgdesc="Finite state machine manipulation platform, consisting of a library and tools implemented on top of it."
arch=('i686' 'x86_64')
url="http://vcsn.lrde.epita.fr/"
@@ -31,7 +31,9 @@ build() {
cd "$srcdir/${_realname}"
./bootstrap
./configure --prefix="/usr" CXXFLAGS='-O3' CPPFLAGS='-DNDEBUG'
- make V=1
+ # make V=1
+ # Temporary fix for Boost Python 1.64
+ make V=1 VISIBILITY_CXXFLAGS=""
}
package() {