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

Pierre Schmitz pierre at archlinux.org
Sun Aug 6 06:30:10 UTC 2017


    Date: Sunday, August 6, 2017 @ 06:30:10
  Author: pierre
Revision: 301695

Use HTTPS urls

Modified:
  xz/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2017-08-06 06:28:00 UTC (rev 301694)
+++ PKGBUILD	2017-08-06 06:30:10 UTC (rev 301695)
@@ -7,11 +7,10 @@
 pkgrel=1
 pkgdesc='Library and command line tools for XZ and LZMA compressed files'
 arch=('i686' 'x86_64')
-url='http://tukaani.org/xz/'
+url='https://tukaani.org/xz/'
 license=('GPL' 'LGPL' 'custom')
 depends=('sh')
-source=("http://tukaani.org/${pkgname}/${pkgname}-${pkgver}.tar.gz"
-        "http://tukaani.org/${pkgname}/${pkgname}-${pkgver}.tar.gz.sig")
+source=("https://tukaani.org/${pkgname}/${pkgname}-${pkgver}.tar.gz"{,.sig})
 md5sums=('ef68674fb47a8b8e741b34e429d86e9d'
          'SKIP')
 validpgpkeys=('3690C240CE51B4670D30AD1C38EE757D69184620')



More information about the arch-commits mailing list