@Xarth Fixed in 12.2.10-2, thanks for the suggestion.
Search Criteria
Package Details: uuplugin-bin 12.2.10-2
Package Actions
| Git Clone URL: | https://aur.archlinux.org/uuplugin-bin.git (read-only, click to copy) |
|---|---|
| Package Base: | uuplugin-bin |
| Description: | UU Steam Deck Plugin for General Linux |
| Upstream URL: | https://uu.163.com/ |
| Keywords: | uu加速器 |
| Licenses: | custom |
| Submitter: | Sakari |
| Maintainer: | akkarriin |
| Last Packager: | akkarriin |
| Votes: | 3 |
| Popularity: | 0.025836 |
| First Submitted: | 2023-05-08 09:53 (UTC) |
| Last Updated: | 2026-06-02 09:01 (UTC) |
Latest Comments
akkarriin commented on 2026-06-02 09:06 (UTC)
Xarth commented on 2026-06-02 04:48 (UTC) (edited on 2026-06-02 04:48 (UTC) by Xarth)
Issue Description
When upgrading to 12.2.10-1, the build fails with an md5sum mismatch error. This occurs because the uu.tar.gz file in the source array is not versioned. Users who have previously built the package will reuse the cached, outdated uu.tar.gz file, triggering the checksum failure.
Recommended Fix
Please consider versioning the source file in the PKGBUILD. This will force AUR helpers (such as paru or yay) to download the correct tarball for each version and avoid checksum mismatches during upgrades.
Suggested modification:
source=(
"uuplugin-${pkgver}.tar.gz::https://uurouter.gdl.netease.com/uuplugin/steam-deck-plugin-x86_64/v${pkgver}/uu.tar.gz"
'uuplugin.service'
)
This ensures a smoother upgrade process for your users.
edab commented on 2026-05-29 13:45 (UTC)
checksum failure
jun4rui commented on 2026-03-10 11:12 (UTC)
安装好以后记得打开端口: 14554/16363
doublebreakfaste commented on 2024-02-19 15:01 (UTC)
checksum failure
Sakari commented on 2023-05-08 10:06 (UTC) (edited on 2025-02-27 13:01 (UTC) by Sakari)
uuplugin-bin 绕过UU的脚本直接作为服务运行
-
安装后使用
systemctl start uuplugin.service启动 -
安装
UU主机加速手机APP,绑定 Steam Deck
Pinned Comments
Sakari commented on 2023-05-08 10:06 (UTC) (edited on 2025-02-27 13:01 (UTC) by Sakari)
uuplugin-bin绕过UU的脚本直接作为服务运行安装后使用
systemctl start uuplugin.service启动安装
UU主机加速手机APP,绑定 Steam Deck上游更新地址