From 5f83a175e70b50d7bd72f7d9c5d473d6af0664c5 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" Date: Fri, 20 Feb 2026 05:54:49 +0000 Subject: [PATCH] screenpipe-bin: update to 0.3.135 --- .SRCINFO | 6 +++--- PKGBUILD | 7 ++++++- 2 files changed, 9 insertions(+), 4 deletions(-) diff --git a/.SRCINFO b/.SRCINFO index a38a640e1b82..ea9b8fb8b98b 100644 --- a/.SRCINFO +++ b/.SRCINFO @@ -7,12 +7,12 @@ pkgbase = screenpipe-bin license = MIT depends = glibc depends = gcc-libs - depends = libxcb depends = dbus depends = openssl - depends = alsa-lib depends = xz - depends = xdotool + optdepends = libxcb: X11 backend (required for GUI integration) + optdepends = alsa-lib: ALSA audio support + optdepends = xdotool: keyboard/mouse automation support provides = screenpipe conflicts = screenpipe source = LICENSE-0.3.135::https://raw.githubusercontent.com/screenpipe/screenpipe/v0.3.135/LICENSE.md diff --git a/PKGBUILD b/PKGBUILD index 03df141d85c8..fdcf3ef56f36 100644 --- a/PKGBUILD +++ b/PKGBUILD @@ -14,7 +14,12 @@ license=('MIT') provides=("${_pkgname}") conflicts=("${_pkgname}") -depends=('glibc' 'gcc-libs' 'libxcb' 'dbus' 'openssl' 'alsa-lib' 'xz' 'xdotool') +depends=('glibc' 'gcc-libs' 'dbus' 'openssl' 'xz') +optdepends=( + 'libxcb: X11 backend (required for GUI integration)' + 'alsa-lib: ALSA audio support' + 'xdotool: keyboard/mouse automation support' +) source=("LICENSE-${pkgver}::${_urlraw}/LICENSE.md" "README-${pkgver}::${_urlraw}/README.md"