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

Jelle van der Waa jelle at archlinux.org
Mon Feb 18 15:58:02 UTC 2019


    Date: Monday, February 18, 2019 @ 15:57:59
  Author: jelle
Revision: 434262

Use https for url

Modified:
  python-distutils-extra/trunk/PKGBUILD

----------+
 PKGBUILD |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2019-02-18 15:57:18 UTC (rev 434261)
+++ PKGBUILD	2019-02-18 15:57:59 UTC (rev 434262)
@@ -10,7 +10,7 @@
 license=('GPL')
 url='https://launchpad.net/python-distutils-extra'
 makedepends=('python2-setuptools' 'python-setuptools' 'intltool')
-source=(http://launchpad.net/$pkgbase/trunk/$pkgver/+download/$pkgbase-$pkgver.tar.gz{,.asc})
+source=(https://launchpad.net/$pkgbase/trunk/$pkgver/+download/$pkgbase-$pkgver.tar.gz{,.asc})
 # https://launchpad.net/python-distutils-extra/trunk/2.39/+download/python-distutils-extra-2.39.tar.gz.asc
         #$pkgbase-$pkgver.tar.gz.sig::http://launchpad.net/$pkgbase/trunk/$pkgver/+download/dist-$pkgbase-$pkgver.tar.gz.sig)
 validpgpkeys=('3DB46B55EFA59D40E6232148D14EF15DAFE11347')



More information about the arch-commits mailing list