mirror of
https://github.com/archlinux/aur.git
synced 2026-02-28 02:03:14 +01:00
screenpipe-bin: update to 0.3.135
This commit is contained in:
parent
cf6e0d8288
commit
5f83a175e7
2 changed files with 9 additions and 4 deletions
6
.SRCINFO
6
.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
|
||||
|
|
|
|||
7
PKGBUILD
7
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"
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue