summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO5
-rw-r--r--PKGBUILD3
2 files changed, 4 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index c5e4d14f2733..5d21b57140ac 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,8 +1,6 @@
-# Generated by mksrcinfo v8
-# 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.5.r113.g620a9084
+ pkgver = v2.8.r2.g1780f25b8
pkgrel = 1
url = http://vcsn.lrde.epita.fr/
arch = i686
@@ -20,6 +18,7 @@ pkgbase = vcsn-git
depends = mathjax
depends = graphviz
depends = yaml-cpp
+ optdepends = python-regex: to get better error messages
provides = vaucanson-git
provides = vaucanson
provides = vcsn
diff --git a/PKGBUILD b/PKGBUILD
index 5f9b393ad010..4a8358a94eed 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,13 +2,14 @@
pkgname=vcsn-git
_realname=vcsn
-pkgver=v2.5.r113.g620a9084
+pkgver=v2.8.r2.g1780f25b8
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/"
license=('GPL3')
depends=('boost' 'gcc' 'ccache' 'libltdl' 'jupyter' 'mathjax' 'graphviz' 'yaml-cpp')
+optdepends=('python-regex: to get better error messages')
makedepends=('git' 'texlive-core' 'doxygen' 'python2-docutils')
conflicts=('vaucanson-git' 'vaucanson' 'vcsn')
provides=('vaucanson-git' 'vaucanson' 'vcsn')