[arch-commits] Commit in python-terminado/trunk (PKGBUILD)

Kyle Keen kkeen at archlinux.org
Tue Nov 21 13:36:10 UTC 2017


    Date: Tuesday, November 21, 2017 @ 13:36:09
  Author: kkeen
Revision: 267801

upgpkg: python-terminado 0.7-1

Modified:
  python-terminado/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2017-11-21 13:29:16 UTC (rev 267800)
+++ PKGBUILD	2017-11-21 13:36:09 UTC (rev 267801)
@@ -5,8 +5,8 @@
 pkgbase=python-terminado
 pkgname=(python-terminado python2-terminado)
 _pkgname=terminado
-pkgver=0.6
-pkgrel=2
+pkgver=0.7
+pkgrel=1
 pkgdesc="Terminals served to term.js using Tornado websockets"
 url="https://github.com/takluyver/terminado"
 arch=('any')
@@ -15,9 +15,9 @@
 makedepends=('python-setuptools' 'python2-setuptools'
              'python-tornado' 'python-ptyprocess'
              'python2-tornado' 'python2-ptyprocess')
-source=("http://pypi.python.org/packages/source/t/$_pkgname/$_pkgname-$pkgver.tar.gz"
+source=("https://files.pythonhosted.org/packages/source/t/terminado/terminado-$pkgver.tar.gz"
         'https://raw.githubusercontent.com/takluyver/terminado/master/LICENSE.txt')
-md5sums=('5b6c65da27fe1ed07a9f80f0588cdaba'
+md5sums=('119675884d3eba2646b577fcb0de3b3a'
          '242c3ea7df130edf77dc0e088ac1847c')
 
 prepare() {



More information about the arch-commits mailing list