summarylogtreecommitdiffstats
path: root/PKGBUILD
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 /PKGBUILD
parent9ab53b096f68c0f758e285a2115c393f1fb29cd5 (diff)
downloadaur-python-nbtermix.tar.gz
Update to 0.0.13
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
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}"