惯性聚合 高效追踪和阅读你感兴趣的博客、新闻、科技资讯
阅读原文 在惯性聚合中打开

推荐订阅源

F
Fortinet All Blogs
博客园 - 三生石上(FineUI控件)
小众软件
小众软件
人人都是产品经理
人人都是产品经理
V
Visual Studio Blog
Last Week in AI
Last Week in AI
V
V2EX
博客园_首页
IT之家
IT之家
Jina AI
Jina AI
博客园 - 叶小钗
The Cloudflare Blog
T
Tailwind CSS Blog
腾讯CDC
B
Blog
D
Docker
L
LangChain Blog
博客园 - 司徒正美
让小产品的独立变现更简单 - ezindie.com
让小产品的独立变现更简单 - ezindie.com
美团技术团队
Apple Machine Learning Research
Apple Machine Learning Research
爱范儿
爱范儿
Cyber Security Advisories - MS-ISAC
Cyber Security Advisories - MS-ISAC
GbyAI
GbyAI

AUR Newest Packages

AUR (en) - linuxqq-clipsync-git AUR (en) - libtslitex-git AUR (en) - libtslitex-git AUR (en) - carton-appimage AUR (en) - veila-git AUR (en) - veila-bin AUR (en) - vigil-baseline AUR (en) - byedroid AUR (en) - neovim-base16-git AUR (en) - pirata AUR (en) - rpi-imager-git-non-root AUR (en) - python-fastapi-sso AUR (en) - tmux-ai-titles AUR (en) - zeed-bin AUR (en) - bclone-bin AUR (en) - dwl-git-azerty AUR (en) - auggie-bin AUR (en) - libspatialaudio-git AUR (en) - libspatialaudio AUR (en) - miniupnpd-iptables-legacy AUR (en) - miniupnpd-nft AUR (en) - jeeves-bin AUR (en) - opennow AUR (en) - rotki AUR (en) - kapi-bin AUR (en) - classfi-bin AUR (en) - classfi-git AUR (en) - classfi AUR (en) - giff-git AUR (en) - budget-tracker-bin
AUR (en) - millennium-bin
2026-05-08 · via AUR Newest Packages

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.