Package Details: gopeed-bin 1.8.3-1

Git Clone URL: https://aur.archlinux.org/gopeed-bin.git (read-only, click to copy)
Package Base: gopeed-bin
Description: High speed downloader that supports all platforms.(Prebuilt version)
Upstream URL: https://gopeed.com/
Keywords: bittorrent cross-platform debian downloader flutter golang http https ios torrent ubuntu
Licenses: GPL-3.0-only
Conflicts: gopeed
Provides: gopeed-1.8.3
Submitter: zxp19821005
Maintainer: zxp19821005
Last Packager: zxp19821005
Votes: 2
Popularity: 0.050302
First Submitted: 2023-03-14 07:59 (UTC)
Last Updated: 2025-12-01 02:09 (UTC)

Latest Comments

1 2 Next › Last »

zxp19821005 commented on 2025-08-01 05:21 (UTC)

@lukefilewalker @mapleafgo @jersey2391 @toddstevens Thanks for your feedback, it's my mistake, fixed it.

toddstevens commented on 2025-07-19 06:47 (UTC)

had to download the tar myself and build with makepkg, no idea why it was missing. i thought i should bring it up in case anyone else has the same issue, have a good day!

jersey2391 commented on 2025-07-17 21:00 (UTC) (edited on 2025-07-17 21:02 (UTC) by jersey2391)

PKBUILD source and sha256 fields are faulty. Current sha256sums_aarch64 is the sha256 for x86_64, while sha256sums_x86_64 is totally missing. Also the field source_aarch64 is duplicated in lieu of the second being source_x86_64 Please update as below. Thanks!

source=("${pkgname%-bin}.sh")
source_aarch64=("${pkgname%-bin}-${pkgver}-aarch64.deb::${_ghurl}/releases/download/v${pkgver}/${_pkgname}-v${pkgver}-linux-arm64.deb")
source_x86_64=("${pkgname%-bin}-${pkgver}-x86_64.deb::${_ghurl}/releases/download/v${pkgver}/${_pkgname}-v${pkgver}-linux-amd64.deb")
sha256sums=('3b8311438e88f47eb507322a43c7a4156bfebb8c0f6e7b7436ef70842fb4c745')
sha256sums_aarch64=('c217b1be9efd369d57ea9b82df9226024694f2612029b6e06b9c6b869ca0fc4b')
sha256sums_x86_64=('4db53a5acc5b9809dfd28393ce4399a46eb17d73eb2d5e69fe224a123acaca7b')

mapleafgo commented on 2025-07-09 05:54 (UTC)

@zxp19821005 1.7.1-1 版本安装报错了

==> 正在开始 prepare()...
bsdtar: Error opening archive: Failed to open '/home/mapleafgo/.cache/yay/gopeed-bin/src/data.*'
==> 错误: 在 prepare() 中发生一个错误。
    正在放弃...
 -> 生成时出错: gopeed-bin-exit status 4

lukefilewalker commented on 2025-07-09 02:53 (UTC)

Hey

I'm not sure how to submit a fix/patch, but I think the PKGBUILD has some errors. I think L25-L27 should be something like:

source_x86_64=("${pkgname%-bin}-${pkgver}-x86_64.deb::${_ghurl}/releases/download/v${pkgver}/${_pkgname}-v${pkgver}-linux-amd64.deb")
sha256sums=('3b8311438e88f47eb507322a43c7a4156bfebb8c0f6e7b7436ef70842fb4c745')
sha256sums_aarch64=('c217b1be9efd369d57ea9b82df9226024694f2612029b6e06b9c6b869ca0fc4b')
sha256sums_x86_64=('4db53a5acc5b9809dfd28393ce4399a46eb17d73eb2d5e69fe224a123acaca7b')

zxp19821005 commented on 2024-08-11 14:03 (UTC)

@springtwr 确实如你所说,我已经修改了。感谢!

springtwr commented on 2024-08-11 06:11 (UTC)

@zxp19821005 LD_LIBRARY_PATH未绑定变量这个问题依然存在,应该是你用了set -u导致的

zxp19821005 commented on 2024-08-11 02:35 (UTC)

@dongfengweixiao 感谢反馈,已修复。

dongfengweixiao commented on 2024-08-10 06:03 (UTC)

➜ ~ gopeed /usr/bin/gopeed: 行 6: LD_LIBRARY_PATH: 未绑定的变量

ZorinArch commented on 2024-01-29 06:15 (UTC) (edited on 2024-01-29 06:24 (UTC) by ZorinArch)

@zxp19821005 thank you so much.

i need to ask your help in pdf4qt-bin. i try to build it from AppImage and it build successfully, but failed to install. can you fix the issue please?

P.S the code i use in pdf4qt-bin comment.

Thank you,