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

Antonio Rojas arojas at archlinux.org
Mon May 27 20:26:32 UTC 2019


    Date: Monday, May 27, 2019 @ 20:26:31
  Author: arojas
Revision: 471979

https

Modified:
  arch/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2019-05-27 20:26:04 UTC (rev 471978)
+++ PKGBUILD	2019-05-27 20:26:31 UTC (rev 471979)
@@ -7,10 +7,10 @@
 pkgdesc='A modern and remarkable revision control system.'
 arch=('x86_64')
 license=('GPL')
-url='http://www.gnu.org/software/gnu-arch'
+url='https://www.gnu.org/software/gnu-arch'
 depends=('zlib' 'expat' 'krb5')
 options=('!makeflags')
-source=("ftp://ftp.gnu.org/old-gnu/gnu-arch/tla-${pkgver}.tar.gz")
+source=("https://ftp.gnu.org/old-gnu/gnu-arch/tla-${pkgver}.tar.gz")
 md5sums=('db31ee89bc4788eef1eba1cee6c176ef')
 
 build() {



More information about the arch-commits mailing list