summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-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')