summarylogtreecommitdiffstats
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
parent7a836adf1487276c72c16bd8f4d1e116b1b4441a (diff)
downloadaur-174c66aaec9e58f00f4be80359256e3b055fd8c5.tar.gz
Remove jupyter dependency.
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD5
2 files changed, 3 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 56ea26d15722..1c537880ab23 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -6,11 +6,9 @@ pkgbase = jupyter_highlight_selected_word
arch = any
license = BSD
depends = python
- depends = jupyter
depends = jupyter-notebook
noextract = jupyter_highlight_selected_word-0.2.0-py2.py3-none-any.whl
source = jupyter_highlight_selected_word-0.2.0-py2.py3-none-any.whl::https://files.pythonhosted.org/packages/py2.py3/j/jupyter_highlight_selected_word/jupyter_highlight_selected_word-0.2.0-py2.py3-none-any.whl
sha256sums = 9545dfa9cb057eebe3a5795604dcd3a5294ea18637e553f61a0b67c1b5903c58
pkgname = jupyter_highlight_selected_word
-
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')