Search Criteria
Package Details: curl-impersonate-chrome v0.6.1-1
Package Actions
Git Clone URL: | https://aur.archlinux.org/curl-impersonate-chrome.git (read-only, click to copy) |
---|---|
Package Base: | curl-impersonate-chrome |
Description: | A special compilation of curl that makes it impersonate Chrome |
Upstream URL: | https://github.com/lwthiker/curl-impersonate |
Keywords: | curl https scraping security ssl tls |
Licenses: | MIT |
Provides: | curl-impersonate-chrome, libcurl-impersonate-chrome |
Submitter: | mattf |
Maintainer: | mattf |
Last Packager: | mattf |
Votes: | 3 |
Popularity: | 0.92 |
First Submitted: | 2022-02-23 06:52 (UTC) |
Last Updated: | 2024-03-03 12:40 (UTC) |
Dependencies (12)
- nss (nss-hgAUR)
- autoconf (autoconf-gitAUR) (make)
- automake (automake-gitAUR) (make)
- cmake (cmake-gitAUR) (make)
- gcc (gcc-gitAUR, gccrs-gitAUR, gcc11AUR, gcc-snapshotAUR) (make)
- go (go-gitAUR, gcc-go-gitAUR, gcc-go-snapshotAUR, gcc-go) (make)
- libtool (libtool-gitAUR) (make)
- ninja (ninja-kitwareAUR, ninja-memAUR, ninja-fuchsia-gitAUR, ninja-gitAUR, ninja-jobserverAUR) (make)
- patch (patch-gitAUR) (make)
- tar (tar-gitAUR, busybox-coreutilsAUR) (make)
- unzip (unzip-natspecAUR, unzip-zstdAUR) (make)
- zlib (zlib-ng-compat-gitAUR, zlib-gitAUR, zlib-ng-compatAUR) (make)
Required by (2)
- python-curl-cffi (requires libcurl-impersonate-chrome)
- wcofun
Latest Comments
gesh commented on 2024-03-25 12:47 (UTC)
Note: The following makedeps are in
base
orbase-devel
, and thus shouldn't be specified:autoconf
,automake
,gcc
,patch
,tar
screenfox commented on 2024-01-10 12:43 (UTC)
Also getting the error about ignored-attributes. The trick with "CXXFLAGS="-Wno-error=ignored-attributes -g -O2" make chrome-build" did not change anything for me (added the CXXFLAGS part before "make chrome-build" in PKGBUILD).
AKSoo commented on 2023-11-29 04:25 (UTC)
Build fails because of a warning. I fixed it by editing PKGBUILD to ignore my specific warning:
CXXFLAGS="-Wno-error=ignored-attributes -g -O2" make chrome-build
. Might be a good idea to setCXXFLAGS="-Wno-error"
and ignore all warnings because they can change with compiler version (see https://embeddedartistry.com/blog/2017/05/22/werror-is-not-your-friend/).mattf commented on 2022-05-30 21:42 (UTC)
@somini Do you have that when trying to directly from source: https://github.com/lwthiker/curl-impersonate/blob/main/INSTALL.md#native-build ?
It could have to do with the default buildflags makepkg is using but this pkgbuild already has
options=("!buildflags")
so I'm not sure.somini commented on 2022-05-30 21:24 (UTC)
Got a build error. Looks to be a critical error on
memcpy
, not sure if it's upstream.Here are the deps versions:
nspr-4.34-1 nss-3.79-1 hicolor-icon-theme-0.17-2 jsoncpp-1.9.5-2 libuv-1.43.0-1 rhash-1.4.2-1 cmake-3.23.2-1 go-2:1.18.2-1 ninja-1.11.0-1 unzip-6.0-18
.