[arch-commits] Commit in python-jupyter_client/trunk (PKGBUILD)
Kyle Keen
kkeen at archlinux.org
Sun Oct 23 05:37:23 UTC 2016
Date: Sunday, October 23, 2016 @ 05:37:22
Author: kkeen
Revision: 193025
fix local path
Modified:
python-jupyter_client/trunk/PKGBUILD
----------+
PKGBUILD | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
Modified: PKGBUILD
===================================================================
--- PKGBUILD 2016-10-23 05:35:44 UTC (rev 193024)
+++ PKGBUILD 2016-10-23 05:37:22 UTC (rev 193025)
@@ -15,7 +15,7 @@
'python2-ipykernel' 'python2-traitlets' 'python2-pyzmq'
'python2-jupyter_core')
-source=("https://github.com/jupyter/jupyter_client/archive/$pkgver.tar.gz")
+source=("$pkgbase-$pkgver.tgz::https://github.com/jupyter/jupyter_client/archive/$pkgver.tar.gz")
md5sums=('a0bd6fe6ba7c504fbc962a88a2a56a90')
prepare() {
More information about the arch-commits
mailing list