summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorGregor Kälin2024-05-06 14:29:53 +0200
committerGregor Kälin2024-05-06 14:29:53 +0200
commit90a111b1a0b9be1cd854cc3b65e7da7c8017d76c (patch)
treec8dc13bc3d92fc9cf62b2133707355e262ca26fb /PKGBUILD
parent66d1e6f2672c830aa65335e4e7b9d95ec22cace3 (diff)
downloadaur-xeus-cling.tar.gz
Changing dependency xeus -> xeus3
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
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"