Date: Sunday, October 23, 2016 @ 05:35:44
  Author: kkeen
Revision: 193024

fix local path

Modified:
  jupyter-notebook/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD    2016-10-23 05:32:09 UTC (rev 193023)
+++ PKGBUILD    2016-10-23 05:35:44 UTC (rev 193024)
@@ -16,7 +16,7 @@
 makedepends=('python-setuptools' 'npm' 'git')
 optdepends=('mathjax: latex equation rendering'
             'pandoc: notebook export')
-source=("https://github.com/jupyter/notebook/archive/$pkgver.tar.gz";)
+source=("$pkgname-$pkgver.tgz::https://github.com/jupyter/notebook/archive/$pkgver.tar.gz";)
 md5sums=('5c6b0b1303adacd8972c4db21eda3e98')
 
 build() {

Reply via email to