@erkexzcx Hm. didn't get a notification for your comment... Anyways. This works on x86_64. ARM I can't test but I would expect it to work.
pkgname=parsec-bin
pkgver=150.10
pkgrel=1
pkgdesc="Remotely connect to a gaming pc for a low latency remote computing experience"
url=http://parsec.tv
arch=('x86_64' 'arm' 'armv6h' 'armv7h' 'aarch64')
provides=('parsec')
conflicts=('parsec')
depends=('gcc-libs' 'libglvnd' 'libxext' 'libxcb')
optdepends=('libva: For hardware accelerated decoding')
source_x86_64=("https://builds.parsecgaming.com/package/parsec-linux.deb")
sha256sums_x86_64=('4f465a0aab40abb09017362e67edb875098506dd802ead84ee6535459f6641f3')
source_arm=("https://builds.parsecgaming.com/package/parsec-rpi.deb")
sha256sums_arm=('3b72d1d761f53977fd4be07c7ba049838f3b24f63009b3ed196ca997fa7ea06f')
source_armv6h=($source_arm[@])
sha256sums_armv6h=($sha256sums_armv6h[@])
source_armv7h=($source_arm[@])
sha256sums_armv7h=($sha256sums_armv6h[@])
source_aarch64=($source_arm[@])
sha256sums_aarch64=($sha256sums_armv6h[@])
package() {
tar xf "${srcdir}/data.tar.xz" -C "${pkgdir}"
chmod 755 "${pkgdir}/usr/"
}
Pinned Comments
tadly commented on 2020-06-10 06:09 (UTC) (edited on 2020-06-10 06:10 (UTC) by tadly)
!!! Please do NOT flag the package out of date just because a new version has been release. !!!
Parsec self-updates and as long as the package still installs (no sha256 mismatch), there is no reason to update it in the AUR as the .deb actually is an older version.