Hi, here is the new patch
<snip>
I've succesfully applied it with:
patch -p0 < PKGBUILD.patch
| Git Clone URL: | https://aur.archlinux.org/python-frida.git (read-only, click to copy) |
|---|---|
| Package Base: | python-frida |
| Description: | Inject JavaScript to explore native apps on Windows, Mac, Linux, iOS and Android. Python 3 version from PyPi |
| Upstream URL: | https://www.frida.re |
| Licenses: | custom:wxWindows Library License, Version 3.1 |
| Conflicts: | python2-frida |
| Submitter: | Manouchehri |
| Maintainer: | kriskras99 |
| Last Packager: | kriskras99 |
| Votes: | 20 |
| Popularity: | 0.032474 |
| First Submitted: | 2016-01-09 00:44 (UTC) |
| Last Updated: | 2026-02-15 09:43 (UTC) |
« First ‹ Previous 1 2 3
Hi, here is the new patch
<snip>
I've succesfully applied it with:
patch -p0 < PKGBUILD.patch
@kriskras99 the patch from git is not working with patch command. please provide the patch format instead
Hi, the 16.0 release changed the build process by requiring the user to download the devkit. Here is a patch for the PKGBUILD that fixes the build:
<snip>
If you no longer want to maintain this package (I saw that python-frida-tools was orphaned) I'd be happy to take over as maintainer.
Pythonhosted is used in the Python packaging guidelines listed at https://wiki.archlinux.org/index.php/Python_package_guidelines. I'm also pretty sure the Frida developer is actually maintaining the PyPi package on pythonhosted, so it's not really any different than downloading it from the GitHub releases.
Why didn't download file from official github? I think it's safer than pythonhosted.
Thanks for updating the package. One improvement I think you could add to make your life a little easier would be to change the source URL to "https://files.pythonhosted.org/packages/source/f/${_pkgname}/${_pkgname}-${pkgver}.tar.gz". That way you don't have to update the URL every time a new version is released--you just have to bump the pkgver.
Would you mind updating this when you get a chance? It’s incompatible with the latest frida-tools package from PyPi. I’m also happy to help if you want to add me as a co-maintainer.
Pinned Comments
kriskras99 commented on 2026-03-10 19:29 (UTC)
There is an issue with v17.8.0, won't update until that is fixed: https://github.com/frida/frida-core/issues/1218