Package Details: libproidplus-gui 2.5.0-3

Git Clone URL: https://aur.archlinux.org/libproidplus-gui.git (read-only, click to copy)
Package Base: libproidplus-gui
Description: Library for ProID+ SmartCards
Upstream URL: https://proid.cz/
Licenses: custom:eula
Submitter: k8ie
Maintainer: k8ie (itsdrike)
Last Packager: itsdrike
Votes: 0
Popularity: 0.000000
First Submitted: 2023-04-23 19:14 (UTC)
Last Updated: 2025-09-29 07:13 (UTC)

Dependencies (2)

Required by (1)

Sources (0)

Latest Comments

itsdrike commented on 2025-09-03 21:12 (UTC)

Looks like the curl link used in prepare step is no longer returning the expected data, causing a failure during prepare step:

  % Total    % Received % Xferd  Average Speed   Time    Time     Time  Current
                                 Dload  Upload   Total   Spent    Left  Speed
  0     0    0     0    0     0      0      0 --:--:--  0:00:02 --:--:--     0curl: (6) Could not resolve host: null
==> ERROR: A failure occurred in prepare().
    Aborting...
error: failed to build 'libproidplus-gui-2.5.0-1': 
error: packages failed to build: libproidplus-gui-2.5.0-1

This is directly caused by the following:

itsdrike ~ $ curl -X 'GET' 'https://api.appcenter.ms/v0.1/public/sdk/apps/99e7966f-a82f-4930-9ba2-dad36fc61924/distribution_groups/cfb2aaa1-0ae6-4937-8b7e-b99b6e3f03cf/releases/latest' -H 'accept: application/json'                                 
{"message":"internal error","err_message":"Access to distribution API is restricted"} 

Leading to a silent failure in setting the _downloadurl since jq '.download_url' returns back null, which then fails the next curl request.