Date: Saturday, January 26, 2019 @ 17:17:44 Author: yan12125 Revision: 428163
python-klein: use HTTPS in url Ref: https://www.archlinux.org/todo/use-https-in-the-url-field/ Modified: python-klein/trunk/PKGBUILD ----------+ PKGBUILD | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2019-01-26 16:47:08 UTC (rev 428162) +++ PKGBUILD 2019-01-26 17:17:44 UTC (rev 428163) @@ -7,7 +7,7 @@ pkgrel=2 arch=(any) pkgdesc='A web micro-framework built on werkzeug and twisted.web' -url='http://github.com/twisted/klein' +url='https://github.com/twisted/klein' license=(MIT) makedepends=(python-setuptools python-incremental python-six python-twisted python-werkzeug python2-setuptools python2-incremental python2-six python2-twisted python2-werkzeug)
