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

推荐订阅源

钛媒体:引领未来商业与生活新知
钛媒体:引领未来商业与生活新知
人人都是产品经理
人人都是产品经理
V
Visual Studio Blog
罗磊的独立博客
Last Week in AI
Last Week in AI
爱范儿
爱范儿
The Cloudflare Blog
有赞技术团队
有赞技术团队
博客园 - 三生石上(FineUI控件)
美团技术团队
Apple Machine Learning Research
Apple Machine Learning Research
奇客Solidot–传递最新科技情报
奇客Solidot–传递最新科技情报
月光博客
月光博客
OSCHINA 社区最新新闻
OSCHINA 社区最新新闻
博客园 - 司徒正美
IT之家
IT之家
博客园 - 【当耐特】
雷峰网
雷峰网
博客园_首页
Jina AI
Jina AI
Hugging Face - Blog
Hugging Face - Blog
阮一峰的网络日志
阮一峰的网络日志
量子位
V
V2EX

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) - pangolin-bin
2026-06-13 · via AUR Newest Packages

Latest Comments

vbopk9x3 commented on 2026-04-29 07:31 (UTC)

That's weird, I'm pretty sure i changed it, but thank you, now it should be fixed

spectdecomp commented on 2026-04-29 03:14 (UTC)

Thanks for the quick update! However, the build currently fails during the packaging step because the filename in the package() function was not updated to match the new source name. Please update the install command as follows:

- install -Dm755 "${srcdir}/pangolin" "${pkgdir}/usr/bin/pangolin"
+ install -Dm755 "${srcdir}/pangolin-${pkgver}" "${pkgdir}/usr/bin/pangolin"

This should fix the "No such file or directory" error.

vbopk9x3 commented on 2026-04-28 19:22 (UTC)

Hi! Thanks for reporting this, it should be fixed now

spectdecomp commented on 2026-04-28 13:43 (UTC)

Hi, thanks for maintaining this package. Currently, the source file is saved as a generic name pangolin, which causes validity check failures during updates if an older version of the file exists in the user's cache. Could you please change the source array to include the version in the filename? For example, source_x86_64=("pangolin-${pkgver}::https://...") This ensures that makepkg downloads the new version correctly without requiring users to manually clear their cache.

vbopk9x3 commented on 2026-04-28 13:31 (UTC)