proot: Update to fix running debuggers inside proot
[termux-packages] / packages / proot / build.sh
index 5004d72..c7f7bee 100644 (file)
@@ -1,11 +1,17 @@
-TERMUX_PKG_HOMEPAGE=http://proot.me/
+TERMUX_PKG_HOMEPAGE=https://proot-me.github.io/
 TERMUX_PKG_DESCRIPTION="Emulate chroot, bind mount and binfmt_misc for non-root users"
-TERMUX_PKG_VERSION=5.1.99
-TERMUX_PKG_SRCURL=https://github.com/proot-me/PRoot/archive/next.zip
-TERMUX_PKG_FOLDERNAME=PRoot-next
+# Just bump commit and version when needed:
+_COMMIT=88b915ee1f41217d4d6a24729fbc0078d78255d7
+TERMUX_PKG_VERSION=5.1.107
+TERMUX_PKG_REVISION=8
+TERMUX_PKG_SRCURL=https://github.com/termux/proot/archive/${_COMMIT}.zip
+TERMUX_PKG_SHA256=ec60dc7bf17f5d2cb74023b0c814b5d4b8260ee4c597b4ee4f93a1c1e4da306c
 TERMUX_PKG_DEPENDS="libtalloc"
 
-export LD=$CC
+termux_step_pre_configure() {
+       export LD=$CC
+       CPPFLAGS+=" -DARG_MAX=131072"
+}
 
 termux_step_make_install () {
        export CROSS_COMPILE=${TERMUX_HOST_PLATFORM}-