diff options
author | Erich Eckner <erich.eckner.ext@bestsecret.com> | 2024-06-25 12:59:54 +0200 |
---|---|---|
committer | Erich Eckner <erich.eckner.ext@bestsecret.com> | 2024-06-25 12:59:54 +0200 |
commit | 211b9a2915104b5183908c07ca8180b589ca3fa5 (patch) | |
tree | 7670513cfcd0b3c1719c6b537e24d1d3f6a70974 /vysor-bin | |
parent | 67daa87fa929aa59783bb91fc29232c8cc2c07a6 (diff) | |
download | archlinuxewe-211b9a2915104b5183908c07ca8180b589ca3fa5.tar.xz |
vysor-bin: rebuild
Diffstat (limited to 'vysor-bin')
-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 c58de1859..135097d27 100644 --- a/vysor-bin/PKGBUILD +++ b/vysor-bin/PKGBUILD @@ -4,7 +4,7 @@ _pkgname=vysor pkgname=${_pkgname}-bin pkgver=5.0.7 -pkgrel=18 +pkgrel=19 pkgdesc="Mirror and control your Android device" arch=('x86_64') url="https://vysor.io" @@ -36,7 +36,7 @@ _pinned_dependencies=( 'libxfixes=6.0.1' 'libxkbcommon.so=0' 'libxrandr=1.5.4' - 'mesa=1:24.1.1' + 'mesa=1:24.1.2' 'nspr=4.35' 'nss=3.101' ) |