diff options
author | Erich Eckner <erich.eckner.ext@bestsecret.com> | 2024-05-23 15:02:11 +0200 |
---|---|---|
committer | Erich Eckner <erich.eckner.ext@bestsecret.com> | 2024-05-23 15:02:11 +0200 |
commit | 6b0ec79cd3c0e72b0836c10abe458c877c8f876a (patch) | |
tree | 25d8fcb1767dcd1b843a7b3dcde3533846e9e20e /vysor-bin | |
parent | 71b833b03993b5d55ddb25d9b89eda0cd3d8d248 (diff) | |
download | archlinuxewe-6b0ec79cd3c0e72b0836c10abe458c877c8f876a.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 3aa3d876a..6a3fee06d 100644 --- a/vysor-bin/PKGBUILD +++ b/vysor-bin/PKGBUILD @@ -4,7 +4,7 @@ _pkgname=vysor pkgname=${_pkgname}-bin pkgver=5.0.7 -pkgrel=3 +pkgrel=4 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+r1+g43b730b9134' + 'gcc-libs=14.1.1+r58+gfc9fb69ad62' 'glibc>=2.39' 'libasound.so=2' 'libatk-1.0.so=0' |