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

Kyle Keen kkeen at archlinux.org
Sun Oct 23 05:24:48 UTC 2016


    Date: Sunday, October 23, 2016 @ 05:24:47
  Author: kkeen
Revision: 193020

fix local name

Modified:
  jupyter-nbformat/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2016-10-23 04:44:16 UTC (rev 193019)
+++ PKGBUILD	2016-10-23 05:24:47 UTC (rev 193020)
@@ -10,7 +10,7 @@
 license=('BSD')
 depends=('python-traitlets' 'python-jupyter_core' 'python-jsonschema')
 makedepends=('python-setuptools')
-source=("https://github.com/jupyter/nbformat/archive/$pkgver.tar.gz")
+source=("$pkgname-$pkgver.tar.gz::https://github.com/jupyter/nbformat/archive/$pkgver.tar.gz")
 md5sums=('826b4fc4ec42553b20144f53b57b4e7b')
 
 build() {



More information about the arch-commits mailing list