@E5ten there you go. Or disown the package and let me maintain it if you don't have the time or desire to do so.
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=("https://s3.amazonaws.com/parsec-build/package/parsec-linux.deb")
sha256sums=('4f465a0aab40abb09017362e67edb875098506dd802ead84ee6535459f6641f3')
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.