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

推荐订阅源

博客园 - 三生石上(FineUI控件)
S
SegmentFault 最新的问题
阮一峰的网络日志
阮一峰的网络日志
freeCodeCamp Programming Tutorials: Python, JavaScript, Git & More
钛媒体:引领未来商业与生活新知
钛媒体:引领未来商业与生活新知
雷峰网
雷峰网
Apple Machine Learning Research
Apple Machine Learning Research
WordPress大学
WordPress大学
博客园 - 司徒正美
奇客Solidot–传递最新科技情报
奇客Solidot–传递最新科技情报
宝玉的分享
宝玉的分享
爱范儿
爱范儿
月光博客
月光博客
The GitHub Blog
The GitHub Blog
M
MIT News - Artificial intelligence
H
Hackread – Cybersecurity News, Data Breaches, AI and More
B
Blog
T
Tailwind CSS Blog
美团技术团队
D
Docker
V
Visual Studio Blog
Martin Fowler
Martin Fowler
博客园 - 聂微东
The Cloudflare 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) - 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)