summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 728eed728dae..e3e23b31dc42 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = xeus-cling
pkgdesc = A C++ jupyter kernel based on xeus and cling
pkgver = 0.15.3
- pkgrel = 3
+ pkgrel = 4
url = https://github.com/jupyter-xeus/xeus-cling
arch = x86_64
license = BSD-3-Clause
@@ -9,7 +9,7 @@ pkgbase = xeus-cling
makedepends = cppzmq
depends = xtl
depends = xproperty
- depends = xeus
+ depends = xeus3
depends = nlohmann-json
depends = jupyterlab
depends = cling
diff --git a/PKGBUILD b/PKGBUILD
index 3cce2cfae76f..1d48f7a70765 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,12 +4,12 @@
# Contributor: Gregor Kaelin <kaelingre at gmail dot com>
pkgname=xeus-cling
pkgver=0.15.3
-pkgrel=3
+pkgrel=4
pkgdesc="A C++ jupyter kernel based on xeus and cling"
arch=(x86_64)
url="https://github.com/jupyter-xeus/${pkgname}"
license=(BSD-3-Clause)
-depends=(xtl xproperty xeus nlohmann-json jupyterlab cling pugixml argparse xeus-zmq)
+depends=(xtl xproperty xeus3 nlohmann-json jupyterlab cling pugixml argparse xeus-zmq)
makedepends=(cmake cppzmq)
source=("${pkgname}-${pkgver}.tar.gz::${url}/archive/${pkgver}.tar.gz"
"0001-Rename-kernels.patch"