diff options
author | Erich Eckner <erich.eckner.ext@bestsecret.com> | 2024-05-27 11:51:08 +0200 |
---|---|---|
committer | Erich Eckner <erich.eckner.ext@bestsecret.com> | 2024-05-27 11:51:08 +0200 |
commit | ff5b72a38dcbbe0d80577dd204d52dea1c621531 (patch) | |
tree | 6e96150107b35f600a56952aa65c4785321884a1 | |
parent | ecaaecdc99c8e7b9aef45937252144687807833a (diff) | |
download | archlinuxewe-ff5b72a38dcbbe0d80577dd204d52dea1c621531.tar.xz |
vysor-bin: rebuild
-rw-r--r-- | vysor-bin/PKGBUILD | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/vysor-bin/PKGBUILD b/vysor-bin/PKGBUILD index cd5838fbc..dcd59e517 100644 --- a/vysor-bin/PKGBUILD +++ b/vysor-bin/PKGBUILD @@ -4,7 +4,7 @@ _pkgname=vysor pkgname=${_pkgname}-bin pkgver=5.0.7 -pkgrel=7 +pkgrel=8 pkgdesc="Mirror and control your Android device" arch=('x86_64') url="https://vysor.io" @@ -19,7 +19,7 @@ _pinned_dependencies=( 'libatk-bridge-2.0.so=0' 'libatspi.so=0' 'libcairo.so=2' - 'libcups=1:2.4.8' + 'libcups=2:2.4.8' 'libdbus-1.so=3' 'libdrm=2.4.120' 'libexpat.so=1' |