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

Lukas Fleischer lfleischer at archlinux.org
Sun Mar 3 11:32:57 UTC 2019


    Date: Sunday, March 3, 2019 @ 11:32:56
  Author: lfleischer
Revision: 347014

make: use HTTPs

Modified:
  make/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2019-03-03 11:32:37 UTC (rev 347013)
+++ PKGBUILD	2019-03-03 11:32:56 UTC (rev 347014)
@@ -6,11 +6,11 @@
 pkgrel=3
 pkgdesc="GNU make utility to maintain groups of programs"
 arch=('x86_64')
-url="http://www.gnu.org/software/make"
+url="https://www.gnu.org/software/make"
 license=('GPL3')
 groups=('base-devel')
 depends=('glibc' 'guile')
-source=(ftp://ftp.gnu.org/gnu/${pkgname}/${pkgname}-${pkgver}.tar.bz2{,.sig}
+source=(https://ftp.gnu.org/gnu/${pkgname}/${pkgname}-${pkgver}.tar.bz2{,.sig}
         guile-2.2.patch
         make-4.2.1-glob1.patch
         make-4.2.1-glob2.patch



More information about the arch-commits mailing list