Comment
The change is a no-op whitespace cleanup in PKGBUILD: it only removes a trailing blank line in prepare() and does not alter sources, build steps, install behavior, permissions, or dependencies. No security-relevant behavior is introduced by this diff hunk.
@@ -27,7 +27,7 @@ prepare() {
patch -Np1 -i ../bison3.patch
sed -e 's/AM_CONFIG_HEADER/AC_CONFIG_HEADERS/' -i configure.ac
sed -e 's/static volatile gsize gonce_data/static gsize gonce_data/g' -i gst/gstutils.h
-
+
if [ ! -f /usr/bin/glib-mkenums ]; then
mkdir -p tools
cat > tools/glib-mkenums <<'EOF'