AUR AI Reviewer

Review Results

Version #1948 of aseprite · commit 1b7fef3db7f8 · status Reviewed

Risk 0/5 · Safe .SRCINFO
Result #1306

Comment

The change only bumps pkgrel in .SRCINFO from 2 to 3 and does not alter sources, checksums, build steps, dependencies, install scripts, or any executable artifacts. This is a metadata-only packaging revision with no security-relevant behavior change.

@@ -1,7 +1,7 @@
 pkgbase = aseprite
 	pkgdesc = Create animated sprites and pixel art
 	pkgver = 1.3.18.1
-	pkgrel = 2
+	pkgrel = 3
 	url = https://www.aseprite.org/
 	arch = x86_64
 	license = LicenseRef-Aseprite-EULA
Risk 0/5 · Safe PKGBUILD
Result #1307

Comment

The change only bumps pkgrel from 2 to 3 in PKGBUILD and does not alter sources, build steps, dependencies, install scripts, permissions, or any runtime behavior. No security-relevant content is introduced in this diff hunk.

@@ -13,7 +13,7 @@ pkgname=aseprite
 pkgver=1.3.18.1
 _skiaver=m124
 _skiahash=08a5439a6b
-pkgrel=2
+pkgrel=3
 pkgdesc='Create animated sprites and pixel art'
 arch=('x86_64')
 url="https://www.aseprite.org/"
Risk 0/5 · Safe PKGBUILD
Result #1308

Comment

The change is a one-line cleanup in PKGBUILD: it removes an inline shell comment after the CMake argument list. This does not alter build logic, source integrity, dependencies, or install behavior. No new network access, privilege changes, or packaging side effects are introduced by this diff hunk.

@@ -157,7 +157,7 @@ build() {
 -DENABLE_UPDATER=OFF -DENABLE_{SCRIPTING,WEBSOCKET}=ON \
 -DLAF_WITH_{EXAMPLES,TESTS}=OFF -DLAF_BACKEND=skia \
 -DSKIA_DIR="$PWD/skia" -DSKIA_LIBRARY_DIR="$_skiadir" \
--DCMAKE_AR=$(command -v ar) -DCMAKE_RANLIB=$(command -v ranlib) \ # cmake nonsense
+-DCMAKE_AR=$(command -v ar) -DCMAKE_RANLIB=$(command -v ranlib) \
 -DUSE_SHARED_{CMARK,CURL,FMT,GIFLIB,LIBJPEG_TURBO,ZLIB,LIBPNG,TINYXML,PIXMAN,FREETYPE,HARFBUZZ,LIBARCHIVE,WEBP}=ON \
 -DCMAKE_POLICY_VERSION_MINIMUM=3.5 # workaround
 	cmake --build build