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

Antonio Rojas arojas at archlinux.org
Tue Nov 1 21:14:01 UTC 2016


    Date: Tuesday, November 1, 2016 @ 21:14:00
  Author: arojas
Revision: 194275

Use https

Modified:
  python-speaklater/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2016-11-01 21:13:11 UTC (rev 194274)
+++ PKGBUILD	2016-11-01 21:14:00 UTC (rev 194275)
@@ -12,8 +12,8 @@
 url="http://pypi.python.org/pypi/speaklater"
 license=("BSD")
 makedepends=('python2-setuptools' 'python-setuptools')
-source=("http://pypi.python.org/packages/source/s/speaklater/speaklater-${pkgver}.tar.gz")
-md5sums=("e8d5dbe36e53d5a35cff227e795e8bbf")
+source=("https://pypi.io/packages/source/s/speaklater/speaklater-${pkgver}.tar.gz")
+md5sums=('e8d5dbe36e53d5a35cff227e795e8bbf')
 
 prepare() {
     cp -R speaklater-$pkgver python2-speaklater-$pkgver



More information about the arch-commits mailing list