AUR AI Reviewer

Review Results

Version #1897 of gstreamer0.10 · commit 5098b51fff10 · status Reviewed

Risk 0/5 · Safe .SRCINFO
Result #876

Comment

This change only updates the SPDX-style license identifier in .SRCINFO from `LGPL` to `LGPL-2.0-or-later`. It does not affect sources, build steps, installed files, permissions, or any runtime behavior. No security-relevant impact is apparent from this diff alone.

@@ -6,7 +6,7 @@ pkgbase = gstreamer0.10
 	arch = i686
 	arch = x86_64
 	arch = armv7h
-	license = LGPL
+	license = LGPL-2.0-or-later
 	makedepends = intltool
 	makedepends = python3
 	makedepends = pkg-config
Risk 0/5 · Safe PKGBUILD
Result #877

Comment

The change only updates the SPDX-style license identifier from 'LGPL' to 'LGPL-2.0-or-later'. This is a metadata-only adjustment with no impact on build steps, sources, dependencies, install scripts, or runtime behavior. No security concerns are introduced by this diff hunk.

@@ -10,7 +10,7 @@ pkgver=0.10.36
 pkgrel=20
 pkgdesc="GStreamer Multimedia Framework"
 arch=('i686' 'x86_64' 'armv7h')
-license=('LGPL')
+license=('LGPL-2.0-or-later')
 url='https://gstreamer.freedesktop.org'
 depends=('libxml2' 'glib2')
 makedepends=('intltool' 'python3' 'pkg-config' 'gtk-doc' 'bison' 'flex' 'glib2-devel' 'automake' 'autoconf' 'libtool')