summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--vysor-bin/PKGBUILD6
1 files changed, 3 insertions, 3 deletions
diff --git a/vysor-bin/PKGBUILD b/vysor-bin/PKGBUILD
index fc2dced45..031a185d6 100644
--- a/vysor-bin/PKGBUILD
+++ b/vysor-bin/PKGBUILD
@@ -4,7 +4,7 @@
_pkgname=vysor
pkgname=${_pkgname}-bin
pkgver=5.0.7
-pkgrel=1
+pkgrel=2
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=13.2.1'
+ 'gcc-libs=14.1.1+r1+g43b730b9134'
'glibc>=2.39'
'libasound.so=2'
'libatk-1.0.so=0'
@@ -38,7 +38,7 @@ _pinned_dependencies=(
'libxrandr=1.5.4'
'mesa=1:24.0.6'
'nspr=4.35'
- 'nss=3.99'
+ 'nss=3.100'
)
depends=("${_pinned_dependencies[@]}")
source=("https://github.com/koush/vysor.io/releases/download/v$pkgver/Vysor-linux-$pkgver.deb")