Skip to content

Commit

Permalink
parsec: upgrade to 150.28
Browse files Browse the repository at this point in the history
  • Loading branch information
Nicop06 authored and Hoshpak committed May 10, 2020
1 parent c9eefda commit 92f86cf
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions srcpkgs/parsec/template
@@ -1,6 +1,6 @@
# Template file for 'parsec'
pkgname=parsec
version=147.9
version=150.28
revision=1
archs="x86_64"
build_style=fetch
Expand All @@ -10,7 +10,7 @@ maintainer="Kozova1 <mug66kk@gmail.com>"
license="Proprietary"
homepage="https://parsecgaming.com"
distfiles="https://s3.amazonaws.com/parsec-build/package/parsec-linux.deb"
checksum=beed951ebee0189e8c22aa3d9190e1ddc7691c4703379e146a8b812c21b3a273
checksum=0c7207f419377fc35e30448acd00d8701300ac5a44936ac6d87a468c9afccdc1
nopie=yes
restricted=yes

Expand All @@ -21,6 +21,6 @@ do_extract() {
do_install() {
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-150-28.so ${DESTDIR}/usr/lib/parsec/parsecd-150-28.so
ln -rs ${DESTDIR}/usr/lib/parsec/parsecd-150-28.so ${DESTDIR}/usr/share/parsec/skel/
}

0 comments on commit 92f86cf

Please sign in to comment.