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

推荐订阅源

The GitHub Blog
The GitHub Blog
有赞技术团队
有赞技术团队
Apple Machine Learning Research
Apple Machine Learning Research
V
V2EX
Engineering at Meta
Engineering at Meta
美团技术团队
H
Hackread – Cybersecurity News, Data Breaches, AI and More
博客园 - 司徒正美
I
InfoQ
S
SegmentFault 最新的问题
博客园 - 叶小钗
N
Netflix TechBlog - Medium
Y
Y Combinator Blog
IT之家
IT之家
博客园 - Franky
大猫的无限游戏
大猫的无限游戏
人人都是产品经理
人人都是产品经理
T
The Blog of Author Tim Ferriss
月光博客
月光博客
The Cloudflare Blog
U
Unit 42
GbyAI
GbyAI
L
LangChain Blog
Microsoft Azure Blog
Microsoft Azure Blog

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) - vpkedit
2026-05-29 · via AUR Newest Packages

Yeah, this should become vpkedit-git and be pinned to specific tags/commits for versioning

Hi. It seems like this package uses a few libraries that are fetched via their very last git commits. I think this might cause a few issues? (though I may be wrong, I'm not too knowledgeable in AUR packaging)

  • The PKGBUILD is definitely not reproducible. If a computer has a specific version installed, and another computer has the SAME exact version installed, depending on the time of compilation, they could still differ because of some of the sources having received a few additional commits (imo this isn't acceptable if this isn't a -git package).
  • I assume some AUR helpers will attempt to recompile the entire package whenever one of the dependencies have a new commit? On my end (via paru), it alerts me that I can upgrade the package a LOT of times (despite there not actually being a new vpkedit version available). Most of the times, the compile process seems to skip compilation and it ends up just reinstalling the package I had previously installed. I'm not sure what it is doing there.

I think it could work if you were to assign specific tags or commits for every git sources there are specifically to avoid all this.

Also, the sourcepp repo uses doxygen-awesome-css as a submodule, but it seems like that one isn't actually necessary for vpkedit, since it is just there to add stylesheets to the sourcecpp docs which doesn't get shipped with vpkedit?