bump(main/pueue): 4.0.0-rc.1

Signed-off-by: Aditya Alok <alok@termux.dev>
This commit is contained in:
termux-pacman-bot
2025-01-08 11:05:38 +00:00
parent b7409f02ff
commit c63723a4e0
2 changed files with 11 additions and 14 deletions

View File

@@ -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')

View File

@@ -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