FS#61878 - [pcre2] 10.32-2 Source fails to download because of an error in PKGBUILD

Attached to Project: Arch Linux
Opened by Leonid Bloch (blochl) - Wednesday, 27 February 2019, 10:21 GMT
Last edited by Christian Hesse (eworm) - Thursday, 28 February 2019, 08:10 GMT
Task Type Bug Report
Category Packages: Core
Status Closed
Assigned To 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:


Upon "makepkg -c --verifysource":

```
...
==> ERROR: Failure while downloading https://ftp.pcre.org/pub/pcre/-10.32.tar.bz2
Aborting...
```

The following change to PKGBUILD fixes that:

-source=("https://ftp.pcre.org/pub/pcre/$_pkgname-$pkgver.tar.bz2"{,.sig})
+source=("https://ftp.pcre.org/pub/pcre/${pkgname}-${pkgver}.tar.bz2"{,.sig})
This task depends upon

Closed by  Christian Hesse (eworm)
Thursday, 28 February 2019, 08:10 GMT
Reason for closing:  Fixed
Additional comments about closing:  in SVN
Comment by Eli Schwartz (eschwartz) - Thursday, 28 February 2019, 02:42 GMT Comment by Christian Hesse (eworm) - Thursday, 28 February 2019, 08:09 GMT
Ups... No idea where this underscore comes from.

Loading...