This commit is contained in:
e5ten
2018-08-02 00:47:37 -04:00
parent 2424f07953
commit deb1426e60
2 changed files with 6 additions and 6 deletions

View File

@@ -1,7 +1,7 @@
pkgbase = parsec-bin pkgbase = parsec-bin
pkgdesc = Remotely connect to a gaming pc for a low latency remote computing experience pkgdesc = Remotely connect to a gaming pc for a low latency remote computing experience
pkgver = 146_18 pkgver = 147
pkgrel = 5 pkgrel = 6
url = http://parsec.tv url = http://parsec.tv
arch = x86_64 arch = x86_64
depends = gtk2 depends = gtk2
@@ -13,7 +13,7 @@ pkgbase = parsec-bin
provides = parsec provides = parsec
conflicts = parsec conflicts = parsec
source = https://s3.amazonaws.com/parsec-build/package/parsec-linux.deb source = https://s3.amazonaws.com/parsec-build/package/parsec-linux.deb
md5sums = 606463260d9ae1efe727457ea1009b4d md5sums = 9f9e2eda656f49ce354e5c9407b8467a
pkgname = parsec-bin pkgname = parsec-bin

View File

@@ -2,8 +2,8 @@
# Contributor : Shawn Dellysse sdellysse@gmail.com # Contributor : Shawn Dellysse sdellysse@gmail.com
pkgname=parsec-bin pkgname=parsec-bin
pkgver=146_18 pkgver=147
pkgrel=5 pkgrel=6
pkgdesc="Remotely connect to a gaming pc for a low latency remote computing experience" pkgdesc="Remotely connect to a gaming pc for a low latency remote computing experience"
url=http://parsec.tv url=http://parsec.tv
arch=('x86_64') arch=('x86_64')
@@ -12,7 +12,7 @@ conflicts=('parsec')
depends=('gtk2' 'libsm' 'gcc-libs' 'libglvnd' 'mesa') depends=('gtk2' 'libsm' 'gcc-libs' 'libglvnd' 'mesa')
optdepends=('libva: For hardware accelerated decoding') optdepends=('libva: For hardware accelerated decoding')
source=("https://s3.amazonaws.com/parsec-build/package/parsec-linux.deb") source=("https://s3.amazonaws.com/parsec-build/package/parsec-linux.deb")
md5sums=('606463260d9ae1efe727457ea1009b4d') md5sums=('9f9e2eda656f49ce354e5c9407b8467a')
package() { package() {
mkdir -p $pkgdir/usr/bin mkdir -p $pkgdir/usr/bin
mkdir -p $pkgdir/usr/share/icons/hicolor/256x256/apps mkdir -p $pkgdir/usr/share/icons/hicolor/256x256/apps