Package Details: pangolin-bin 0.14.0-1

Git Clone URL: https://aur.archlinux.org/pangolin-bin.git (read-only, click to copy)
Package Base: pangolin-bin
Description: Pangolin Client - Secure reverse proxy and tunnel (Binary version)
Upstream URL: https://github.com/fosrl/cli
Keywords: cli pangolin pangolin-client reverse-proxy
Licenses: AGPL-3.0-or-later
Conflicts: pangolin
Provides: pangolin
Submitter: vbopk9x3
Maintainer: vbopk9x3
Last Packager: vbopk9x3
Votes: 2
Popularity: 1.07
First Submitted: 2026-03-26 03:50 (UTC)
Last Updated: 2026-07-16 03:35 (UTC)

Dependencies (0)

Required by (0)

Sources (5)

Pinned Comments

vbopk9x3 commented on 2026-04-28 13:31 (UTC)

The source repository for this AUR package is available here: https://github.com/irvm/pangolin-bin

Latest Comments

vbopk9x3 commented on 2026-04-29 07:31 (UTC)

That's weird, I'm pretty sure i changed it, but thank you, now it should be fixed

spectdecomp commented on 2026-04-29 03:14 (UTC)

Thanks for the quick update! However, the build currently fails during the packaging step because the filename in the package() function was not updated to match the new source name. Please update the install command as follows:

- install -Dm755 "${srcdir}/pangolin" "${pkgdir}/usr/bin/pangolin"
+ install -Dm755 "${srcdir}/pangolin-${pkgver}" "${pkgdir}/usr/bin/pangolin"

This should fix the "No such file or directory" error.

vbopk9x3 commented on 2026-04-28 19:22 (UTC)

Hi! Thanks for reporting this, it should be fixed now

spectdecomp commented on 2026-04-28 13:43 (UTC)

Hi, thanks for maintaining this package. Currently, the source file is saved as a generic name pangolin, which causes validity check failures during updates if an older version of the file exists in the user's cache. Could you please change the source array to include the version in the filename? For example, source_x86_64=("pangolin-${pkgver}::https://...") This ensures that makepkg downloads the new version correctly without requiring users to manually clear their cache.

vbopk9x3 commented on 2026-04-28 13:31 (UTC)

The source repository for this AUR package is available here: https://github.com/irvm/pangolin-bin