Date: Monday, May 27, 2019 @ 20:45:17
  Author: arojas
Revision: 472025

https

Modified:
  bpython/trunk/PKGBUILD

----------+
 PKGBUILD |    4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD    2019-05-27 20:44:44 UTC (rev 472024)
+++ PKGBUILD    2019-05-27 20:45:17 UTC (rev 472025)
@@ -8,7 +8,7 @@
 pkgrel=1
 pkgdesc='Fancy ncurses interface to the Python interpreter'
 arch=('any')
-url='http://bpython-interpreter.org/'
+url='https://bpython-interpreter.org/'
 license=('MIT')
 depends=('python-pygments' 'python-requests' 'python-curtsies' 
'python-greenlet' 'python-six')
 optdepends=('python-urwid: for bpython-urwid'
@@ -15,7 +15,7 @@
             'python-jedi: multiline completion'
             'python-watchdog: module reloading')
 makedepends=('python-distribute' 'python2-distribute')
-#source=(http://bpython-interpreter.org/releases/bpython-${pkgver}.tar.gz)  # 
slow
+#source=(https://bpython-interpreter.org/releases/bpython-${pkgver}.tar.gz)  # 
slow
 #source=("https://github.com/bpython/bpython/archive/$pkgver-release.tar.gz";)  
# missing version data
 
source=("https://files.pythonhosted.org/packages/source/b/bpython/bpython-$pkgver.tar.gz";)
 md5sums=('a150a9ff3383013da1156dda4b44280d')

Reply via email to