[arch-commits] Commit in python-qtconsole/trunk (PKGBUILD)
Kyle Keen
kkeen at archlinux.org
Sun Oct 23 05:32:10 UTC 2016
Date: Sunday, October 23, 2016 @ 05:32:09
Author: kkeen
Revision: 193023
fix local path
Modified:
python-qtconsole/trunk/PKGBUILD
----------+
PKGBUILD | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
Modified: PKGBUILD
===================================================================
--- PKGBUILD 2016-10-23 05:29:37 UTC (rev 193022)
+++ PKGBUILD 2016-10-23 05:32:09 UTC (rev 193023)
@@ -13,7 +13,7 @@
'python-traitlets' 'python-pygments' 'python-pyzmq'
'qt5-svg' 'python-pyqt5' 'python-sip')
makedepends=('python-setuptools' 'python2-setuptools')
-source=("https://github.com/jupyter/qtconsole/archive/$pkgver.tar.gz")
+source=("$pkgbase-$pkgver.tgz::https://github.com/jupyter/qtconsole/archive/$pkgver.tar.gz")
md5sums=('97a3e29cd69bc0270411b313c907c173')
prepare() {
More information about the arch-commits
mailing list