From e10493fb3a3a034ea7367a310ff3c917182acb05 Mon Sep 17 00:00:00 2001 From: thomas Date: Tue, 22 Nov 2016 11:57:52 +0100 Subject: [PATCH] pyqt: Reeintroduced sourceforge URL's --- PyQt.be0 | 2 +- PyQt5.be0 | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/PyQt.be0 b/PyQt.be0 index c78b7924e..e3855624b 100755 --- a/PyQt.be0 +++ b/PyQt.be0 @@ -5,7 +5,7 @@ export QTDIR=/usr/local/qt4 ## The source URL(s) array -SRCURL[0]="file:///src/mariux/beeroot/downloads/PyQt-x11-gpl-${PKGVERSION}.tar.gz" +SRCURL[0]="https://sourceforge.net/projects/pyqt/files/PyQt4/PyQt-${PKGVERSION}/PyQt-x11-gpl-${PKGVERSION}.tar.gz" ## Add URLs/pathes to patch files # Fix phonon detection diff --git a/PyQt5.be0 b/PyQt5.be0 index 59d051f19..a5204f034 100755 --- a/PyQt5.be0 +++ b/PyQt5.be0 @@ -5,7 +5,7 @@ export QTDIR=/usr/local/qt5 ## The source URL(s) array -SRCURL[0]="file:///src/mariux/beeroot/downloads/PyQt5_gpl-${PKGVERSION}.tar.gz" +SRCURL[0]="https://sourceforge.net/projects/pyqt/files/PyQt5/PyQt-${PKGVERSION}/PyQt5_gpl-${PKGVERSION}.tar.gz" ## Add URLs/pathes to patch files # PATCHURL+=()