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

Kyle Keen kkeen at archlinux.org
Sun Oct 23 05:39:00 UTC 2016


    Date: Sunday, October 23, 2016 @ 05:38:59
  Author: kkeen
Revision: 193026

fix local path

Modified:
  python-ipykernel/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2016-10-23 05:37:22 UTC (rev 193025)
+++ PKGBUILD	2016-10-23 05:38:59 UTC (rev 193026)
@@ -11,7 +11,7 @@
 license=('BSD')
 depends=('python-traitlets' 'python-tornado' 'ipython')
 makedepends=('python-setuptools' 'python2-setuptools')
-source=("https://github.com/ipython/ipykernel/archive/$pkgver.tar.gz")
+source=("$pkgbase-$pkgver.tgz::https://github.com/ipython/ipykernel/archive/$pkgver.tar.gz")
 md5sums=('ea6aaf431b100452905aaca208edac72')
 
 # jupyter -> python-jupyter_client  (add once dep cycle is resolved)



More information about the arch-commits mailing list