Date: Monday, February 5, 2018 @ 20:03:21
Author: eworm
Revision: 315913
fix source url quotes
Modified:
inetutils/trunk/PKGBUILD
----------+
PKGBUILD | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
Modified: PKGBUILD
===================================================================
--- PKGBUILD 2018-02-05 19:10:08 UTC (rev 315912)
+++ PKGBUILD 2018-02-05 20:03:21 UTC (rev 315913)
@@ -16,7 +16,7 @@
'etc/pam.d/rlogin' 'etc/pam.d/rsh')
options=('!emptydirs')
install=inetutils.install
-source=("https://ftp.gnu.org/gnu/inetutils/${pkgname}-${pkgver}.tar.xz{,.sig}"
+source=("https://ftp.gnu.org/gnu/inetutils/${pkgname}-${pkgver}.tar.xz"{,.sig}
'ftpd.service' 'rlogin.pam' '[email protected]' 'rlogin.socket'
'rlogin.xinetd'
'rsh.pam' '[email protected]' 'rsh.socket' 'rsh.xinetd' 'talk.service'
'talk.socket'
'talk.xinetd' '[email protected]' 'telnet.socket' 'telnet.xinetd')