summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMoetaYuko2023-07-03 20:09:07 +0800
committerMoetaYuko2023-07-03 20:09:07 +0800
commit57361596283ef49bb30a04c2b5d6d1ac56b5beff (patch)
tree19f9cdee184747bd43c4cc5c2774c7ccd22d6e8d
parent1e3a1b46fca5ce2e2dd923e8bebc105048bdb530 (diff)
downloadaur-57361596283ef49bb30a04c2b5d6d1ac56b5beff.tar.gz
Bump
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 45ce89201727..b3e876719828 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = python-jupytext
pkgdesc = Jupyter notebooks as Markdown documents, Julia, Python or R scripts
- pkgver = 1.14.6
+ pkgver = 1.14.7
pkgrel = 1
url = https://github.com/mwouts/jupytext
arch = any
@@ -14,7 +14,7 @@ pkgbase = python-jupytext
depends = python-toml
depends = python-markdown-it-py
depends = python-mdit_py_plugins
- source = python-jupytext-1.14.6.tar.gz::https://github.com/mwouts/jupytext/archive/v1.14.6.tar.gz
- sha256sums = 0c83aba1087716035479e6926c11042679fb9daa3e26a4aa14a1055821a19dcc
+ source = python-jupytext-1.14.7.tar.gz::https://github.com/mwouts/jupytext/archive/v1.14.7.tar.gz
+ sha256sums = f553a39595762c90fb59191e18ea389f8a22fbb0f93f955137304c8897bf60cb
pkgname = python-jupytext
diff --git a/PKGBUILD b/PKGBUILD
index d7f97c929c4a..150caef9679c 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: MoetaYuko <loli at yuko dot moe>
pkgname=python-jupytext
-pkgver=1.14.6
+pkgver=1.14.7
pkgrel=1
pkgdesc="Jupyter notebooks as Markdown documents, Julia, Python or R scripts"
url="https://github.com/mwouts/jupytext"
@@ -10,7 +10,7 @@ makedepends=('jupyterlab' 'python-jupyter_packaging' 'python-setuptools' 'python
license=('MIT')
arch=('any')
source=("$pkgname-$pkgver.tar.gz::$url/archive/v$pkgver.tar.gz")
-sha256sums=('0c83aba1087716035479e6926c11042679fb9daa3e26a4aa14a1055821a19dcc')
+sha256sums=('f553a39595762c90fb59191e18ea389f8a22fbb0f93f955137304c8897bf60cb')
build() {
cd $srcdir/jupytext-$pkgver