summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorClément Démoulins2017-02-08 15:59:09 +0100
committerClément Démoulins2017-02-08 15:59:09 +0100
commit6ed9675f9ced2d479e4a295680349323f11be893 (patch)
tree32b4020f470b4681d5040972341a34186e828523 /PKGBUILD
parenta31293d4c2b119ad7053845c64da93b117b78fda (diff)
downloadaur-6ed9675f9ced2d479e4a295680349323f11be893.tar.gz
Upgrade to vcsn 2.5
Add yaml-cpp dependency
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 5145332bc7d6..131cb83c616b 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,13 +1,13 @@
# Maintainer: Clément DEMOULINS <clement@archivel.fr>
pkgname=vcsn
-pkgver=2.4
+pkgver=2.5
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')
+depends=('boost' 'gcc' 'ccache' 'libltdl' 'jupyter' 'mathjax' 'graphviz' 'yaml-cpp')
optdepends=('python-regex: to get better error messages')
makedepends=('texlive-core' 'doxygen' 'python2-docutils')
options=(!buildflags)