Comment
Risk is low. The change switches the package from a release tarball to a pinned Launchpad git commit over HTTPS, which is an integrity improvement rather than a downgrade. The commit is pinned to an exact hash, so it is not floating. The added build dependency on git is expected for a VCS source. The only notable packaging changes are adding gtk3 to depends and adjusting a cmake path via sed; neither introduces network access, privilege escalation, persistence, or suspicious install-time behavior. No .install, systemd, sudoers, or patch contents in this diff suggest malicious behavior.
@@ -5,10 +5,12 @@
## options
: ${_build_sodeps:=false}
+: ${_commit:=ff7ff00fb3c4f771fd8caf98bb568837f58f0c0a} # 0.9.14.2.r25
+
_pkgname='compiz'
pkgname="$_pkgname"
pkgver=0.9.14.2
-pkgrel=11
+pkgrel=12
pkgdesc="Composite manager for Aiglx and Xgl, with plugins and CCSM"
url="https://launchpad.net/compiz"
arch=('i686' 'x86_64')