AUR AI Reviewer

Review Results

Version #2578 of sublime-text-dev · commit 5b02f96a6dd7 · status Reviewed

Risk 0/5 · Safe .SRCINFO
Result #4057

Comment

The change is a metadata-only update in .SRCINFO, renaming the license identifier from `custom` to `LicenseRef-custom`. This does not affect build steps, sources, dependencies, install scripts, or runtime behavior, and there are no security-relevant indicators in the provided diff hunk. No evidence of supply-chain, privilege, or persistence risk from this change alone.

@@ -6,7 +6,7 @@ pkgbase = sublime-text-dev
 	install = sublime-text-dev.install
 	arch = x86_64
 	arch = aarch64
-	license = custom
+	license = LicenseRef-custom
 	depends = libpng
 	depends = gtk3
 	provides = sublime-text
Risk 0/5 · Safe PKGBUILD
Result #4058

Comment

The change is a metadata-only PKGBUILD update, renaming the license identifier from 'custom' to 'LicenseRef-custom'. It does not alter sources, build steps, dependencies, install scripts, permissions, or any executable content. No security-relevant behavior is introduced by this diff.

@@ -8,7 +8,7 @@ pkgrel=1
 pkgdesc='Sophisticated text editor for code, html and prose - dev build'
 arch=('x86_64' 'aarch64')
 url='https://www.sublimetext.com/dev'
-license=('custom')
+license=('LicenseRef-custom')
 depends=('libpng' 'gtk3')
 conflicts=('sublime-text')
 provides=('sublime-text')