pacstall / pacup

Help maintainers update pacscripts (next-gen Perl rewrite)
GNU General Public License v3.0
5 stars 2 forks source link

ERROR: 400 URL must be absolute #19

Closed fang64 closed 3 months ago

fang64 commented 3 months ago

Describe the bug

ran pacup hamclock Resulted in,

fang64@buildpkgs.snowstorm> pacup hamclock
[+] INFO: Parsing .SRCINFO for hamclock.pacscript
    [>] Found pkgname: hamclock
    [>] Found pkgver: 4.00
    [>] Found maintainer: Roy Williams <fang64@gmail.com>
    [>] Found repology info: project: hamclock
[+] INFO: Querying Repology
** GET https://repology.org/api/v1/project/hamclock ==> 200 OK (1s)
    [>] Current: 4.00 ~> Latest: 4.01
Proceed with updating hamclock to 4.01? [Y/n] 
    [>] Found source https://github.com/fang64/hamclock/archive/refs/tags/v4.01.tar.gz
    [>] Found source hamclock.desktop
[+] INFO: Fetching sources for hamclock
[+] INFO: Downloading v4.01.tar.gz
    [>] Calculating sha256sum for source entry
[+] INFO: Downloading hamclock.desktop
[!] ERROR: 400 URL must be absolute
[+] INFO: Cleaning up

To reproduce

I updated the package upstream and then tried to run pacup hamclock to apply the same update.

Expected behavior

Should update the pacstall package.

Screenshots

image