Package Details: alexandrie-pg 0.1.0_20231113-2

Git Clone URL: https://aur.archlinux.org/alexandrie-pg.git (read-only, click to copy)
Package Base: alexandrie-pg
Description: Rust private crates registry - with postgres backend
Upstream URL: https://github.com/Hirevo/alexandrie
Licenses: MIT
Provides: alexandrie
Submitter: ju6ge
Maintainer: ju6ge
Last Packager: ju6ge
Votes: 1
Popularity: 0.89
First Submitted: 2024-07-16 08:43 (UTC)
Last Updated: 2025-03-30 09:41 (UTC)

Latest Comments

ju6ge commented on 2025-03-30 09:42 (UTC)

@ussur Thanks for the report. But your suggested fix is insuffient as a general fix. You are correct that the export is not required anymore (it was when I created the package, otherwise I would not have added it)

More importantly for this to build correctly rustup is required instead of rust as a dependency, previously this package only specified cargo as a build dependency which would per default install rust instead of rustup. I updated the build dependencies so it should work in more cases now.

Kind regards, ju6ge

ussur commented on 2025-03-29 13:12 (UTC)

The package no longer builds, because of this function in PKGBUILD:

prepare() {
    export RUSTUP_TOOLCHAIN=stable
}

This function should be removed. alexandrie does not build starting from rustc 1.80 onwards. And it's repository does include file rust-toolchain.toml that explicitly sets the rust version. So, this function is wrong.

Please, fix your PKGBUILD by removing this function. Currently this package is broken. With best regards.