FS#70757 - [signond] broken download location and a shell glob

Attached to Project: Arch Linux
Opened by Andreas Baumann (andreas_baumann) - Saturday, 08 May 2021, 18:28 GMT
Last edited by Antonio Rojas (arojas) - Saturday, 08 May 2021, 18:33 GMT
Task Type Bug Report
Category Packages: Extra
Status Closed
Assigned To No-one
Architecture All
Severity Low
Priority Normal
Reported Version
Due in Version Undecided
Due Date Undecided
Percent Complete 100%
Votes 0
Private No

Details

Description:

Warning: Problem : HTTP error. Will retry in 3 seconds. 1 retries left.
100 98 100 98 0 0 468 0 --:--:-- --:--:-- --:--:-- 466
0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0
curl: (22) The requested URL returned error: 503
==> ERROR: Failure while downloading https://gitlab.com/accounts-sso/signond/repository/archive.tar.bz2?ref=VERSION_8.60
Aborting...

Changed the following (navigating via https://gitlab.com/accounts-sso/signond/-/tags):

source=("https://gitlab.com/accounts-sso/signond/-/archive/VERSION_$pkgver/signond-VERSION_$pkgver.tar.bz
2")
sha1sums=('9c81aaaa70c27e0eef95eeaf3df5db5f5de792ea')

and then I get:

/startdir/PKGBUILD: line 23: cd: too many arguments

Also I personally wouldn't do shell globs for picking the build directory:

cd $pkgname-VERSION_*

changed it to:

cd $pkgname-VERSION_$pkgver

Additional info:
* package version(s): 8.60-3

Then it builds fine.

Steps to reproduce:

asp export extra/signond
cd signond
staging-x86_64-build
This task depends upon

Closed by  Antonio Rojas (arojas)
Saturday, 08 May 2021, 18:33 GMT
Reason for closing:  Fixed
Additional comments about closing:  Thanks

Loading...