summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorYour Name2024-04-13 19:31:32 +0800
committerYour Name2024-04-13 19:31:32 +0800
commitf16c8dc31fef1913c0c1fc23a494e2d61ce22a56 (patch)
treeee0b76e7ab15d7df872e0c64e5ae8c98ae66e895 /PKGBUILD
parenta8e25b7923086e403b48f72a2e7bb8a8848329df (diff)
downloadaur-python-myst-nb.tar.gz
Update to version 1.1.0
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD8
1 files changed, 4 insertions, 4 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 8365acc10eec..fa278ee3baf5 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,19 +4,19 @@ _pname=${pkgbase#python-}
_pyname=MyST-NB
#_pyname=${_pname//-/_}
pkgname=("python-${_pname}")
-pkgver=1.0.0
+pkgver=1.1.0
pkgrel=1
pkgdesc="Parse and execute ipynb files in Sphinx"
arch=('any')
url="https://myst-nb.readthedocs.io"
-license=('BSD')
+license=('BSD-3-Clause')
makedepends=('python-flit-core'
'python-build'
'python-installer')
# 'python-sphinx-copybutton'
# 'python-sphinx_design'
# 'python-sphinx-book-theme'
-# 'python-myst-parser<0.19'
+# 'python-myst-parser'
# 'python-jupyter-cache'
# 'ipython'
# 'jupyter-nbformat') # needs coconut
@@ -40,7 +40,7 @@ checkdepends=('python-pytest-param-files'
#source=("https://files.pythonhosted.org/packages/source/${_pyname:0:1}/${_pyname}/${_pyname}-${pkgver}.tar.gz")
source=("https://github.com/executablebooks/MyST-NB/archive/refs/tags/v${pkgver}.tar.gz")
# 'Makefile')
-md5sums=('9be8bfdf91399fe6e155f25c3a5694ed')
+md5sums=('5f46bd0e3a4f38e94be9c31df789aa98')
#prepare() {
# cd ${srcdir}/${_pyname}-${pkgver}