summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorMoetaYuko2023-08-03 11:27:11 +0800
committerMoetaYuko2023-08-03 11:27:11 +0800
commitb06aced5a63dee9de60acb7fbb5acf43d7769385 (patch)
tree2cfb22809bc5666eb9843169607f0cf594e406df /PKGBUILD
parent57361596283ef49bb30a04c2b5d6d1ac56b5beff (diff)
downloadaur-b06aced5a63dee9de60acb7fbb5acf43d7769385.tar.gz
Bump
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD6
1 files changed, 3 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 150caef9679c..bb5a67897db3 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,16 +1,16 @@
# Maintainer: MoetaYuko <loli at yuko dot moe>
pkgname=python-jupytext
-pkgver=1.14.7
+pkgver=1.15.0
pkgrel=1
pkgdesc="Jupyter notebooks as Markdown documents, Julia, Python or R scripts"
url="https://github.com/mwouts/jupytext"
depends=('jupyter-nbformat' 'python-pyaml' 'python-toml' 'python-markdown-it-py' 'python-mdit_py_plugins')
-makedepends=('jupyterlab' 'python-jupyter_packaging' 'python-setuptools' 'python-wheel')
+makedepends=('jupyterlab' 'python-jupyter-packaging' 'python-setuptools' 'python-wheel')
license=('MIT')
arch=('any')
source=("$pkgname-$pkgver.tar.gz::$url/archive/v$pkgver.tar.gz")
-sha256sums=('f553a39595762c90fb59191e18ea389f8a22fbb0f93f955137304c8897bf60cb')
+sha256sums=('2c69e680f8c26b4754a42375f886cb23e9243b1cd33307f131123d08345f0c20')
build() {
cd $srcdir/jupytext-$pkgver