diff options
author | Carlos Aznarán | 2023-09-24 15:37:51 -0500 |
---|---|---|
committer | Carlos Aznarán | 2023-09-24 15:37:51 -0500 |
commit | 8d384b96201e179bd9de487b16e78cd69ccb968d (patch) | |
tree | a540ca1fbfecfbca18283740fb702b513edd17a8 /PKGBUILD | |
parent | ad248648a99bb902f7a1e04a504944d56833dfae (diff) | |
download | aur-8d384b96201e179bd9de487b16e78cd69ccb968d.tar.gz |
Bump version to 0.15.9
Diffstat (limited to 'PKGBUILD')
-rw-r--r-- | PKGBUILD | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -6,8 +6,8 @@ pkgdesc="Jupyter kernel for the Python programming language" arch=(x86_64) url="https://github.com/jupyter-xeus/${pkgname}" license=('custom:BSD-3-clause') -depends=(pybind11-json xeus-zmq python-xeus-python-shell jupyterlab) -makedepends=(cmake cppzmq) +depends=(pybind11-json cppzmq xeus-zmq python-xeus-python-shell jupyterlab) +makedepends=(cmake) checkdepends=(doctest) # python-nbval source=(${pkgname}-${pkgver}.tar.gz::${url}/archive/${pkgver}.tar.gz) sha512sums=('1324715c2c3cf777cb3d02d63d3c7917c697c338641e7ffdc5fb28a7a734efce9a3eac240b9b84351a03286083fdf92dddcc5087d3a26429ac5d6b7d783eaa31') |