parsec: upgrade to 150.28
This commit is contained in:
parent
c9eefda128
commit
92f86cffc7
1 changed files with 4 additions and 4 deletions
|
@ -1,6 +1,6 @@
|
||||||
# Template file for 'parsec'
|
# Template file for 'parsec'
|
||||||
pkgname=parsec
|
pkgname=parsec
|
||||||
version=147.9
|
version=150.28
|
||||||
revision=1
|
revision=1
|
||||||
archs="x86_64"
|
archs="x86_64"
|
||||||
build_style=fetch
|
build_style=fetch
|
||||||
|
@ -10,7 +10,7 @@ maintainer="Kozova1 <mug66kk@gmail.com>"
|
||||||
license="Proprietary"
|
license="Proprietary"
|
||||||
homepage="https://parsecgaming.com"
|
homepage="https://parsecgaming.com"
|
||||||
distfiles="https://s3.amazonaws.com/parsec-build/package/parsec-linux.deb"
|
distfiles="https://s3.amazonaws.com/parsec-build/package/parsec-linux.deb"
|
||||||
checksum=beed951ebee0189e8c22aa3d9190e1ddc7691c4703379e146a8b812c21b3a273
|
checksum=0c7207f419377fc35e30448acd00d8701300ac5a44936ac6d87a468c9afccdc1
|
||||||
nopie=yes
|
nopie=yes
|
||||||
restricted=yes
|
restricted=yes
|
||||||
|
|
||||||
|
@ -21,6 +21,6 @@ do_extract() {
|
||||||
do_install() {
|
do_install() {
|
||||||
bsdtar xf "data.tar.xz" -C ${DESTDIR}
|
bsdtar xf "data.tar.xz" -C ${DESTDIR}
|
||||||
vmkdir usr/lib/parsec
|
vmkdir usr/lib/parsec
|
||||||
mv ${DESTDIR}/usr/share/parsec/skel/parsecd-147-9.so ${DESTDIR}/usr/lib/parsec/parsecd-147-9.so
|
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-147-9.so ${DESTDIR}/usr/share/parsec/skel/
|
ln -rs ${DESTDIR}/usr/lib/parsec/parsecd-150-28.so ${DESTDIR}/usr/share/parsec/skel/
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue