From d2b9038f7a0bd2f51d9452f9b62e13fe0d44fd7c Mon Sep 17 00:00:00 2001 From: E5ten Date: Wed, 13 Jun 2018 19:43:08 -0400 Subject: [PATCH] add link to /usr/bin/parsec --- .SRCINFO | 2 +- PKGBUILD | 3 ++- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/.SRCINFO b/.SRCINFO index 7655f3a..75f8f4d 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 = 146_18 - pkgrel = 1 + pkgrel = 2 url = http://parsec.tv arch = x86_64 depends = gtk2 diff --git a/PKGBUILD b/PKGBUILD index 1a92578..591a8d0 100644 --- a/PKGBUILD +++ b/PKGBUILD @@ -3,7 +3,7 @@ pkgname=parsec-bin pkgver=146_18 -pkgrel=1 +pkgrel=2 pkgdesc="Remotely connect to a gaming pc for a low latency remote computing experience" url=http://parsec.tv arch=('x86_64') @@ -21,5 +21,6 @@ package() { install -Dm755 $srcdir/usr/bin/parsecd $pkgdir/usr/bin/ install -Dm755 $srcdir/usr/share/applications/parsec.desktop $pkgdir/usr/share/applications/ install -Dm644 $srcdir/usr/share/icons/hicolor/256x256/apps/parsec.png $pkgdir/usr/share/icons/hicolor/256x256/apps/ + ln -s /usr/bin/parsecd $pkgdir/usr/bin/parsec }