AUR AI Reviewer

Review Results

Version #1753 of phpstorm · commit 9e609f1419f6 · status Reviewed

Risk 0/5 · Safe .SRCINFO
Result #375

Comment

The change only bumps pkgver in .SRCINFO from 2026.1.4 to 2026.2. No sources, checksums, build steps, install scripts, or packaging behavior are altered in the provided diff. On its face this is a metadata-only version update with no direct security impact. I did not see evidence in the reviewed hunk of new network fetching, privilege escalation, persistence, or integrity issues.

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

Comment

The change is a straightforward upstream version bump in .SRCINFO, updating the PhpStorm tarball URL from 2026.1.4 to 2026.2 and refreshing the corresponding checksum. The source remains an HTTPS download from JetBrains, with no new build steps, scripts, or packaging logic introduced in this diff. No obvious supply-chain red flags are present in the provided hunk.

@@ -9,10 +9,10 @@ pkgbase = phpstorm
 	depends = glib2
 	depends = python
 	options = !strip
-	source = https://download.jetbrains.com/webide/PhpStorm-2026.1.4.tar.gz
+	source = https://download.jetbrains.com/webide/PhpStorm-2026.2.tar.gz
 	source = jetbrains-phpstorm.desktop
 	source = LICENSE
-	b2sums = 397d787d0b57940ecd960ef23376d3eaf69714496e33374515137732370910dd5e96b9fd782f40a037decaf4f8d0b6b1e117bfd557674afe7555c46093b255a0
+	b2sums = e8ac46373be11aa960b9683bad8a176f5051bf9d20d008872a90dea18db2ec561ace5c148f7ca5660472dd4ad2e61280af5713478be19307d23a1d7dfa91904c
 	b2sums = ae7f5b69c057c78dac26ca571fc29c5deff0ae7c2955dd39561168a1ab0e25dfd3b0c6570a42af135588e9791c96958ffaaeea6db983f4fd8e8ec68efad413a5
 	b2sums = dadaf0e67b598aa7a7a4bf8644943a7ee8ebf4412abb17cd307f5989e36caf9d0db529a0e717a9df5d9537b10c4b13e814b955ada6f0d445913c812b63804e77
 
Risk 0/5 · Safe PKGBUILD
Result #377

Comment

The change is a routine version bump in PKGBUILD from 2026.1.4 to 2026.2, with the corresponding upstream JetBrains download URL and b2sums updated. The source remains HTTPS and points to the official JetBrains download host, with no new build-time commands, no added scripts, and no packaging logic changes. I do not see any integrity or persistence red flags in this diff alone.

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

Comment

The change only updates the B2 checksum for the upstream PhpStorm tarball in PKGBUILD. The source URL remains the official JetBrains HTTPS download, there are no new build steps, scripts, or packaging changes, and no evidence of added network access or privilege escalation. This looks like a routine integrity hash refresh rather than a security-sensitive modification.

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