AUR AI Reviewer

Review Results

Version #1960 of phpstorm · commit 5058a376f3b1 · status Reviewed

Risk 0/5 · Safe .SRCINFO
Result #1345

Comment

The only change in this .SRCINFO hunk is a version bump from 2026.2.0.1 to 2026.2.1. No sources, checksums, install scripts, permissions, or build logic are modified here, so there is no new security concern visible in this diff. This appears to be routine metadata synchronization with upstream.

@@ -1,6 +1,6 @@
 pkgbase = phpstorm
 	pkgdesc = Lightweight and Smart PHP IDE
-	pkgver = 2026.2.0.1
+	pkgver = 2026.2.1
 	pkgrel = 1
 	url = https://www.jetbrains.com/phpstorm/
 	arch = x86_64
Risk 0/5 · Safe .SRCINFO
Result #1346

Comment

The change is a straightforward upstream version bump in .SRCINFO for PhpStorm, updating the JetBrains HTTPS tarball URL and its corresponding BLAKE2 checksum. No new sources, scripts, install hooks, privilege changes, or build-time network behavior are introduced by this diff. Based on the provided hunk alone, this looks like a routine package update with low security risk.

@@ -9,10 +9,10 @@ pkgbase = phpstorm
 	depends = glib2
 	depends = python
 	options = !strip
-	source = https://download.jetbrains.com/webide/PhpStorm-2026.2.0.1.tar.gz
+	source = https://download.jetbrains.com/webide/PhpStorm-2026.2.1.tar.gz
 	source = jetbrains-phpstorm.desktop
 	source = LICENSE
-	b2sums = 6f9285b3c9ce2302994b6da04851ae2499e0b12b47930feb9501af726f1d615ff5e379e4bd3e8fac6e79351f24647c3cf416d3e8a0ea46c677a768f0159a8b07
+	b2sums = 8763a7d537225c023bda1a764cf6de8d3839fbf451cd0d7a3a02e70ded55b272b29ce003aaee196f93c94f9ec6c8ac7b94fce865801bd91747f60cc5823d03f9
 	b2sums = ae7f5b69c057c78dac26ca571fc29c5deff0ae7c2955dd39561168a1ab0e25dfd3b0c6570a42af135588e9791c96958ffaaeea6db983f4fd8e8ec68efad413a5
 	b2sums = dadaf0e67b598aa7a7a4bf8644943a7ee8ebf4412abb17cd307f5989e36caf9d0db529a0e717a9df5d9537b10c4b13e814b955ada6f0d445913c812b63804e77
 
Risk 0/5 · Safe PKGBUILD
Result #1347

Comment

The change is a routine version bump in PKGBUILD: pkgver is updated from 2026.2.0.1 to 2026.2.1 and the corresponding BLAKE2 checksum for the upstream tarball is refreshed. The source remains the official JetBrains HTTPS download URL, and there are no new build steps, scripts, patches, or packaging behaviors introduced by this diff. No security-relevant red flags are present in the reviewed hunk.

@@ -6,7 +6,7 @@
 
 pkgbase=phpstorm
 pkgname=(phpstorm phpstorm-jre)
-pkgver=2026.2.0.1
+pkgver=2026.2.1
 pkgrel=1
 pkgdesc='Lightweight and Smart PHP IDE'
 arch=('x86_64' 'i686')
Risk 0/5 · Safe PKGBUILD
Result #1348

Comment

The change is a straightforward version bump for PhpStorm plus an updated B2 checksum for the upstream tarball. The source remains the official JetBrains HTTPS download URL, there are no new build-time commands, no added scripts, and no packaging/persistence changes. I don’t see any integrity or execution red flags in this diff beyond the expected checksum refresh for a new release.

@@ -17,7 +17,7 @@ options=('!strip')
 source=("https://download.jetbrains.com/webide/PhpStorm-${pkgver%b*}.tar.gz"
         jetbrains-phpstorm.desktop
         LICENSE)
-b2sums=('6f9285b3c9ce2302994b6da04851ae2499e0b12b47930feb9501af726f1d615ff5e379e4bd3e8fac6e79351f24647c3cf416d3e8a0ea46c677a768f0159a8b07'
+b2sums=('8763a7d537225c023bda1a764cf6de8d3839fbf451cd0d7a3a02e70ded55b272b29ce003aaee196f93c94f9ec6c8ac7b94fce865801bd91747f60cc5823d03f9'
         'ae7f5b69c057c78dac26ca571fc29c5deff0ae7c2955dd39561168a1ab0e25dfd3b0c6570a42af135588e9791c96958ffaaeea6db983f4fd8e8ec68efad413a5'
         'dadaf0e67b598aa7a7a4bf8644943a7ee8ebf4412abb17cd307f5989e36caf9d0db529a0e717a9df5d9537b10c4b13e814b955ada6f0d445913c812b63804e77')