diff options
author | Erich Eckner <git@eckner.net> | 2016-05-25 14:45:18 +0200 |
---|---|---|
committer | Erich Eckner <git@eckner.net> | 2016-05-25 17:03:03 +0200 |
commit | 972937bb0917909ac2073b3b529e84f0fa8ba1b3 (patch) | |
tree | 66ab4588c6d68dd3e5241f8943846fb5740e392e /jupyterhub | |
parent | b44d3848eb0a777ee1bdc1cdf2d9653e8edf7a60 (diff) | |
download | archlinuxewe-972937bb0917909ac2073b3b529e84f0fa8ba1b3.tar.xz |
jupyterhub-Quelle von woanders holen
Diffstat (limited to 'jupyterhub')
-rw-r--r-- | jupyterhub/PKGBUILD | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/jupyterhub/PKGBUILD b/jupyterhub/PKGBUILD index 439f58f05..79559f76f 100644 --- a/jupyterhub/PKGBUILD +++ b/jupyterhub/PKGBUILD @@ -9,8 +9,8 @@ arch=(any) license=('BSD') 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') +source=("https://github.com/jupyterhub/jupyterhub/archive/${pkgver}.tar.gz") +sha512sums=('6f37f1ebf1306a08516072fb78ab006a35bbdd84936945bf734bc9e8ae1d4d41f958e9e11548cdeaa4ce5e4b7accf2b4dd42f4406ec50b40c96b3140c7e208a9') build() { cd "${srcdir}/jupyterhub-$pkgver" |