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

Levente Polyak anthraxx at archlinux.org
Wed Dec 20 17:14:41 UTC 2017


    Date: Wednesday, December 20, 2017 @ 17:14:40
  Author: anthraxx
Revision: 275039

fix source url

Modified:
  byacc/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2017-12-20 17:04:04 UTC (rev 275038)
+++ PKGBUILD	2017-12-20 17:14:40 UTC (rev 275039)
@@ -8,12 +8,12 @@
 pkgver=20170709
 pkgrel=1
 pkgdesc='Berkeley reimplementation of the Unix parser generator Yacc'
-url='http://invisible-island.net/byacc/'
+url='https://invisible-island.net/byacc/'
 arch=('x86_64')
 license=('custom')
 depends=('glibc')
 replaces=('byacc-noconflict')
-source=(ftp://invisible-island.net/${pkgname}/${pkgname}-${pkgver}.tgz{,.asc})
+source=(ftp://ftp.invisible-island.net/${pkgname}/${pkgname}-${pkgver}.tgz{,.asc})
 sha512sums=('81b6e2dfe674d7e7650e1583c46f67e20cc5ff56b06ef73a54ec2070abd7f4af1a0db7909f31264d0e6157acd3661c19c3478e06c9bab395f53d0371bc1e9097'
             'SKIP')
 validpgpkeys=('C52048C0C0748FEE227D47A2702353E0F7E48EDB') # Thomas Dickey <dickey at invisible-island.net>



More information about the arch-commits mailing list