summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMichel Zou2015-11-20 20:41:52 +0100
committerMichel Zou2015-11-20 20:41:52 +0100
commitabf2e4f7740b7b6073a7cd7429bfd82dc9e4ce67 (patch)
treee9c2c9d8672a8faa5989c08046331a1cd21db8e5
parentd41f328369d0f92f504e325cb23f18d6b1fd2d55 (diff)
downloadaur-abf2e4f7740b7b6073a7cd7429bfd82dc9e4ce67.tar.gz
0.3
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 3397380a353c..4ef26982e9d1 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = jupyterhub
pkgdesc = Multi-user server for Jupyter notebooks
- pkgver = 0.2.0
+ pkgver = 0.3.0
pkgrel = 1
url = http://jupyter.org/
arch = any
@@ -13,8 +13,8 @@ pkgbase = jupyterhub
depends = python-sqlalchemy
depends = python-requests
depends = nodejs-configurable-http-proxy
- source = https://github.com/jupyter/jupyterhub/archive/0.2.0.tar.gz
- md5sums = 3d781022ae234ef7802209895db4fc45
+ source = https://github.com/jupyter/jupyterhub/archive/0.3.0.tar.gz
+ md5sums = 9d07b21d558adddd4605cba81b75d9b2
pkgname = jupyterhub
diff --git a/PKGBUILD b/PKGBUILD
index 7acfeda3f87c..6e5c28fc1b93 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,6 +1,6 @@
pkgname=jupyterhub
-pkgver=0.2.0
+pkgver=0.3.0
pkgrel=1
pkgdesc="Multi-user server for Jupyter notebooks "
url="http://jupyter.org/"
@@ -9,7 +9,7 @@ license=('BSD')
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')
+md5sums=('9d07b21d558adddd4605cba81b75d9b2')
build() {
cd "${srcdir}/jupyterhub-$pkgver"