remove duplicate arch variable
This commit is contained in:
10
.SRCINFO
10
.SRCINFO
@@ -1,13 +1,9 @@
|
|||||||
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 = 150_86e
|
pkgver = 150_86e
|
||||||
pkgrel = 1
|
pkgrel = 2
|
||||||
url = http://parsec.app
|
url = http://parsec.app
|
||||||
arch = x86_64
|
arch = x86_64
|
||||||
arch = arm
|
|
||||||
arch = armv6h
|
|
||||||
arch = armv7h
|
|
||||||
arch = aarch64
|
|
||||||
license = custom
|
license = custom
|
||||||
depends = gcc-libs
|
depends = gcc-libs
|
||||||
depends = libglvnd
|
depends = libglvnd
|
||||||
@@ -17,7 +13,7 @@ pkgbase = parsec-bin
|
|||||||
optdepends = libva: For hardware accelerated decoding
|
optdepends = libva: For hardware accelerated decoding
|
||||||
provides = parsec
|
provides = parsec
|
||||||
options = !strip
|
options = !strip
|
||||||
source_x86_64 = parsec-bin-150_86e.deb::https://builds.parsecgaming.com/package/parsec-linux.deb
|
source = parsec-bin-150_86e.deb::https://builds.parsecgaming.com/package/parsec-linux.deb
|
||||||
sha256sums_x86_64 = c30072f3a4ddac7687f626b8d32876e327791bce164d74448a147ef48ea8eae5
|
sha256sums = c30072f3a4ddac7687f626b8d32876e327791bce164d74448a147ef48ea8eae5
|
||||||
|
|
||||||
pkgname = parsec-bin
|
pkgname = parsec-bin
|
||||||
|
|||||||
7
PKGBUILD
7
PKGBUILD
@@ -2,18 +2,17 @@
|
|||||||
|
|
||||||
pkgname=parsec-bin
|
pkgname=parsec-bin
|
||||||
pkgver=150_86e
|
pkgver=150_86e
|
||||||
pkgrel=1
|
pkgrel=2
|
||||||
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.app'
|
url='http://parsec.app'
|
||||||
license=('custom')
|
license=('custom')
|
||||||
arch=('x86_64')
|
arch=('x86_64')
|
||||||
arch=('x86_64' 'arm' 'armv6h' 'armv7h' 'aarch64')
|
|
||||||
provides=('parsec')
|
provides=('parsec')
|
||||||
depends=('gcc-libs' 'libglvnd' 'libxext' 'libxcb' 'ffmpeg4.4')
|
depends=('gcc-libs' 'libglvnd' 'libxext' 'libxcb' 'ffmpeg4.4')
|
||||||
optdepends=('libva: For hardware accelerated decoding')
|
optdepends=('libva: For hardware accelerated decoding')
|
||||||
|
|
||||||
source_x86_64=("$pkgname-$pkgver.deb::https://builds.parsecgaming.com/package/parsec-linux.deb")
|
source=("$pkgname-$pkgver.deb::https://builds.parsecgaming.com/package/parsec-linux.deb")
|
||||||
sha256sums_x86_64=('c30072f3a4ddac7687f626b8d32876e327791bce164d74448a147ef48ea8eae5')
|
sha256sums=('c30072f3a4ddac7687f626b8d32876e327791bce164d74448a147ef48ea8eae5')
|
||||||
|
|
||||||
#source_arm=("$pkgname-$pkgver.deb::https://builds.parsecgaming.com/package/parsec-rpi.deb")
|
#source_arm=("$pkgname-$pkgver.deb::https://builds.parsecgaming.com/package/parsec-rpi.deb")
|
||||||
#sha256sums_arm=('a98e840dc44f4762018895bd0da704c88887815de0e74e0f39aa7737f5b0e802')
|
#sha256sums_arm=('a98e840dc44f4762018895bd0da704c88887815de0e74e0f39aa7737f5b0e802')
|
||||||
|
|||||||
Reference in New Issue
Block a user