From 39eb84670a3afb7a9a8d31803c80e57f66e9e2e7 Mon Sep 17 00:00:00 2001 From: tadly Date: Mon, 2 Jan 2023 11:55:25 +0100 Subject: [PATCH] remove duplicate arch variable --- .SRCINFO | 10 +++------- PKGBUILD | 7 +++---- 2 files changed, 6 insertions(+), 11 deletions(-) diff --git a/.SRCINFO b/.SRCINFO index 95cb1e8..f2c983f 100644 --- a/.SRCINFO +++ b/.SRCINFO @@ -1,13 +1,9 @@ pkgbase = parsec-bin pkgdesc = Remotely connect to a gaming pc for a low latency remote computing experience pkgver = 150_86e - pkgrel = 1 + pkgrel = 2 url = http://parsec.app arch = x86_64 - arch = arm - arch = armv6h - arch = armv7h - arch = aarch64 license = custom depends = gcc-libs depends = libglvnd @@ -17,7 +13,7 @@ pkgbase = parsec-bin optdepends = libva: For hardware accelerated decoding provides = parsec options = !strip - source_x86_64 = parsec-bin-150_86e.deb::https://builds.parsecgaming.com/package/parsec-linux.deb - sha256sums_x86_64 = c30072f3a4ddac7687f626b8d32876e327791bce164d74448a147ef48ea8eae5 + source = parsec-bin-150_86e.deb::https://builds.parsecgaming.com/package/parsec-linux.deb + sha256sums = c30072f3a4ddac7687f626b8d32876e327791bce164d74448a147ef48ea8eae5 pkgname = parsec-bin diff --git a/PKGBUILD b/PKGBUILD index 0089a62..8b4e502 100644 --- a/PKGBUILD +++ b/PKGBUILD @@ -2,18 +2,17 @@ pkgname=parsec-bin pkgver=150_86e -pkgrel=1 +pkgrel=2 pkgdesc='Remotely connect to a gaming pc for a low latency remote computing experience' url='http://parsec.app' license=('custom') arch=('x86_64') -arch=('x86_64' 'arm' 'armv6h' 'armv7h' 'aarch64') provides=('parsec') 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=('c30072f3a4ddac7687f626b8d32876e327791bce164d74448a147ef48ea8eae5') +source=("$pkgname-$pkgver.deb::https://builds.parsecgaming.com/package/parsec-linux.deb") +sha256sums=('c30072f3a4ddac7687f626b8d32876e327791bce164d74448a147ef48ea8eae5') #source_arm=("$pkgname-$pkgver.deb::https://builds.parsecgaming.com/package/parsec-rpi.deb") #sha256sums_arm=('a98e840dc44f4762018895bd0da704c88887815de0e74e0f39aa7737f5b0e802')