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 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}"