summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorJames Clarke2024-03-17 00:48:06 +0000
committerJames Clarke2024-03-17 00:48:06 +0000
commit34a29e62a9b80db3909b37417e5ffb4442b612ad (patch)
tree04af98506895246ac763fa0a84d17b88988d86ae /PKGBUILD
parent5a4c6c10c8b14222b5cb46be0e35d5cdf23f77c2 (diff)
downloadaur-xeus-lua-git.tar.gz
Added xwidgets dependency which is required
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD2
1 files changed, 1 insertions, 1 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 535eb68e0be9..ed9fc746184c 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -7,7 +7,7 @@ pkgdesc="Lua kernel for Jupyter based on xeus"
arch=('any')
url="https://github.com/jupyter-xeus/xeus-lua"
license=('BSD-3-Clause')
-depends=('xeus' 'nlohmann-json' 'cppzmq' 'xtl' 'pybind11')
+depends=('xeus' 'nlohmann-json' 'cppzmq' 'xtl' 'pybind11' 'xwidgets')
makedepends=('git' 'cmake')
provides=('xeus-lua')
conflicts=('xeus-lua')