Package Details: galaxybudsclient-bin 5.1.0-1

Git Clone URL: https://aur.archlinux.org/galaxybudsclient-bin.git (read-only, click to copy)
Package Base: galaxybudsclient-bin
Description: Unofficial manager for the Samsung Galaxy Buds, Buds+, Buds Live and Buds Pro
Upstream URL: https://github.com/timschneeb/GalaxyBudsClient
Keywords:
Licenses: GPL3
Submitter: josc
Maintainer: tugyan
Last Packager: tugyan
Votes: 12
Popularity: 0.29
First Submitted: 2021-10-18 08:18 (UTC)
Last Updated: 2024-07-17 19:02 (UTC)

Latest Comments

1 2 Next › Last »

aorth commented on 2024-07-05 04:21 (UTC)

The package sums don't match again with galaxybudsclient-bin 5.0.1-3.

@BuzzKillingtonne it's easier to use updpkgsums instead of editing the hashes in the PKGBUILD directly. But anyway, the packager should be using the correct sums of course.

BuzzKillingtonne commented on 2024-06-29 22:44 (UTC) (edited on 2024-06-29 22:50 (UTC) by BuzzKillingtonne)

@aorth @DaleYYC

To get this to work until the PKGBUILD is fixed:

git clone https://aur.archlinux.org/galaxybudsclient-bin.git
cd galaxybudsclient-bin

Edit the PKGBUILD with your favorite text editor and move all the lines for the sha256sums to before the package() { line. Verification must happen before the install happens, so the issue is the PKGBUILD has these listed in the wrong section.

It should look like this:

sha256sums=('88677692ff1d7202b9f7aedbb5ec6cc01684041b94220a8da8feb69d9a028f70'
            '17c7fa91678d1ba8cac08dcfda613735bfab97f4488909c8ac98a5aaa2c94214')
sha256sums_x86_64=('e488526d9d062655db12748bdef8bed8f4e5b443bcdf76e534a8c83dab99ce25')
sha256sums_armv7h=('8ef02d29c182679b10d619b39573df10f1b8506fb9e398d7d91a13bc210ddea9')
sha256sums_aarch64=('eeedf6979aa1636fbc5c984ce38b1c14586f63996795c3b40c9bf4e8d8d08a08')

package() {
    dest="${pkgdir}/usr/bin/${_pkgname}"

    if [ $CARCH == "x86_64" ]; then
        install -Dm755 $_source_binary_x86_64 $dest
    elif [ $CARCH == "armv7h" ]; then
        install -Dm755 $_source_binary_armv7h $dest
    elif [ $CARCH == "aarch64" ]; then
        install -Dm755 $_source_binary_aarch64 $dest
    fi

    install -Dm644 "${srcdir}/${_pkgname}.desktop" "${pkgdir}/usr/share/applications/${_pkgname}.desktop"
    install -Dm644 "${srcdir}/icon_white.png" "${pkgdir}/usr/share/pixmaps/${_pkgname}.png"
}

After making the edit and saving:

makepkg -si PKGBUILD

DaleYYC commented on 2024-06-28 23:16 (UTC)

GalaxyBudsClient_Linux_64bit_Portable.bin ... FAILED
==> ERROR: One or more files did not pass the validity check!

aorth commented on 2024-06-17 12:28 (UTC) (edited on 2024-06-17 12:28 (UTC) by aorth)

Getting this error building 5.0.0-1:

    GalaxyBudsClient_Linux_64bit_Portable.bin ... FAILED
    ==> ERROR: One or more files did not pass the validity check!

parawa commented on 2024-05-19 21:07 (UTC)

Same problem as @misty

weirdcat commented on 2024-05-07 16:03 (UTC)

Have the same issue as @misty

misty commented on 2024-03-26 20:15 (UTC) (edited on 2024-03-26 20:17 (UTC) by misty)

Current version doesn't work on my system anymore, the previous one worked fine.

Error: Failure processing application bundle; possible file corruption. Arithmetic overflow while reading bundle. A fatal error occurred while processing application bundle

sidevesh commented on 2024-03-17 08:08 (UTC) (edited on 2024-03-17 08:09 (UTC) by sidevesh)

The name of the app has changed to "Galaxy Buds Manager" in the new release, the .desktop file here will need to be updated, Also my updated icon is now in the project itself and so no need to replace the icon_white.png here.

Jack1221 commented on 2023-06-11 02:53 (UTC)

@sidevesh thanks, just pushed the new image.

sidevesh commented on 2023-06-09 00:59 (UTC) (edited on 2023-06-09 01:12 (UTC) by sidevesh)

@Jack1221, can you change the icon of this to the icon of the windows Galaxy Buds app, since that is more appropriate, I have already taken the image and upscaled and cleaned it to match the resolution of the icon_white.png you are using so should be a simple replacement. https://www.dropbox.com/s/d5ky3qflrb0j6nu/icon_white.png?dl=0