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

推荐订阅源

奇客Solidot–传递最新科技情报
奇客Solidot–传递最新科技情报
小众软件
小众软件
博客园 - 三生石上(FineUI控件)
让小产品的独立变现更简单 - ezindie.com
让小产品的独立变现更简单 - ezindie.com
博客园_首页
Last Week in AI
Last Week in AI
美团技术团队
OSCHINA 社区最新新闻
OSCHINA 社区最新新闻
Apple Machine Learning Research
Apple Machine Learning Research
WordPress大学
WordPress大学
钛媒体:引领未来商业与生活新知
钛媒体:引领未来商业与生活新知
博客园 - Franky
The Cloudflare Blog
罗磊的独立博客
月光博客
月光博客
N
Netflix TechBlog - Medium
C
Check Point Blog
Microsoft Security Blog
Microsoft Security Blog
F
Fortinet All Blogs
freeCodeCamp Programming Tutorials: Python, JavaScript, Git & More
Microsoft Azure Blog
Microsoft Azure Blog
IT之家
IT之家
Jina AI
Jina AI
J
Java Code Geeks

AUR Newest Packages

fast-syntax-highlighting-git AUR (en) - tdesktop-nolimit AUR (en) - python-gmsh-bin AUR (en) - python-cad_to_openmc-git AUR (en) - yaak-cli-bin AUR (en) - nss-altfiles AUR (en) - loof AUR (en) - deez-notes-bin AUR (en) - flexbv-bin AUR (en) - urxvt-tabbedex-git AUR (en) - kernelstub-git AUR (en) - whispers-git AUR (en) - whispers-bin AUR (en) - kwin-scripts-magnetile AUR (en) - squelchbox AUR (en) - ai-quota-waybar-git AUR (en) - netchecker-git css-git csgo-git counter-strike-global-offensive counter-strike-1.6 counter-strike-source-git AUR (en) - rime-nguphing AUR (en) - vita-presence-rs-bin AUR (en) - vita-presence-rs AUR (en) - rmpv-git AUR (en) - mount-manager AUR (en) - pipeweaver-app AUR (en) - pipeweaver AUR (en) - netchecker
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.