summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMichel Zou2015-10-22 22:01:59 +0200
committerMichel Zou2015-10-22 22:01:59 +0200
commitd41f328369d0f92f504e325cb23f18d6b1fd2d55 (patch)
tree497750e9320be53256c12be75752a7e2185aacea
parent1473f3c6fee09c15813ca91b72ee2b74e19b72a4 (diff)
downloadaur-d41f328369d0f92f504e325cb23f18d6b1fd2d55.tar.gz
use python-simplepam
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD2
2 files changed, 2 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index b5301b755420..3397380a353c 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -9,7 +9,7 @@ pkgbase = jupyterhub
makedepends = npm
depends = ipython-notebook
depends = python-jinja
- depends = python3-simplepam
+ depends = python-simplepam
depends = python-sqlalchemy
depends = python-requests
depends = nodejs-configurable-http-proxy
diff --git a/PKGBUILD b/PKGBUILD
index a944e9cc97da..7acfeda3f87c 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=('ipython-notebook' 'python-jinja' 'python3-simplepam' 'python-sqlalchemy' 'python-requests' 'nodejs-configurable-http-proxy')
+depends=('ipython-notebook' 'python-jinja' 'python-simplepam' 'python-sqlalchemy' 'python-requests' 'nodejs-configurable-http-proxy')
makedepends=('bower' 'npm')
source=("https://github.com/jupyter/jupyterhub/archive/${pkgver}.tar.gz")
md5sums=('3d781022ae234ef7802209895db4fc45')