From 25ffd5d9d4ca77a0dff3bbd4daf29e802bf278d4 Mon Sep 17 00:00:00 2001 From: Raed Rizqie Date: Sat, 30 Oct 2021 21:13:14 +0800 Subject: [PATCH] Update PKGBUILD --- mingw-w64-python-jupyter-nbformat/PKGBUILD | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/mingw-w64-python-jupyter-nbformat/PKGBUILD b/mingw-w64-python-jupyter-nbformat/PKGBUILD index a7d2fa800e..751eadacea 100644 --- a/mingw-w64-python-jupyter-nbformat/PKGBUILD +++ b/mingw-w64-python-jupyter-nbformat/PKGBUILD @@ -9,16 +9,16 @@ replaces=("${MINGW_PACKAGE_PREFIX}-python3-jupyter-${_realname}") pkgver=5.1.3 pkgrel=3 pkgdesc="The base implementation of the Jupyter Notebook format and Python APIs for working with notebooks (mingw-w64)" -url="https://github.com/jupyter/nbformat" +url="https://jupyter.org" arch=('any') mingw_arch=('mingw32' 'mingw64' 'ucrt64' 'clang64' 'clang32') license=('BSD') depends=( ${MINGW_PACKAGE_PREFIX}-python ${MINGW_PACKAGE_PREFIX}-python-jsonschema + ${MINGW_PACKAGE_PREFIX}-python-jupyter-nbconvert ${MINGW_PACKAGE_PREFIX}-python-jupyter_core - ${MINGW_PACKAGE_PREFIX}-python-pywin32 - ${MINGW_PACKAGE_PREFIX}-python-traitlets) +) makedepends=( ${MINGW_PACKAGE_PREFIX}-python-setuptools) source=("${_realname}-${pkgver}.tar.gz::https://github.com/jupyter/nbformat/archive/${pkgver}.tar.gz")