Search Criteria
Package Details: curl-impersonate-chrome 1:0.9.5-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/lexiforest/curl-impersonate |
Keywords: | curl https scraping security ssl tls |
Licenses: | MIT |
Conflicts: | curl-impersonate-bin |
Provides: | libcurl-impersonate-chrome |
Submitter: | mattf |
Maintainer: | mattf |
Last Packager: | mattf |
Votes: | 3 |
Popularity: | 0.24 |
First Submitted: | 2022-02-23 06:52 (UTC) |
Last Updated: | 2025-03-16 12:20 (UTC) |
Dependencies (13)
- libc++ (libc++-msanAUR, libc++-with-libunwindAUR)
- nss (nss-hgAUR)
- autoconf (autoconf-gitAUR) (make)
- automake (automake-gitAUR) (make)
- cmake (cmake-gitAUR, cmake3AUR) (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) (make)
- unzip (unzip-natspecAUR, unzip-zstdAUR) (make)
- zlib (zlib-ng-compat-gitAUR, zlib-gitAUR, zlib-ng-compat) (make)
Required by (2)
- python-curl-cffi (requires libcurl-impersonate-chrome)
- wcofun
Latest Comments
1 2 3 Next › Last »
cv1618 commented on 2025-03-31 02:55 (UTC) (edited on 2025-03-31 05:58 (UTC) by cv1618)
Can't upgrade because of failed md5sums validity check error.
yay -a
Edit: Solved. I just had to move curl-impersonate.tar.gz that was in ~/.cache/yay/curl-impersonate-chrome/ to a different directory and then deleted it after the update was successful. I'll just leave this here in case it helps someone else.
mattf commented on 2025-03-25 07:51 (UTC)
@dreieck that is how the upstream Makefile works: https://github.com/lexiforest/curl-impersonate/blob/main/Makefile.in
I don't think there is any feasible workaround for it.
dreieck commented on 2025-03-24 23:58 (UTC)
This package downloads stuff in
build()
.This should not happen; after the run of
prepare()
all stuff needed to build should be there and prepared, so thatbuild()
andpackage()
can run in an offline environment.Please try to move the downloads to the
source
array or into theprepare()
function.Regards and thanks for the package!
dllud commented on 2025-02-26 15:05 (UTC) (edited on 2025-02-26 15:05 (UTC) by dllud)
@patlefort and @mattf, why was there a need to increase the epoch?
I think you should have just increased the pkgrel to 2.
pacman is able to compare
v0.9.3-1
to0.9.3-2
and understand that0.9.3-2
is newer. Take a read atman PKGBUILD
.simona commented on 2025-02-26 10:11 (UTC)
mattf commented on 2025-02-26 08:14 (UTC)
@patlefort Thanks! Applied.
patlefort commented on 2025-02-26 01:24 (UTC) (edited on 2025-02-26 01:25 (UTC) by patlefort)
Patch to fix some issues: https://pastebin.com/iBdeqW9R
v
from version.yetanothergeek commented on 2025-02-20 01:32 (UTC)
Installing the libc++ package solved the
/usr/bin/ld: cannot find -lc++: No such file or directory
for me. I guess this should be added to depends array in the PKGBUILD:
depends=(nss libc++)
utanerime commented on 2025-02-11 17:19 (UTC) (edited on 2025-02-11 17:21 (UTC) by utanerime)
@patlefort I encountered the same error when I tried building this package, not sure if I have any wrong configs in my machine.
mattf commented on 2025-01-27 20:43 (UTC) (edited on 2025-01-27 20:57 (UTC) by mattf)
@dilud Thanks. I also have the same issue as you in the end. I feel that patching the patch feels like a hack, but if we find a way to fix the other issue then we could do it like that.
1 2 3 Next › Last »