Comment
The change is low risk. It only bumps pkgrel and adds two check-time dependencies (psmisc, tcsh) to .SRCINFO; there are no source URL changes, no new runtime dependencies, no build-script changes, and no evidence of network access, privilege escalation, or packaging of binaries/scripts. This looks like metadata synchronization rather than a security-relevant modification.
@@ -1,11 +1,13 @@
pkgbase = esound
pkgdesc = Enlightened Sound Daemon
pkgver = 0.2.41
- pkgrel = 7
+ pkgrel = 8
url = https://gitlab.gnome.org/Archive/esound
arch = i686
arch = x86_64
license = GPL-2.0-or-later AND LGPL-2.0-or-later
+ checkdepends = psmisc
+ checkdepends = tcsh
makedepends = autoconf
makedepends = automake
makedepends = libtool