Suggest updating the download source URL. The CDN URL (portswigger-cdn.net) seems unreliable. The official URL works correctly:
-source=("${pkgname}-${pkgver}.jar::https://portswigger-cdn.net/burp/releases/download?product=community&version=${pkgver}&type=Jar"
+source=("${pkgname}-${pkgver}.jar::https://portswigger.net/burp/releases/download?product=desktop&version=${pkgver}&type=Jar"
Also updated sha256sum for 2026.4.1:
sha256sums=('c1f89a64f0904ac4fa08ece90fb876fbe46eb9ad8f2e2b4bd96bea3005a3a9ad'
Pinned Comments
AkechiShiro commented on 2024-07-20 14:13 (UTC) (edited on 2025-12-23 15:21 (UTC) by AkechiShiro)
I've tried to automatically script the update of Burpsuite on this repo : https://github.com/AkechiShiro/aur-burpsuite
Feel free to let me know any improvements, the CI runs every Monday at 10 A.M. UTC, this should help keep the package up to the latest early adopter release every week.
EDIT : 2025-12-23
The release should be stable now, someone has made a PR to improve the stability, I apologize for the non-consistent behavior so far.
PR: https://github.com/AkechiShiro/aur-burpsuite/pull/5
The release should always be on the latest early-adopter now, hopefully.