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

Lukas Fleischer lfleischer at archlinux.org
Sun Mar 3 13:23:02 UTC 2019


    Date: Sunday, March 3, 2019 @ 13:23:01
  Author: lfleischer
Revision: 347018

unzip: use HTTPs

Modified:
  unzip/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2019-03-03 13:22:05 UTC (rev 347017)
+++ PKGBUILD	2019-03-03 13:23:01 UTC (rev 347018)
@@ -8,11 +8,11 @@
 _pkgver=${pkgver/./}
 pkgrel=13
 pkgdesc='For extracting and viewing files in .zip archives'
-url='http://www.info-zip.org/UnZip.html'
+url='https://www.info-zip.org/UnZip.html'
 arch=('x86_64')
 license=('custom')
 depends=('bzip2' 'bash')
-source=("http://downloads.sourceforge.net/infozip/${pkgname}${_pkgver}.tar.gz"
+source=("https://downloads.sourceforge.net/infozip/${pkgname}${_pkgver}.tar.gz"
         'overflow-fsize.patch'
         'cve20149636.patch'
         'test_compr_eb.patch'



More information about the arch-commits mailing list