Skip to content

Commit

Permalink
parsec: update to 150 [ci skip]
Browse files Browse the repository at this point in the history
  • Loading branch information
silvernode committed Jan 12, 2020
1 parent 74892da commit 4dc562b
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions srcpkgs/parsec/template
@@ -1,16 +1,16 @@
# Template file for 'parsec'
pkgname=parsec
version=147.9
version=150
revision=1
archs="x86_64"
build_style=fetch
depends="libgcc libGL libglib-static libSM libsndio libstdc++ libX11 libXxf86vm"
short_desc="Low latency proprietary game streaming application"
maintainer="Kozova1 <mug66kk@gmail.com>"
license="Proprietary"
license="custom:proprietary"
homepage="https://parsecgaming.com"
distfiles="https://s3.amazonaws.com/parsec-build/package/parsec-linux.deb"
checksum=beed951ebee0189e8c22aa3d9190e1ddc7691c4703379e146a8b812c21b3a273
checksum=0741a0b535e676853a50d3ff1a6f6b2355fff127b6a0c0e503ad83818ef7bc74
nopie=yes
restricted=yes

Expand All @@ -19,8 +19,8 @@ do_extract() {
}

do_install() {
tar xf "data.tar.xz" -C ${DESTDIR}
bsdtar xf "data.tar.xz" -C ${DESTDIR}
vmkdir usr/lib/parsec
mv ${DESTDIR}/usr/share/parsec/skel/parsecd-147-9.so ${DESTDIR}/usr/lib/parsec/parsecd-147-9.so
ln -rs ${DESTDIR}/usr/lib/parsec/parsecd-147-9.so ${DESTDIR}/usr/share/parsec/skel/
mv ${DESTDIR}/usr/share/parsec/skel/parsecd-${version}-11.so ${DESTDIR}/usr/lib/parsec/parsecd-${version}-11.so
ln -rs ${DESTDIR}/usr/lib/parsec/parsecd-150.so ${DESTDIR}/usr/share/parsec/skel/
}

0 comments on commit 4dc562b

Please sign in to comment.