Comment
The change is low risk. It updates the pinned commit for the `alpm` submodule/source and removes an unused checksum variable, with no new code execution paths, network fetches, privilege changes, or packaging/install-script changes. The only substantive effect is sourcing a different upstream revision, which would warrant a deeper review of the fetched content itself, but this diff alone does not introduce a clear security issue.
@@ -2,14 +2,12 @@
# Contributor: Mark Wagie <mark dot wagie at proton dot me>
# Contributor: MatMoul <matmoul at the google email domain which is .com>
-: ${_commit_alpm=789ba9acc52b7b0624fb08de9f4756b5d51c10f1}
-
-: ${_cksum_octopi=bf2f6e2ab6208a020fd34fa6d88eaad5268132c4e38369818fd74267c0c54525}
+: ${_commit_alpm=0ed2a8bd6b869f40683cf7a79727dc64d7da274e}
_pkgname="octopi"
pkgname="$_pkgname"
pkgver=0.19.0
-pkgrel=1
+pkgrel=2
pkgdesc="A powerful Pacman frontend using Qt libs"
url="https://github.com/aarnt/octopi"
license=('GPL-2.0-or-later')