Package Details: uuplugin-bin 12.2.10-2

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)

Dependencies (0)

Required by (0)

Sources (2)

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

  • 上游更新地址

Latest Comments

akkarriin commented on 2026-06-02 09:06 (UTC)

@Xarth Fixed in 12.2.10-2, thanks for the suggestion.

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

  • 上游更新地址