summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorspecter1192021-02-20 21:50:49 +0800
committerspecter1192021-02-20 21:50:49 +0800
commitc6d3253fb9fc3ddf61639fe09076cf842616116e (patch)
tree7dfabf716476d33cdb93c8352fbc71126c9685bd
parent017fc016aa4ae527ebcbb7d871ca22ad76f3e96a (diff)
downloadaur-c6d3253fb9fc3ddf61639fe09076cf842616116e.tar.gz
update 1.4.4
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD6
2 files changed, 7 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index a3a0f3bcf28d..c5a49c897739 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = jupyterlab_code_formatter
pkgdesc = A universal code formatter for JupyterLab.
- pkgver = 1.4.3
- pkgrel = 4
+ pkgver = 1.4.4
+ pkgrel = 1
url = https://pypi.org/project/jupyterlab-code-formatter
arch = any
license = MIT
@@ -13,8 +13,8 @@ pkgbase = jupyterlab_code_formatter
optdepends = yapf
optdepends = python-isort
optdepends = python-black
- source = https://files.pythonhosted.org/packages/source/j/jupyterlab_code_formatter/jupyterlab_code_formatter-1.4.3.tar.gz
- md5sums = f0d70901b18bc8dda31bc9057b3f9b89
+ source = https://files.pythonhosted.org/packages/source/j/jupyterlab_code_formatter/jupyterlab_code_formatter-1.4.4.tar.gz
+ md5sums = 7cc82ea65b6c0747597662436d4e5de2
pkgname = jupyterlab_code_formatter
diff --git a/PKGBUILD b/PKGBUILD
index 0a7dbc3a29ee..25fbff6b279b 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,8 +1,8 @@
# Maintainer: Ke Liu <spcter119@gmail.com>
pkgname=jupyterlab_code_formatter
-pkgver=1.4.3
-pkgrel=4
+pkgver=1.4.4
+pkgrel=1
pkgdesc='A universal code formatter for JupyterLab.'
arch=(any)
url=https://pypi.org/project/jupyterlab-code-formatter
@@ -11,7 +11,7 @@ depends=(python jupyterlab python-jupyter_packaging)
makedepends=(python-setuptools)
optdepends=(autopep8 yapf python-isort python-black)
source=(https://files.pythonhosted.org/packages/source/${pkgname::1}/$pkgname/$pkgname-$pkgver.tar.gz)
-md5sums=('f0d70901b18bc8dda31bc9057b3f9b89')
+md5sums=('7cc82ea65b6c0747597662436d4e5de2')
build() {
cd $srcdir/$pkgname-$pkgver