Update PKGBUILD

This commit is contained in:
Raed Rizqie
2021-10-30 21:13:14 +08:00
parent 165f15f5df
commit 25ffd5d9d4

View File

@@ -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")