summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD2
2 files changed, 3 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 6d8024034672..75cd615cf827 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -11,10 +11,10 @@ pkgbase = vcsn-git
makedepends = doxygen
makedepends = python2-docutils
depends = boost
- depends = clang
+ depends = gcc
depends = ccache
depends = libltdl
- depends = ipython
+ depends = jupyter
provides = vaucanson-git
provides = vaucanson
provides = vcsn
diff --git a/PKGBUILD b/PKGBUILD
index 37e33268356f..21021e6fbbf0 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -8,7 +8,7 @@ pkgdesc="Finite state machine manipulation platform, consisting of a library and
arch=('i686' 'x86_64')
url="http://vaucanson.lrde.epita.fr/"
license=('GPL3')
-depends=('boost' 'clang' 'ccache' 'libltdl' 'ipython')
+depends=('boost' 'gcc' 'ccache' 'libltdl' 'jupyter')
makedepends=('git' 'texlive-core' 'doxygen' 'python2-docutils')
conflicts=('vaucanson-git' 'vaucanson' 'vcsn')
provides=('vaucanson-git' 'vaucanson' 'vcsn')