Artix Linux Forum

Artix Linux => Package management => Topic started by: dreieck on 21 April 2024, 15:12:21

Title: "View Package Sources" link on "openconnect" is empty.
Post by: dreieck on 21 April 2024, 15:12:21
On "https://packages.artixlinux.org/details/openconnect", the link "View Package Sources" goes nowhere:
Code: [Select]
<a href="" target="blank">View Package Sources</a></section>
-- leading linked to the page itself but not to the place where the PKGBUILD is.

Regards!
Title: Re: "View Package Sources" link on "openconnect" is empty.
Post by: corysanin on 21 April 2024, 17:35:46
I think all the "view package sources" are wrong in one way or another. I have a PR that starts to address it, but I'm not confident in rust so I'm hoping another team member can review and approve it
Title: Re: "View Package Sources" link on "openconnect" is empty.
Post by: dreieck on 22 April 2024, 10:43:18
I think all the "view package sources" are wrong in one way or another. I have a PR that starts to address it, but I'm not confident in rust so I'm hoping another team member can review and approve it
So I suggest to link statically to https://gitea.artixlinux.org/packages in the meantime, or to remove/ hide the "View Package Sources" links completely in the meantime.

Regards!
Title: Re: "View Package Sources" link on "openconnect" is empty.
Post by: corysanin on 22 April 2024, 16:21:22
Current codebase doesn't work with the latest version of pacman. Everything in my PR (https://gitea.artixlinux.org/artixweb/artixweb_packages/pulls/6) is necessary to get it to build and deploy successfully.