diff options
author | tadly | 2022-12-25 10:02:29 +0100 |
---|---|---|
committer | tadly | 2022-12-25 10:02:46 +0100 |
commit | e49029cfcde82ae2f0d1dd09356a75bdeb8ffdef (patch) | |
tree | 2af4b2ff6ed4d02a13e456d1dcdf2afd01c6a353 | |
parent | f4e33dbec6bdc59f096f474b110d4b884d64cd33 (diff) | |
download | aur-e49029cfcde82ae2f0d1dd09356a75bdeb8ffdef.tar.gz |
version 150_86e
-rw-r--r-- | .SRCINFO | 16 | ||||
-rw-r--r-- | PKGBUILD | 6 |
2 files changed, 7 insertions, 15 deletions
@@ -1,7 +1,7 @@ pkgbase = parsec-bin pkgdesc = Remotely connect to a gaming pc for a low latency remote computing experience - pkgver = 150_28 - pkgrel = 5 + pkgver = 150_86e + pkgrel = 1 url = http://parsec.app arch = x86_64 arch = arm @@ -17,15 +17,7 @@ pkgbase = parsec-bin optdepends = libva: For hardware accelerated decoding provides = parsec options = !strip - source_x86_64 = parsec-bin-150_28.deb::https://builds.parsecgaming.com/package/parsec-linux.deb - sha256sums_x86_64 = 0c7207f419377fc35e30448acd00d8701300ac5a44936ac6d87a468c9afccdc1 - source_arm = parsec-bin-150_28.deb::https://builds.parsecgaming.com/package/parsec-rpi.deb - sha256sums_arm = a98e840dc44f4762018895bd0da704c88887815de0e74e0f39aa7737f5b0e802 - source_armv6h = parsec-bin-150_28.deb::https://builds.parsecgaming.com/package/parsec-rpi.deb - sha256sums_armv6h = a98e840dc44f4762018895bd0da704c88887815de0e74e0f39aa7737f5b0e802 - source_armv7h = parsec-bin-150_28.deb::https://builds.parsecgaming.com/package/parsec-rpi.deb - sha256sums_armv7h = a98e840dc44f4762018895bd0da704c88887815de0e74e0f39aa7737f5b0e802 - source_aarch64 = parsec-bin-150_28.deb::https://builds.parsecgaming.com/package/parsec-rpi.deb - sha256sums_aarch64 = a98e840dc44f4762018895bd0da704c88887815de0e74e0f39aa7737f5b0e802 + source_x86_64 = parsec-bin-150_86e.deb::https://builds.parsecgaming.com/package/parsec-linux.deb + sha256sums_x86_64 = c30072f3a4ddac7687f626b8d32876e327791bce164d74448a147ef48ea8eae5 pkgname = parsec-bin @@ -1,8 +1,8 @@ # Maintainer : tadly <me@tadly.de> pkgname=parsec-bin -pkgver=150_28 -pkgrel=5 +pkgver=150_86e +pkgrel=1 pkgdesc='Remotely connect to a gaming pc for a low latency remote computing experience' url='http://parsec.app' license=('custom') @@ -13,7 +13,7 @@ depends=('gcc-libs' 'libglvnd' 'libxext' 'libxcb' 'ffmpeg4.4') optdepends=('libva: For hardware accelerated decoding') source_x86_64=("$pkgname-$pkgver.deb::https://builds.parsecgaming.com/package/parsec-linux.deb") -sha256sums_x86_64=('0c7207f419377fc35e30448acd00d8701300ac5a44936ac6d87a468c9afccdc1') +sha256sums_x86_64=('c30072f3a4ddac7687f626b8d32876e327791bce164d74448a147ef48ea8eae5') #source_arm=("$pkgname-$pkgver.deb::https://builds.parsecgaming.com/package/parsec-rpi.deb") #sha256sums_arm=('a98e840dc44f4762018895bd0da704c88887815de0e74e0f39aa7737f5b0e802') |