screenpipe-bin: update to 0.3.135

This commit is contained in:
github-actions[bot] 2026-02-20 05:54:49 +00:00
parent cf6e0d8288
commit 5f83a175e7
2 changed files with 9 additions and 4 deletions

View file

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

View file

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