Not sure what changed (seems it's upstream change), but /usr/share/applications/parsec.desktop
got changed from Terminal=true
to Terminal=false
which is great since we have native desktop app (no longer need to use browser).
But wondering why I had to perform trizen -S parsec-bin
manually to update this package and there is no update for such little change in https://parsecgaming.com/changelog/ ? Also parsec versioning control is such a mess....
So, @tadly - if you could make me a maintainer, I could set up script to auto update this PKGBUILD according to provided content-length attribute from the server:
curl -sI https://builds.parsecgaming.com/package/parsec-linux.deb | grep -i Content-Length | awk '{print $2}'
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.