Comment
The change is low risk. It only reclassifies a maintainer line as a contributor and moves an existing `NOCONFIGURE=1 ./autogen.sh` invocation from `build()` into `prepare()`, without adding new sources, network fetches, privilege escalation, persistence, or packaging changes. `autogen.sh` was already part of the build flow, so this is a build-order refactor rather than new code execution. I do note that running `autogen.sh` in `prepare()` is still arbitrary upstream build-script execution, but that was already present before this commit and is not newly introduced here.
@@ -1,9 +1,7 @@
# Maintainer: Josephine Pfeiffer <hi@josie.lol>
-# Former Maintainer: ava1ar <mail(at)ava1ar(dot)me>
+# Contributor: ava1ar <mail(at)ava1ar(dot)me>
# Contributor: Yurii Kolesnykov <yurikoles@gmail.com>
# Contributor: Jan de Groot <jgc@archlinux.org>
-
-pkgbase=gstreamer0.10-base
_pkgname=gst-plugins-base
pkgname=('gstreamer0.10-base' 'gstreamer0.10-base-plugins')
pkgver=0.10.36