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

Lukas Fleischer lfleischer at archlinux.org
Sun Mar 3 11:31:39 UTC 2019


    Date: Sunday, March 3, 2019 @ 11:31:38
  Author: lfleischer
Revision: 347011

autoconf: use HTTPs

Modified:
  autoconf/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2019-03-03 11:29:24 UTC (rev 347010)
+++ PKGBUILD	2019-03-03 11:31:38 UTC (rev 347011)
@@ -7,12 +7,12 @@
 pkgdesc="A GNU tool for automatically configuring source code"
 arch=('any')
 license=('GPL2' 'GPL3' 'custom')
-url="http://www.gnu.org/software/autoconf"
+url="https://www.gnu.org/software/autoconf"
 groups=('base-devel')
 depends=('awk' 'm4' 'diffutils' 'sh')
 makedepends=('help2man')  # needed while perl patch is present
 checkdepends=('gcc-fortran')
-source=(ftp://ftp.gnu.org/pub/gnu/${pkgname}/${pkgname}-${pkgver}.tar.xz{,.sig}
+source=(https://ftp.gnu.org/pub/gnu/${pkgname}/${pkgname}-${pkgver}.tar.xz{,.sig}
         autoconf-2.69-perl-5.22-autoscan.patch
         autoconf-2.69-perl-5.28.patch
         autoconf-2.69-libtool-compatibility.patch)



More information about the arch-commits mailing list