summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMichel Zou2016-02-25 19:24:19 +0100
committerMichel Zou2016-02-25 19:24:19 +0100
commitc339dd6bbf5e48edd3a915c013b852aaddfbbf58 (patch)
treee4ce4e612cdfd4cce4a9d2016c7d51159b351ded
parent69ca00c4ff649a2f2a8bd819e7d49ca67e98683b (diff)
downloadaur-c339dd6bbf5e48edd3a915c013b852aaddfbbf58.tar.gz
updated dependencies
-rw-r--r--.SRCINFO7
-rw-r--r--PKGBUILD2
2 files changed, 5 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 77fbb6d75a30..9a5291de8907 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,5 +1,5 @@
# Generated by mksrcinfo v8
-# Tue Feb 16 06:52:00 UTC 2016
+# Thu Feb 25 18:24:19 UTC 2016
pkgbase = jupyterhub
pkgdesc = Multi-user server for Jupyter notebooks
pkgver = 0.4.1
@@ -9,9 +9,10 @@ pkgbase = jupyterhub
license = BSD
makedepends = bower
makedepends = npm
- depends = jupyter-notebook
+ depends = python-tornado
depends = python-jinja
- depends = python-simplepam
+ depends = ipython
+ depends = python-pamela
depends = python-sqlalchemy
depends = python-requests
depends = nodejs-configurable-http-proxy
diff --git a/PKGBUILD b/PKGBUILD
index b40b4aefbfd9..1c6484d35672 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -6,7 +6,7 @@ pkgdesc="Multi-user server for Jupyter notebooks "
url="http://jupyter.org/"
arch=(any)
license=('BSD')
-depends=('jupyter-notebook' 'python-jinja' 'python-simplepam' 'python-sqlalchemy' 'python-requests' 'nodejs-configurable-http-proxy')
+depends=('python-tornado' 'python-jinja' 'ipython' 'python-pamela' 'python-sqlalchemy' 'python-requests' 'nodejs-configurable-http-proxy')
makedepends=('bower' 'npm')
source=("https://github.com/jupyter/jupyterhub/archive/${pkgver}.tar.gz")
md5sums=('9dcbec101e4e28065aafbac3672eb391')