Search Criteria
Package Details: alexandrie-pg 0.1.0_20231113-2
Package Actions
| 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.002615 |
| First Submitted: | 2024-07-16 08:43 (UTC) |
| Last Updated: | 2025-03-30 09:41 (UTC) |
Dependencies (9)
- diesel-cli (diesel-cli-gitAUR)
- git (git-gitAUR, git-glAUR)
- oniguruma (oniguruma-gitAUR)
- openssl (openssl-gitAUR, openssl-aegisAUR, openssl-staticAUR)
- postgresql-libs (postgresql-libs-12AUR, postgresql-libs-gitAUR, postgresql13-libsAUR)
- base-devel (make)
- cargo (rust-gitAUR, rust-beta-binAUR, rustup-gitAUR, rust, rustup) (make)
- pkgconf (pkgconf-gitAUR) (make)
- rustup (rustup-gitAUR) (make)
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
rustupis required instead ofrustas a dependency, previously this package only specifiedcargoas a build dependency which would per default installrustinstead ofrustup. 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:This function should be removed.
alexandriedoes not build starting from rustc 1.80 onwards. And it's repository does include filerust-toolchain.tomlthat explicitly sets the rust version. So, this function is wrong.Please, fix your
PKGBUILDby removing this function. Currently this package is broken. With best regards.