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

Kyle Keen kkeen at archlinux.org
Sun Oct 23 05:29:37 UTC 2016


    Date: Sunday, October 23, 2016 @ 05:29:37
  Author: kkeen
Revision: 193022

fix local path

Modified:
  python-jupyter_core/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2016-10-23 05:27:27 UTC (rev 193021)
+++ PKGBUILD	2016-10-23 05:29:37 UTC (rev 193022)
@@ -11,7 +11,7 @@
 license=('BSD')
 depends=('python-traitlets')
 makedepends=('python-setuptools' 'python2-setuptools')
-source=("https://github.com/jupyter/jupyter_core/archive/$pkgver.tar.gz")
+source=("$pkgname-$pkgver.tgz::https://github.com/jupyter/jupyter_core/archive/$pkgver.tar.gz")
 md5sums=('25c1fc68b1b73c0a2e616c76f02bf061')
 
 prepare() {



More information about the arch-commits mailing list