From c9654858e188c6cba789821fc3229c73d89513ab Mon Sep 17 00:00:00 2001 From: e5ten Date: Thu, 2 Aug 2018 15:46:02 -0400 Subject: [PATCH] remove and add deps as necessary --- .SRCINFO | 7 +++---- PKGBUILD | 4 ++-- 2 files changed, 5 insertions(+), 6 deletions(-) diff --git a/.SRCINFO b/.SRCINFO index f794c73..252306e 100644 --- a/.SRCINFO +++ b/.SRCINFO @@ -1,15 +1,14 @@ pkgbase = parsec-bin pkgdesc = Remotely connect to a gaming pc for a low latency remote computing experience pkgver = 147_6 - pkgrel = 7 + pkgrel = 8 epoch = 1 url = http://parsec.tv arch = x86_64 - depends = gtk2 - depends = libsm depends = gcc-libs depends = libglvnd - depends = mesa + depends = libxext + depends = libxcb optdepends = libva: For hardware accelerated decoding provides = parsec conflicts = parsec diff --git a/PKGBUILD b/PKGBUILD index 65c6a7f..3cc4b2a 100644 --- a/PKGBUILD +++ b/PKGBUILD @@ -3,14 +3,14 @@ pkgname=parsec-bin pkgver=147_6 -pkgrel=7 +pkgrel=8 pkgdesc="Remotely connect to a gaming pc for a low latency remote computing experience" url=http://parsec.tv arch=('x86_64') epoch=1 provides=('parsec') conflicts=('parsec') -depends=('gtk2' 'libsm' 'gcc-libs' 'libglvnd' 'mesa') +depends=('gcc-libs' 'libglvnd' 'libxext' 'libxcb') optdepends=('libva: For hardware accelerated decoding') source=("https://s3.amazonaws.com/parsec-build/package/parsec-linux.deb") md5sums=('9f9e2eda656f49ce354e5c9407b8467a')