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

推荐订阅源

U
Unit 42
B
Blog
博客园 - Franky
H
Help Net Security
freeCodeCamp Programming Tutorials: Python, JavaScript, Git & More
月光博客
月光博客
云风的 BLOG
云风的 BLOG
小众软件
小众软件
酷 壳 – CoolShell
酷 壳 – CoolShell
博客园 - 聂微东
G
Google Developers Blog
大猫的无限游戏
大猫的无限游戏
M
MIT News - Artificial intelligence
罗磊的独立博客
H
Hackread – Cybersecurity News, Data Breaches, AI and More
宝玉的分享
宝玉的分享
L
LangChain Blog
阮一峰的网络日志
阮一峰的网络日志
Cyber Security Advisories - MS-ISAC
Cyber Security Advisories - MS-ISAC
Vercel News
Vercel News
V
V2EX
Martin Fowler
Martin Fowler
T
Tailwind CSS 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) - mautrix-whatsapp
2026-06-16 · via AUR Newest Packages

marcool04 commented on 2026-05-28 04:47 (UTC)

Thanks for pointing this out @jkhshdhjs. Should be fixed now.

jkhsjdhjs commented on 2026-05-27 22:53 (UTC)

The PKGBUILD creates /etc/mautrix-whatsapp with mode 755, but tmpfiles define it as 750. This causes warnings on every update:

warning: directory permissions differ on /etc/mautrix-whatsapp/
filesystem: 750  package: 755

Can you make this consistent?

marcool04 commented on 2025-11-16 16:22 (UTC)

@shtrophic : does it make any difference? The reason I used 0.2510.0 is that is what is used in the tags in the upstream git repo. 25.10 type names are "fancy names" they give the release if you would, whereas 0.2510.0 type version strings are what is used in commit tags, and hence in building a download link. We honestly could use either here, but 0.2510.0 just seemed more convenient.

shtrophic commented on 2025-11-16 12:09 (UTC)

whats wrong with this pkgver? why not just set it to be 25.10?

jkhsjdhjs commented on 2025-02-03 12:24 (UTC) (edited on 2025-02-03 12:24 (UTC) by jkhsjdhjs)

Thanks a lot @marcool04 and @sukanka!

marcool04 commented on 2025-02-03 12:10 (UTC) (edited on 2025-02-03 14:32 (UTC) by marcool04)

hi @jkhsjdhjs. That's interesting, and entirely unintended on my part at least (maintainer of mautrix-whatsapp-bin which has an identical .service file ; and now co-maintainer of this package, thanks @sukanka btw! 👍️) I'll make the correction on the other package, thanks for explaining this and well done for the quick fix @sukanka

jkhsjdhjs commented on 2025-02-03 11:48 (UTC)

Can you remove Restart=on-failure or RestartSec=30s from the service file? Auto restart with such a long delay prevents the unit to ever fail and thus won't show up as a failed unit in systemctl --failed, because it won't run into the limit defined by StartLimitIntervalSec and StartLimitBurst.

marcool04 commented on 2024-06-29 09:02 (UTC) (edited on 2024-06-29 09:03 (UTC) by marcool04)

@Sir-Photch your comment is perfectly justified. I maintain the mautrix-whatsapp-bin package, and I have also made the mistake of bumping that to 0.10.8, which is not a good idea as you have said. However, in my and @sukanka's defence, the notification email which github sent our about the new release didn't say anything about it being pre-release, nor was that notice on it:

v0.10.8

Repository: mautrix/whatsapp · Tag: v0.10.8 · Commit: f0b06fa · Released by: tulir

Added proxying options to config.
Updated fallback message for live locations and polls to clarify the user should open the native WhatsApp app.
—
This release has 7 assets:

mautrix-whatsapp-amd64
mautrix-whatsapp-arm
mautrix-whatsapp-arm64
mautrix-whatsapp-darwin-arm64
sha256sums.txt
Source code (zip)
Source code (tar.gz)
Visit the release page to download them.

—
You are receiving this because you are watching this repository.
View it on GitHub or unsubscribe from all notifications for this repository.

I would imagine that what happened is upstream release 0.10.8 as a normal release, and realised after there were problems, so added the notice. However, by then, we had already published these 0.10.8 AUR PKGBUILDs, so we are a bit stuck now.

It's possible to push a "fake" 0.10.8-2 which is in fact 0.10.7 in disguise, that would be fine for anybody still on 0.10.7 or below, or new installations, but as you say that could cause issues for anybody who did install 0.10.8, if the program doesn't support downgrades and the databases get messed up.

Not sure what to do on my end. We'll have 0.10.9 in a couple weeks, I think I might just leave the broken 0.10.8 up in the interim...

shtrophic commented on 2024-06-29 08:24 (UTC) (edited on 2024-06-29 08:37 (UTC) by shtrophic)

v0.10.8 is marked upstream as a pre-release, with regressions explicitly noted in the release notes. Why did you update the PKGBUILD to that? I am exactly experiencing the issues described in the release notes. Eager people might as well use mautrix-whatsapp-git. This really makes for a bad experience when upstream does not support downgrades...

jkhsjdhjs commented on 2024-02-06 23:28 (UTC)

The PKGBUILD creates /etc/mautrix-whatsapp with mode 755, but tmpfiles define it as 750. This causes warnings on every update:

warning: directory permissions differ on /etc/mautrix-whatsapp/
filesystem: 750  package: 755

Can you make this consistent?