summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMichel Zou2016-06-19 22:03:05 +0200
committerMichel Zou2016-06-19 22:03:05 +0200
commit3f1530d0466d2d7db1cf174c65a1ac1025519252 (patch)
tree3a08f43409b2e16c3027f4a4bf342b60e43a6c23
parentc339dd6bbf5e48edd3a915c013b852aaddfbbf58 (diff)
downloadaur-3f1530d0466d2d7db1cf174c65a1ac1025519252.tar.gz
0.6.1
-rw-r--r--.SRCINFO9
-rw-r--r--PKGBUILD6
2 files changed, 8 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 9a5291de8907..f04e2f0a213b 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,14 +1,15 @@
# Generated by mksrcinfo v8
-# Thu Feb 25 18:24:19 UTC 2016
+# Sun Jun 19 20:03:05 UTC 2016
pkgbase = jupyterhub
pkgdesc = Multi-user server for Jupyter notebooks
- pkgver = 0.4.1
+ pkgver = 0.6.1
pkgrel = 1
url = http://jupyter.org/
arch = any
license = BSD
makedepends = bower
makedepends = npm
+ depends = python-alembic
depends = python-tornado
depends = python-jinja
depends = ipython
@@ -16,8 +17,8 @@ pkgbase = jupyterhub
depends = python-sqlalchemy
depends = python-requests
depends = nodejs-configurable-http-proxy
- source = https://github.com/jupyter/jupyterhub/archive/0.4.1.tar.gz
- md5sums = 9dcbec101e4e28065aafbac3672eb391
+ source = https://github.com/jupyter/jupyterhub/archive/0.6.1.tar.gz
+ md5sums = cf3de18430795a6e1b51feb06b34e8a8
pkgname = jupyterhub
diff --git a/PKGBUILD b/PKGBUILD
index 1c6484d35672..502f6d8f414c 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,15 +1,15 @@
pkgname=jupyterhub
-pkgver=0.4.1
+pkgver=0.6.1
pkgrel=1
pkgdesc="Multi-user server for Jupyter notebooks "
url="http://jupyter.org/"
arch=(any)
license=('BSD')
-depends=('python-tornado' 'python-jinja' 'ipython' 'python-pamela' 'python-sqlalchemy' 'python-requests' 'nodejs-configurable-http-proxy')
+depends=('python-alembic' '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')
+md5sums=('cf3de18430795a6e1b51feb06b34e8a8')
build() {
cd "${srcdir}/jupyterhub-$pkgver"