FS#54200 - [backuppc] bad source URLs

Attached to Project: Community Packages
Opened by Kevin Mihelich (kmihelich) - Friday, 26 May 2017, 23:09 GMT
Last edited by Sébastien Luttringer (seblu) - Thursday, 01 June 2017, 21:28 GMT
Task Type Bug Report
Category Packages
Status Closed
Assigned To Sébastien Luttringer (seblu)
Architecture All
Severity Low
Priority Normal
Reported Version
Due in Version Undecided
Due Date Undecided
Percent Complete 100%
Votes 0
Private No

Details

Description: The backuppc-xs and rsync-bpc source URLs need the "v" prefix removed, and should not have the dots replaced by underscores.

Original:
source=("https://github.com/backuppc/backuppc/releases/download/$pkgver/BackupPC-$pkgver.tar.gz"
"https://github.com/backuppc/backuppc-xs/releases/download/v${_xsver//./_}/BackupPC-XS-${_xsver}.tar.gz"
"https://github.com/backuppc/rsync-bpc/releases/download/v${_rbpcver//./_}/rsync-bpc-${_rbpcver}.tar.gz"

Fixed:
source=("https://github.com/backuppc/backuppc/releases/download/$pkgver/BackupPC-$pkgver.tar.gz"
"https://github.com/backuppc/backuppc-xs/releases/download/${_xsver}/BackupPC-XS-${_xsver}.tar.gz"
"https://github.com/backuppc/rsync-bpc/releases/download/${_rbpcver}/rsync-bpc-${_rbpcver}.tar.gz"


Additional info:
* package version: 4.1.2-2

Steps to reproduce: Download the sources using makepkg.
This task depends upon

Closed by  Sébastien Luttringer (seblu)
Thursday, 01 June 2017, 21:28 GMT
Reason for closing:  Fixed
Additional comments about closing:  backuppc-4.1.2-3

Loading...