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

推荐订阅源

F
Fortinet All Blogs
爱范儿
爱范儿
freeCodeCamp Programming Tutorials: Python, JavaScript, Git & More
B
Blog
WordPress大学
WordPress大学
Jina AI
Jina AI
GbyAI
GbyAI
aimingoo的专栏
aimingoo的专栏
N
Netflix TechBlog - Medium
腾讯CDC
Cyber Security Advisories - MS-ISAC
Cyber Security Advisories - MS-ISAC
阮一峰的网络日志
阮一峰的网络日志
The GitHub Blog
The GitHub Blog
V
Visual Studio Blog
Google DeepMind News
Google DeepMind News
月光博客
月光博客
博客园 - Franky
Y
Y Combinator Blog
MyScale Blog
MyScale Blog
大猫的无限游戏
大猫的无限游戏
Martin Fowler
Martin Fowler
雷峰网
雷峰网
小众软件
小众软件
H
Hackread – Cybersecurity News, Data Breaches, AI and More

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) - python-rapidocr
2026-06-19 · via AUR Newest Packages

Latest Comments

aliu commented on 2026-02-07 03:07 (UTC)

arghhhh rookie mistake, fixed

nikod commented on 2026-02-07 02:56 (UTC)

This line needs double quotes otherwise it won't replace ${pkgver}

'https://www.modelscope.cn/models/RapidAI/RapidOCR/resolve/v${pkgver}/resources/fonts/FZYTK.TTF'

RuneArch commented on 2026-02-05 17:22 (UTC)

Having an issue with the font file, not clear where, but - for me - there was a certificate error with www.modelscope.cn.

I can download the file ok from a browser, but all my certificates are up to date... ended up modifying the PKGBUILD to point to a local copy of the font and that allowed it to continue (and immich-machine-learning too)

aliu commented on 2025-12-08 20:03 (UTC)

Sorry, forgot about this. Will fix today.

jwh commented on 2025-12-08 19:48 (UTC)

Just noticed immich-machine-learning has been failing to update because of this also:

Dec 08 19:44:09 builder-amd64 update-aurto[1858455]: ==> Extracting sources...
Dec 08 19:44:09 builder-amd64 update-aurto[1858455]:   -> Extracting v3.4.2.tar.gz with bsdtar
Dec 08 19:44:10 builder-amd64 update-aurto[1858455]:   -> Extracting required_for_whl_v3.0.0.zip with bsdtar
Dec 08 19:44:10 builder-amd64 update-aurto[1858455]: ==> Starting prepare()...
Dec 08 19:44:10 builder-amd64 update-aurto[1860420]: patching file setup.py
Dec 08 19:44:10 builder-amd64 update-aurto[1860420]: rm: cannot remove 'rapidocr/rapidocr/': No such file or directory
Dec 08 19:44:10 builder-amd64 update-aurto[1860420]: ==> ERROR: A failure occurred in prepare().
Dec 08 19:44:10 builder-amd64 update-aurto[1860420]:     Aborting...

aliu commented on 2025-12-04 15:20 (UTC)

Interesting. The directory spontaneously appears for me. I’ll add a folder existence check when I get home in a few days.

CountMurphy commented on 2025-12-02 16:58 (UTC) (edited on 2025-12-02 17:40 (UTC) by CountMurphy)

Line 60

    rm -r build/lib/rapidocr/rapidocr/  # no idea why\ {this happens,only under makepkg}

Causes the build to fail as the directory doesn't exist. Removing the line allows the build to succeed (with makepkg)