summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorMaziar Saleh Ziabari2022-04-16 17:55:41 -0600
committerMaziar Saleh Ziabari2022-04-16 17:55:41 -0600
commit174c66aaec9e58f00f4be80359256e3b055fd8c5 (patch)
treeb2dffc793e74307ea445f650a44886bd89bd0744 /PKGBUILD
parent7a836adf1487276c72c16bd8f4d1e116b1b4441a (diff)
downloadaur-174c66aaec9e58f00f4be80359256e3b055fd8c5.tar.gz
Remove jupyter dependency.
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD5
1 files changed, 3 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index f2bbc798f443..0273ee0ecf20 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,4 +1,5 @@
-# Maintainer: Phil A. <flying-sheep@web.de>
+# Maintainer: Maziar Saleh Ziabari
+# Contributor: Phil A. <flying-sheep@web.de>
pkgname=jupyter_highlight_selected_word
pkgver=0.2.0
pkgrel=2
@@ -6,7 +7,7 @@ pkgdesc='Jupyter notebook extension that enables highlighting every instance of
arch=(any)
url="https://github.com/jcb91/$pkgname"
license=(BSD)
-depends=(python jupyter jupyter-notebook)
+depends=(python jupyter-notebook)
_wheel="$pkgname-$pkgver-py2.py3-none-any.whl"
source=("$_wheel::https://files.pythonhosted.org/packages/py2.py3/${pkgname::1}/$pkgname/$_wheel")
sha256sums=('9545dfa9cb057eebe3a5795604dcd3a5294ea18637e553f61a0b67c1b5903c58')