Comment
The change is low risk from a security perspective. It removes an Electron-version self-check and switches the package from repackaging RPM contents to extracting an upstream tarball, while also simplifying metadata and renaming the internal package name to lowercase. I do not see any new code execution, privilege escalation, persistence, or suspicious network behavior introduced by this diff. The only notable supply-chain concern is that one source is fetched from raw.githubusercontent.com on the main branch, which is less ideal than pinning to a release artifact or commit, but that URL was already present in the package and the change does not worsen it. Overall this looks like a packaging refactor rather than a malicious modification.
@@ -2,12 +2,11 @@
# Contributor: HentaiShiroYuki <hentaishiroyuki at gmail dot com>
# Contributor: Sofia Lima
pkgname=vesktop-bin
-_pkgname=Vesktop
+_pkgname=vesktop
_appname=vencord-desktop
pkgver=1.6.7
-_electronversion=43
pkgrel=2
-pkgdesc="A cross platform electron-based desktop app aiming to give you a snappier Discord experience with Vencord pre-installed.(Prebuilt version.Use system-wide electron)"
+pkgdesc="A cross platform electron-based desktop app aiming to give you a snappier Discord experience with Vencord pre-installed."
arch=(
'aarch64'
'x86_64'