diff options
author | Erich Eckner <git@eckner.net> | 2024-05-23 18:22:15 +0200 |
---|---|---|
committer | Erich Eckner <git@eckner.net> | 2024-05-23 18:22:15 +0200 |
commit | 3e72f2c6769ed1299d9c3aef570c939ae6db913c (patch) | |
tree | 8da9b85653bca4157b2c582c0fafbe77b0673e75 | |
parent | 55ff7c1f6d12f6ce73967d9709bac74c1fdae751 (diff) | |
download | archlinuxewe-3e72f2c6769ed1299d9c3aef570c939ae6db913c.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 6a3fee06d..8cd1792f5 100644 --- a/vysor-bin/PKGBUILD +++ b/vysor-bin/PKGBUILD @@ -4,7 +4,7 @@ _pkgname=vysor pkgname=${_pkgname}-bin pkgver=5.0.7 -pkgrel=4 +pkgrel=5 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.1.1+r58+gfc9fb69ad62' + 'gcc-libs=14.1.1+r1+g43b730b9134' 'glibc>=2.39' 'libasound.so=2' 'libatk-1.0.so=0' |