Search Criteria
Package Details: curl-impersonate-bin 1.0.0rc2-1
Package Actions
Git Clone URL: | https://aur.archlinux.org/curl-impersonate-bin.git (read-only, click to copy) |
---|---|
Package Base: | curl-impersonate-bin |
Description: | Special compilation of curl that makes it impersonate Firefox and Chrome |
Upstream URL: | https://github.com/lexiforest/curl-impersonate |
Licenses: | MIT |
Conflicts: | curl-impersonate-chrome, curl-impersonate-firefox |
Provides: | curl-impersonate-chrome, curl-impersonate-firefox |
Submitter: | mattf |
Maintainer: | mattf |
Last Packager: | mattf |
Votes: | 3 |
Popularity: | 0.072336 |
First Submitted: | 2022-07-16 02:20 (UTC) |
Last Updated: | 2025-05-06 21:33 (UTC) |
Required by (1)
- wcofun (requires curl-impersonate-chrome)
Latest Comments
1 2 Next › Last »
99cents commented on 2025-05-07 11:47 (UTC)
Validating source_x86_64 files with md5sums... curl-impersonate_x86_64.tar.gz ... FAILED
m040601 commented on 2025-05-06 17:15 (UTC) (edited on 2025-05-06 17:17 (UTC) by m040601)
Report: fixed, working fine now, thanks !
You are correct, the latest github binary includes firefox. That was not the case previously.
$ yay -Ss curl impersonate
You might want to update these tags for the PKGBUILD "curl-impersonate-bin" though, they currently say,
mattf commented on 2025-05-06 12:41 (UTC) (edited on 2025-05-06 12:46 (UTC) by mattf)
@m040601 It currently ships
curl_firefox135
andcurl_firefox133
. What is wrong with the description? I think what you showed was not from the latest version.EDIT: You probably missed my latest commit. Sorry for the untested updates and thanks for reporting.
m040601 commented on 2025-05-06 12:28 (UTC) (edited on 2025-05-06 12:38 (UTC) by m040601)
Please remember to correct that description.
"... Firefox and Chrome...".
Remove the "Firefox" word .
In the , current case, of this specific PKGBUILD, "curl-impersonate-bin", no Firefox impersonator is installed. Only Chrome impersonators .
No "fox" here,
$ pacman -Qql curl-impersonate-bin
The upstream binary release tar.gz on github,
$ wget https://github.com/lexiforest/curl-impersonate/releases/download/v1.0.0rc2/curl-impersonate-v1.0.0rc2.x86_64-linux-gnu.tar.gz
It does ship a "curl-firefox" inside there,
$ tar tf curl-impersonate-v1.0.0rc2.x86_64-linux-gnu.tar.gz
m040601 commented on 2025-05-06 12:20 (UTC)
This last changes,
Cause the PKGBUILD to fail,
Please test the PKGBUILD on the local computer before uploading to the AUR.
hrdl commented on 2025-05-03 21:36 (UTC)
Sorry for my late reply. Yes, as there are no checksums provided by upstream
b2
should be favoured according to https://wiki.archlinux.org/title/PKGBUILD#Integrity . To prevent breaking AUR helpers I'd recommend removing the custom filenames from the sources. You can consider adding all archives tonoextract=()
and extract them manually inprepare()
so they end up in a versioned directory in$srcdir
so globs don't match leftovers from previous builds. Includingarmv7h
makes things a bit messy, but something like this would work:Similar changes also make sense for your other
curl-impersonate
-related packages.mattf commented on 2025-02-24 18:23 (UTC)
Thanks for the heads up @Neurognostic. I have pushed a fix.
Neurognostic commented on 2025-02-24 18:03 (UTC)
Please remove all of the
.bat
files from/usr/bin
.mattf commented on 2025-02-12 09:31 (UTC) (edited on 2025-02-12 09:31 (UTC) by mattf)
@hrdl You suggest using sha256 or b2 instead of md5sum or are you talking about something else I am not aware of?
In the current PKGBUILD we have:
hrdl commented on 2025-02-12 09:21 (UTC)
Not versioning the source destinations filenames causes
makepkg
to inadvertently cache them, not downloading newer sources after an update until the old ones are removed manually.Integrity checks nowadays default to
sha256
, withb2
being a modern alternative.1 2 Next › Last »