diff --git a/root-packages/frida-server/build.sh b/root-packages/frida-server/build.sh index d994da6be..374421a16 100644 --- a/root-packages/frida-server/build.sh +++ b/root-packages/frida-server/build.sh @@ -5,6 +5,7 @@ TERMUX_PKG_MAINTAINER="Henrik Grimler @Grimler91" _MAJOR_VERSION=12 _MINOR_VERSION=8 _MICRO_VERSION=13 +TERMUX_PKG_REVISION=1 TERMUX_PKG_VERSION=${_MAJOR_VERSION}.${_MINOR_VERSION}.${_MICRO_VERSION} TERMUX_PKG_SRCURL=https://github.com/frida/frida.git TERMUX_PKG_DEPENDS="libiconv, python" diff --git a/root-packages/frida-server/frida-tools.subpackage.sh b/root-packages/frida-server/frida-tools.subpackage.sh index c348a546f..45e94d123 100644 --- a/root-packages/frida-server/frida-tools.subpackage.sh +++ b/root-packages/frida-server/frida-tools.subpackage.sh @@ -11,5 +11,5 @@ bin/frida-trace termux_step_create_subpkg_debscripts() { echo "#!$TERMUX_PREFIX/bin/sh" > postinst - echo "pip3.8 prompt_toolkit colorama pygments" >> postinst + echo "pip3.8 install prompt_toolkit colorama pygments" >> postinst }