summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMarco A Rojas2023-01-07 12:47:36 -0600
committerMarco A Rojas2023-01-07 12:47:36 -0600
commited3fd18f99b7dbe76deaa6b1a6a16396797fa401 (patch)
treec850c7a8d29b0b9677f94cf183cf2883a0092695
parent9ab53b096f68c0f758e285a2115c393f1fb29cd5 (diff)
downloadaur-ed3fd18f99b7dbe76deaa6b1a6a16396797fa401.tar.gz
Update to 0.0.13
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index f639aa4ccc19..49a6e4ee107c 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = python-nbtermix
pkgdesc = Fork of nbterm. Jupyter Notebooks in Your terminal.
- pkgver = 0.1.2
+ pkgver = 0.1.5
pkgrel = 1
url = https://github.com/mtatton/nbterm
arch = any
@@ -8,8 +8,8 @@ pkgbase = python-nbtermix
makedepends = python-setuptools
depends = python
depends = python-rich
- source = https://files.pythonhosted.org/packages/source/n/nbtermix/nbtermix-0.1.2.tar.gz
- sha256sums = 5c0568311cecf0992e0c2f80fea028c969bf877181481fa040bea442449d13c2
+ source = https://files.pythonhosted.org/packages/source/n/nbtermix/nbtermix-0.1.5.tar.gz
+ sha256sums = 44643afc46bd5cc3bcf796b298827784e26e233affa5e2faebc83563b6ca34a6
pkgname = python-nbtermix
depends = python
diff --git a/PKGBUILD b/PKGBUILD
index d02df28a29ac..e2a1dabbda36 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@
pkgbase='python-nbtermix'
pkgname=('python-nbtermix')
_module='nbtermix'
-pkgver='0.1.2'
+pkgver='0.1.5'
pkgrel=1
pkgdesc="Fork of nbterm. Jupyter Notebooks in Your terminal."
url="https://github.com/mtatton/nbterm"
@@ -12,7 +12,7 @@ makedepends=('python-setuptools')
license=('MIT')
arch=('any')
source=("https://files.pythonhosted.org/packages/source/${_module::1}/$_module/$_module-$pkgver.tar.gz")
-sha256sums=('5c0568311cecf0992e0c2f80fea028c969bf877181481fa040bea442449d13c2')
+sha256sums=('44643afc46bd5cc3bcf796b298827784e26e233affa5e2faebc83563b6ca34a6')
build() {
cd "${srcdir}/${_module}-${pkgver}"