FS#57352 - [inetutils] Remove double quotes around src download location

Attached to Project: Arch Linux
Opened by Andreas Baumann (andreas_baumann) - Saturday, 03 February 2018, 09:38 GMT
Last edited by Christian Hesse (eworm) - Monday, 05 February 2018, 20:03 GMT
Task Type Bug Report
Category Packages: Core
Status Closed
Assigned To Eric Belanger (Snowman)
Christian Hesse (eworm)
Architecture All
Severity Low
Priority Normal
Reported Version
Due in Version Undecided
Due Date Undecided
Percent Complete 100%
Votes 0
Private No

Details

Description:

source=("https://ftp.gnu.org/gnu/inetutils/${pkgname}-${pkgver}.tar.xz{,.sig}"

should be:

source=(https://ftp.gnu.org/gnu/inetutils/${pkgname}-${pkgver}.tar.xz{,.sig}

Additional info:
* package version(s): 1.9.4-5
* config and/or log files etc.


Steps to reproduce:

makepkg -s

==> Making package: inetutils 1.9.4-5 (Sat Feb 3 10:37:31 CET 2018)
==> Checking runtime dependencies...
==> Checking buildtime dependencies...
==> Retrieving sources...
-> Downloading inetutils-1.9.4.tar.xz{,.sig}...

[1/2]: https://ftp.gnu.org/gnu/inetutils/inetutils-1.9.4.tar.xz --> inetutils-1.9.4.tar.xz{,.sig}.part
% Total % Received % Xferd Average Speed Time Time Time Current
Dload Upload Total Spent Left Speed
100 1332k 100 1332k 0 0 903k 0 0:00:01 0:00:01 --:--:-- 903k

[2/2]: https://ftp.gnu.org/gnu/inetutils/inetutils-1.9.4.tar.xz.sig --> inetutils-1.9.4.tar.xz{,.sig}.part
0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0
curl: (22) The requested URL returned error: 416
==> ERROR: Failure while downloading https://ftp.gnu.org/gnu/inetutils/inetutils-1.9.4.tar.xz{,.sig}
Aborting...
This task depends upon

Closed by  Christian Hesse (eworm)
Monday, 05 February 2018, 20:03 GMT
Reason for closing:  Fixed
Additional comments about closing:  in SVN trunk

Loading...