[arch-commits] Commit in python-ipywidgets/trunk (PKGBUILD)
Kyle Keen
kkeen at archlinux.org
Sun Oct 23 05:27:27 UTC 2016
Date: Sunday, October 23, 2016 @ 05:27:27
Author: kkeen
Revision: 193021
fix local path
Modified:
python-ipywidgets/trunk/PKGBUILD
----------+
PKGBUILD | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
Modified: PKGBUILD
===================================================================
--- PKGBUILD 2016-10-23 05:24:47 UTC (rev 193020)
+++ PKGBUILD 2016-10-23 05:27:27 UTC (rev 193021)
@@ -14,7 +14,7 @@
# ipywidgets 5.2.X may be a joke, based on speed of releases
# and it seems to be because it doesn't do npm correctly
-source=("https://github.com/ipython/ipywidgets/archive/$pkgver.tar.gz")
+source=("$pkgname-$pkgver.tgz::https://github.com/ipython/ipywidgets/archive/$pkgver.tar.gz")
md5sums=('099e9b76c52839dc33604aad7a2f1a42')
build() {
More information about the arch-commits
mailing list