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

推荐订阅源

博客园_首页
H
Help Net Security
量子位
The Cloudflare Blog
博客园 - Franky
博客园 - 聂微东
博客园 - 司徒正美
Last Week in AI
Last Week in AI
奇客Solidot–传递最新科技情报
奇客Solidot–传递最新科技情报
Apple Machine Learning Research
Apple Machine Learning Research
宝玉的分享
宝玉的分享
钛媒体:引领未来商业与生活新知
钛媒体:引领未来商业与生活新知
有赞技术团队
有赞技术团队
罗磊的独立博客
GbyAI
GbyAI
雷峰网
雷峰网
T
The Blog of Author Tim Ferriss
Martin Fowler
Martin Fowler
S
SegmentFault 最新的问题
美团技术团队
阮一峰的网络日志
阮一峰的网络日志
freeCodeCamp Programming Tutorials: Python, JavaScript, Git & More
U
Unit 42
MongoDB | Blog
MongoDB | 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?