summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorSebastian Gsänger2022-04-09 18:06:49 +0200
committerSebastian Gsänger2022-04-09 18:06:49 +0200
commit20c207c7328cbca567c076c137292bbd2cd12081 (patch)
tree33ac8449b56277c204ee94c43a2dd841575e75a5
parent5982d2f3e099575a30119da4fade1da71af79ca4 (diff)
downloadaur-20c207c7328cbca567c076c137292bbd2cd12081.tar.gz
Update dependencies
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index afe6567c5d27..11c5e568327a 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,13 +3,13 @@
pkgname=xeus-cling
pkgver=0.13.0
-pkgrel=1
+pkgrel=2
pkgdesc="A C++ jupyter kernel based on xeus and cling"
arch=('x86_64')
url="https://github.com/jupyter-xeus/xeus-cling"
license=('BSD')
depends=('xtl' 'xproperty' 'xeus' 'nlohmann-json'
- 'jupyter' 'jupyter-widgetsnbextension'
+ 'jupyter-notebook' 'jupyter-widgetsnbextension'
'cling' 'pugixml' 'cxxopts')
makedepends=('cmake' 'cppzmq')
source=("https://github.com/jupyter-xeus/$pkgname/archive/$pkgver.tar.gz"