diff options
author | Erich Eckner <erich.eckner.ext@bestsecret.com> | 2024-09-11 08:20:30 +0200 |
---|---|---|
committer | Erich Eckner <erich.eckner.ext@bestsecret.com> | 2024-09-11 08:20:30 +0200 |
commit | 9d3f52c9fd5a8bd4738c778b998891943eeec099 (patch) | |
tree | a45b01d7ae13804726fe3668d0dda21d4509bf33 | |
parent | 58ff9cd14e30802e3ffc373a08de0f974b1929d4 (diff) | |
download | archlinuxewe-9d3f52c9fd5a8bd4738c778b998891943eeec099.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 9fd1c80e7..f9ca56381 100644 --- a/vysor-bin/PKGBUILD +++ b/vysor-bin/PKGBUILD @@ -4,7 +4,7 @@ _pkgname=vysor pkgname=${_pkgname}-bin pkgver=5.0.7 -pkgrel=36 +pkgrel=37 pkgdesc="Mirror and control your Android device" arch=('x86_64') url="https://vysor.io" @@ -12,7 +12,7 @@ license=('custom') provides=('vysor') conflicts=('vysor') _pinned_dependencies=( - 'gcc-libs=14.2.1+r32+geccf707e5ce' + 'gcc-libs=14.2.1+r134+gab884fffe3fc' 'glibc>=2.39' 'libasound.so=2' 'libatk-1.0.so=0' |