summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMaziar Saleh Ziabari2022-04-16 17:49:54 -0600
committerMaziar Saleh Ziabari2022-04-16 17:49:54 -0600
commita281b184933c7962dc76ebbf52d2d09052b6666e (patch)
treec55f664a570433a2a30c605e2b572ac02f12b1de
parent5db03bb2bda191ac1c81c324c2ee72999df33ae6 (diff)
downloadaur-a281b184933c7962dc76ebbf52d2d09052b6666e.tar.gz
Remove jupyter dependency.
-rw-r--r--PKGBUILD5
1 files changed, 3 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 555dc39628dc..8910f39ad43a 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,4 +1,5 @@
-# Maintainer: Phil Schaf <flying-sheep@web.de>
+# Maintainer: Maziar Saleh Ziabari
+# Contributor: Phil Schaf <flying-sheep@web.de>
pkgname=jupyter_latex_envs
pkgver=1.4.6
pkgrel=1
@@ -6,7 +7,7 @@ pkgdesc='Jupyter notebook extension which supports (some) LaTeX environments wit
arch=(any)
url=https://github.com/ipython-contrib/$_gitname
license=(BSD)
-depends=(python jupyter jupyter-notebook)
+depends=(python jupyter-notebook)
source=("https://files.pythonhosted.org/packages/source/${pkgname::1}/${pkgname/_/-}/$pkgname-$pkgver.tar.gz")
sha256sums=('070a31eb2dc488bba983915879a7c2939247bf5c3b669b398bdb36a9b5343872')