Package Details: millennium-bin 3.4.0_beta.9-1

Git Clone URL: https://aur.archlinux.org/millennium-bin.git (read-only, click to copy)
Package Base: millennium-bin
Description: Open-source modding framework for creating and managing Steam Client themes and plugins
Upstream URL: https://github.com/SteamClientHomebrew/Millennium
Keywords: modding patcher plugins steam themes
Licenses: MIT
Conflicts: millennium, millennium-git
Provides: millennium
Submitter: TheElevatedOne
Maintainer: TheElevatedOne
Last Packager: TheElevatedOne
Votes: 3
Popularity: 1.01
First Submitted: 2026-05-07 19:38 (UTC)
Last Updated: 2026-07-11 12:54 (UTC)

Latest Comments

NekoLOvO commented on 2026-06-07 19:00 (UTC)

There's an extra v in source

TheElevatedOne commented on 2026-06-04 18:58 (UTC)

Changed the repo from automatic versioning to manual one.

jq is in extra repo, curl in base but not in base package group.

I will try to use github actions for this in the near future for what I tried to do here.

NekoLOvO commented on 2026-06-04 14:39 (UTC)

==> ERROR: pkgver is not allowed to be empty.

AlgernonClarke commented on 2026-05-29 09:27 (UTC)

it is outdated, v27 is released

TheElevatedOne commented on 2026-05-15 17:11 (UTC) (edited on 2026-05-16 14:30 (UTC) by TheElevatedOne)

It appears that makedepends aren't resolved before the pkgver() hook runs. I receive an error about jq missing when building in a clean chroot.

The sequence didn't even cross my mind to resolve makedepends before pkgver(). As I use jq quite often, it ran fine on my system.

Will fix when I am free from work tomorrow afternoon (CEST).

EDIT: Fixed, somewhat. Changed out jq for awk, which is installed on archlinux by default. There's a slight chance that it will fail since jq is specifically for parsing json and awk is not.

BrianAllred commented on 2026-05-15 14:24 (UTC) (edited on 2026-05-15 14:25 (UTC) by BrianAllred)

It appears that makedepends aren't resolved before the pkgver() hook runs. I receive an error about jq missing when building in a clean chroot.

==> Validating source files with sha256sums...
    millennium-v3.0.0-beta.24-linux-x86_64.tar.gz ... Skipped
    millennium-v3.0.0-beta.24-linux-x86_64.sha256 ... Skipped
    LICENSE.md ... Skipped
==> Starting verify()...
millennium-v3.0.0-beta.24-linux-x86_64.tar.gz: OK
/startdir/PKGBUILD: line 10: jq: command not found
==> ERROR: pkgver is not allowed to be empty.