summarylogtreecommitdiffstats
path: root/PKGBUILD
AgeCommit message (Collapse)Author
2021-03-04Merge branch 'master' into master-binDenton Liu
2021-03-04Update to v2.0.1Denton Liu
Since @zbanks has not updated his repository in a while, switch the source to @TheGreatMcPain's repository.
2020-12-31PKGBUILD: use version without -linux suffixDenton Liu
With the `-linux` suffix, CrewLink would detect this as an incompatible version and refuse to run. Use the version without the suffix so that this does not happen.
2020-12-31Merge branch 'master' into master-binDenton Liu
2020-12-31Update to v1.2.1Denton Liu
* Rename crewlink to crewlink-launcher in case someone wants to run vanilla crewlink. * Install /usr/bin/crewlink as a link to /opt/CrewLink/crewlink. * Modify launcher script to run a child process which sets kernel.yama.ptrace_scope. This removes the craziness of running crewlink with su so environment variables that are needed for PulseAudio should be handled more transparently.
2020-12-29Merge branch 'master' into master-binDenton Liu
2020-12-29crewlink: update launcherDenton Liu
Fix two issues with the crewlink launcher. First, ensure that the sysctl command to restore the old value runs. Next, add a hack since CrewLink leaks processes.
2020-12-24Initial commit for crewlink-binDenton Liu
2020-12-24Initial commit for crewlinkDenton Liu