Search Criteria
Package Details: libcurl-impersonate-bin 1.0.0-5
Package Actions
Git Clone URL: | https://aur.archlinux.org/libcurl-impersonate-bin.git (read-only, click to copy) |
---|---|
Package Base: | libcurl-impersonate-bin |
Description: | Series of patches that make curl requests look like Chrome |
Upstream URL: | https://github.com/lexiforest/curl-impersonate |
Licenses: | MIT |
Conflicts: | curl-impersonate |
Provides: | libcurl-impersonate, libcurl-impersonate-chrome |
Submitter: | mattf |
Maintainer: | mattf |
Last Packager: | mattf |
Votes: | 3 |
Popularity: | 0.34 |
First Submitted: | 2022-07-16 02:21 (UTC) |
Last Updated: | 2025-05-20 06:26 (UTC) |
Dependencies (1)
- glibc (glibc-gitAUR, glibc-linux4AUR, glibc-eacAUR)
Required by (1)
- python-curl-cffi (requires libcurl-impersonate-chrome)
Sources (5)
- https://github.com/lexiforest/curl-impersonate/releases/download/v1.0.0/libcurl-impersonate-v1.0.0.aarch64-linux-gnu.tar.gz
- https://github.com/lexiforest/curl-impersonate/releases/download/v1.0.0/libcurl-impersonate-v1.0.0.arm-linux-gnueabihf.tar.gz
- https://github.com/lexiforest/curl-impersonate/releases/download/v1.0.0/libcurl-impersonate-v1.0.0.i386-linux-gnu.tar.gz
- https://github.com/lexiforest/curl-impersonate/releases/download/v1.0.0/libcurl-impersonate-v1.0.0.x86_64-linux-gnu.tar.gz
- https://raw.githubusercontent.com/lexiforest/curl-impersonate/master/LICENSE
Latest Comments
1 2 Next › Last »
Neurognostic commented on 2025-05-20 02:52 (UTC) (edited on 2025-05-20 02:54 (UTC) by Neurognostic)
Also, please add
${pkgname%-bin}
orlibcurl-impersonate
to theprovides
andconflicts
arrays.Neurognostic commented on 2025-05-19 22:13 (UTC) (edited on 2025-05-19 22:20 (UTC) by Neurognostic)
Can you please also provide a symlink to an unversioned .so for
libcurl-impersonate.so
and a major versioned .so forlibcurl-impersonate.so.4
?That way we can configure
python-curl-cffi
to link it instead of the*-chrome
name.Nebulosa commented on 2025-05-08 11:37 (UTC) (edited on 2025-05-08 11:38 (UTC) by Nebulosa)
Here's my version of PKGBUILD.
Works perfectly with
yt-dlp
andpython-curl-cffi
Not sure about firefox support, so I removed information about it. Also fixed warnings and some errors from namcap checking
zer0def commented on 2025-05-07 07:43 (UTC) (edited on 2025-05-07 07:47 (UTC) by zer0def)
Why are you stomping static libs and causing conflicts with upstream packages like, for example,
zlib
? They're not necessary for running the .so.Pulec commented on 2025-05-06 21:33 (UTC)
Ah yes, let's remove the tar.gz before trying to cp it... https://aur.archlinux.org/cgit/aur.git/tree/PKGBUILD?h=libcurl-impersonate-bin#n29
Swap those lines, please. Also, cp is not happy with glob, so the correct package should be:
Neurognostic commented on 2025-05-06 15:15 (UTC)
Why upgrade to a release candidate anyways? We should stick to stable releases unless something is broken.
Lili1228 commented on 2025-05-06 06:44 (UTC)
Doesn't build, the filenames changed and there's no libcurl-impersonate-chrome.* anymore.
mattf commented on 2024-03-10 12:49 (UTC)
Thanks for the comment @gesh
As @cspr mentioned, had to change from install to cp
Did update description, added new architeture armv7h and fixed the duplication.
1 2 Next › Last »