summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authortadly2023-07-08 15:34:15 +0200
committertadly2023-07-08 15:34:15 +0200
commita70e2c74b2345aa090239bc4fcbd92161abaa704 (patch)
tree1df600b5312bb4685da771be639b2d8745825cc6
parent39eb84670a3afb7a9a8d31803c80e57f66e9e2e7 (diff)
downloadaur-a70e2c74b2345aa090239bc4fcbd92161abaa704.tar.gz
adds libxi and openssl dependency
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index f2c983ffc5ff..ba16e000e087 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = parsec-bin
pkgdesc = Remotely connect to a gaming pc for a low latency remote computing experience
pkgver = 150_86e
- pkgrel = 2
+ pkgrel = 3
url = http://parsec.app
arch = x86_64
license = custom
@@ -10,6 +10,8 @@ pkgbase = parsec-bin
depends = libxext
depends = libxcb
depends = ffmpeg4.4
+ depends = openssl-1.1
+ depends = libxi
optdepends = libva: For hardware accelerated decoding
provides = parsec
options = !strip
diff --git a/PKGBUILD b/PKGBUILD
index 8b4e502f6d3d..66868e99e8c5 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,13 +2,13 @@
pkgname=parsec-bin
pkgver=150_86e
-pkgrel=2
+pkgrel=3
pkgdesc='Remotely connect to a gaming pc for a low latency remote computing experience'
url='http://parsec.app'
license=('custom')
arch=('x86_64')
provides=('parsec')
-depends=('gcc-libs' 'libglvnd' 'libxext' 'libxcb' 'ffmpeg4.4')
+depends=('gcc-libs' 'libglvnd' 'libxext' 'libxcb' 'ffmpeg4.4' 'openssl-1.1' 'libxi')
optdepends=('libva: For hardware accelerated decoding')
source=("$pkgname-$pkgver.deb::https://builds.parsecgaming.com/package/parsec-linux.deb")