summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 942426f3bdd8..18f681447ca1 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: dianlujitao <dianlujitao at gmail dot com>
pkgname=python-jupytext
-pkgver=1.1.7
+pkgver=1.2.3
pkgrel=1
pkgdesc="Jupyter notebooks as Markdown documents, Julia, Python or R scripts"
url="https://github.com/mwouts/jupytext"
@@ -10,7 +10,7 @@ makedepends=('python-setuptools')
license=('MIT')
arch=('any')
source=("$pkgname-$pkgver.tar.gz::$url/archive/$pkgver.tar.gz")
-sha256sums=('867a16cc73b359d485b69c0f1400fbdb01906b57d78fdbed93825f4668879a1e')
+sha256sums=('06c6b99ada2837950cb20c65831702867ee4665bea615989bf59a6ee0a8169c8')
build() {
cd $srcdir/jupytext-$pkgver