[arch-commits] Commit in jupyter_console/trunk (PKGBUILD)

Kyle Keen kkeen at archlinux.org
Sun Oct 23 05:40:19 UTC 2016


    Date: Sunday, October 23, 2016 @ 05:40:19
  Author: kkeen
Revision: 193027

fix local path

Modified:
  jupyter_console/trunk/PKGBUILD

----------+
 PKGBUILD |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2016-10-23 05:38:59 UTC (rev 193026)
+++ PKGBUILD	2016-10-23 05:40:19 UTC (rev 193027)
@@ -11,7 +11,7 @@
 depends=('ipython' 'python-jupyter_client' 'python-ipykernel'
          'python-pygments' 'python-prompt_toolkit')
 makedepends=('python-setuptools')
-source=("https://github.com/jupyter/jupyter_console/archive/$pkgver.tar.gz")
+source=("$pkgname-$pkgver.tgz::https://github.com/jupyter/jupyter_console/archive/$pkgver.tar.gz")
 md5sums=('08a9fde32a45c9e2e0b4cec6eca249c2')
 
 build() {



More information about the arch-commits mailing list