From c63723a4e0aa8f88ee5e1bf0472e02bb3023d02c Mon Sep 17 00:00:00 2001 From: termux-pacman-bot Date: Wed, 8 Jan 2025 11:05:38 +0000 Subject: [PATCH] bump(main/pueue): 4.0.0-rc.1 Signed-off-by: Aditya Alok --- packages/pueue/build.sh | 7 ++++--- packages/pueue/patches.patch | 18 +++++++----------- 2 files changed, 11 insertions(+), 14 deletions(-) diff --git a/packages/pueue/build.sh b/packages/pueue/build.sh index 16ba79ce2a..522081ba21 100644 --- a/packages/pueue/build.sh +++ b/packages/pueue/build.sh @@ -1,11 +1,12 @@ TERMUX_PKG_HOMEPAGE=https://github.com/Nukesor/pueue TERMUX_PKG_DESCRIPTION="A command-line task management tool for sequential and parallel execution of long-running tasks" -TERMUX_PKG_LICENSE="MIT" +TERMUX_PKG_LICENSE="MIT, Apache-2.0" +TERMUX_PKG_LICENSE_FILE="LICENSE.MIT, LICENSE.APACHE" TERMUX_PKG_MAINTAINER="@stevenxxiu" -TERMUX_PKG_VERSION=3.4.1 +TERMUX_PKG_VERSION="4.0.0-rc.1" TERMUX_PKG_REVISION=1 TERMUX_PKG_SRCURL=https://github.com/Nukesor/pueue/archive/refs/tags/v${TERMUX_PKG_VERSION}.tar.gz -TERMUX_PKG_SHA256=868710de128db49e0a0c4ddee127dfc0e19b20cbdfd4a9d53d5ed792c5538244 +TERMUX_PKG_SHA256=4005cdb038b0fe84cf25b46551920b14cedcbea265b6dac068b5ea4261ab4e2d TERMUX_PKG_BUILD_IN_SRC=true TERMUX_PKG_AUTO_UPDATE=true TERMUX_PKG_SERVICE_SCRIPT=("pueued" 'exec pueued 2>&1') diff --git a/packages/pueue/patches.patch b/packages/pueue/patches.patch index c99d44263f..57175a3ef3 100644 --- a/packages/pueue/patches.patch +++ b/packages/pueue/patches.patch @@ -1,19 +1,15 @@ -diff --git a/pueue_lib/Cargo.toml b/pueue_lib/Cargo.toml -index b71b729..28ff044 100644 ---- a/pueue_lib/Cargo.toml -+++ b/pueue_lib/Cargo.toml -@@ -73,5 +73,5 @@ whoami = "1" +--- pueue-4.0.0-rc.1/pueue_lib/Cargo.toml 2024-12-01 22:55:03.000000000 +0530 ++++ pueue-4.0.0-rc.1.mod/pueue_lib/Cargo.toml 2025-01-08 15:28:47.151932396 +0530 +@@ -71,5 +71,5 @@ libproc = "0.14.6" # Linux only -[target.'cfg(target_os = "linux")'.dependencies] +[target.'cfg(any(target_os = "linux", target_os = "android"))'.dependencies] - procfs = { version = "0.16", default-features = false } -diff --git a/pueue_lib/src/process_helper/mod.rs b/pueue_lib/src/process_helper/mod.rs -index 624ec5b..ddd635a 100644 ---- a/pueue_lib/src/process_helper/mod.rs -+++ b/pueue_lib/src/process_helper/mod.rs -@@ -18,7 +18,7 @@ pub use self::unix::*; + procfs = { version = "0.17", default-features = false } +--- pueue-4.0.0-rc.1/pueue_lib/src/process_helper/mod.rs 2024-12-01 22:55:03.000000000 +0530 ++++ pueue-4.0.0-rc.1.mod/pueue_lib/src/process_helper/mod.rs 2025-01-08 15:25:25.329165013 +0530 +@@ -18,7 +18,7 @@ use command_group::Signal; // Platform specific process support