diff options
author | James Clarke | 2024-03-17 00:48:06 +0000 |
---|---|---|
committer | James Clarke | 2024-03-17 00:48:06 +0000 |
commit | 34a29e62a9b80db3909b37417e5ffb4442b612ad (patch) | |
tree | 04af98506895246ac763fa0a84d17b88988d86ae /PKGBUILD | |
parent | 5a4c6c10c8b14222b5cb46be0e35d5cdf23f77c2 (diff) | |
download | aur-xeus-lua-git.tar.gz |
Added xwidgets dependency which is required
Diffstat (limited to 'PKGBUILD')
-rw-r--r-- | PKGBUILD | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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') |