sublime-text-4
MEDIUM
maintainer SunRed
92 votes
scanned 2026-09-25 17:12:25.570634
Why flagged
One or more source=() URLs point to a host outside the trusted allowlist (github.com, gitlab.com, codeberg.org, pypi.org, …).
Triggered rules
Medium
source=() URL on a non-standard host
source_untrusted_domain
One or more source=() URLs point to a host outside the trusted allowlist (github.com, gitlab.com, codeberg.org, pypi.org, …).
-
PKGBUILD:15
source_x86_64=("${pkgname//-/_}_${pkgver/./_}_${pkgrel}_x64.tar.xz::https://download.sublimetext.com/sublime_text_build_${pkgver:2}_x64.tar.xz")
PKGBUILD
1 offending line(s) highlighted
1
# Maintainer: Manuel Hüsers <aur@huesers.de>
2
3
pkgname=sublime-text-4
4
pkgver=4.4215
5
pkgrel=1
6
pkgdesc='Sophisticated text editor for code, html and prose - stable build'
7
arch=('x86_64' 'aarch64')
8
url='https://www.sublimetext.com/download'
9
license=('LicenseRef-custom')
10
depends=('libpng' 'gtk3')
11
conflicts=('sublime-text')
12
provides=('sublime-text')
13
14
source=("${pkgname}.sh")
15
source_x86_64=("${pkgname//-/_}_${pkgver/./_}_${pkgrel}_x64.tar.xz::https://download.sublimetext.com/sublime_text_build_${pkgver:2}_x64.tar.xz")
16
source_aarch64=("${pkgname//-/_}_${pkgver/./_}_${pkgrel}_arm64.tar.xz::https://download.sublimetext.com/sublime_text_build_${pkgver:2}_arm64.tar.xz")
17
18
sha512sums=('ac56e9b7dddaebb3d222795cfc644109c93cc3f79695b8f9ee56022c74fe04a1134dd54cab07c74ff1f96b783cb3dbc026c16095552f1d2dd83115ea274dc2e9')
19
sha512sums_x86_64=('e49d032b4ee3b609913a9d8733f75e910f0b02accf9a77ce34a79bb1967140deaecfcf243989846b9d9e1a6fb09058ebf05676ed0981fac0c5d53ddb612e7d89')
20
sha512sums_aarch64=('7e4670497be0e731e8afd3115d2152adf40180486c389f624af1ec61d780958b383211e4f14c1010bb18f8ea83b055ab3666a6f526b8ce07cc85cc6967ac0b61')
21
22
prepare() {
23
sed -i -e "s|@ST_PATH@|/opt/sublime_text|g" "${pkgname}.sh"
24
sed -i -e 's#/opt/sublime_text/sublime_text#/usr/bin/subl#g' 'sublime_text/sublime_text.desktop'
25
sed -i -e '\#^StartupNotify=#a StartupWMClass=subl' 'sublime_text/sublime_text.desktop'
26
}
27
28
package() {
29
install -dm755 "${pkgdir}/opt"
30
cp --preserve=mode -r 'sublime_text' "${pkgdir}/opt/sublime_text"
31
rm -f "${pkgdir}/opt/sublime_text/sublime_text.desktop"
32
33
for res in 128x128 16x16 256x256 32x32 48x48; do
34
install -dm755 "${pkgdir}/usr/share/icons/hicolor/${res}/apps"
35
ln -s "/opt/sublime_text/Icon/${res}/sublime-text.png" "${pkgdir}/usr/share/icons/hicolor/${res}/apps/sublime-text.png"
36
done
37
38
install -dm755 "${pkgdir}/usr/share/applications"
39
install -Dm644 'sublime_text/sublime_text.desktop' "${pkgdir}/usr/share/applications/sublime_text.desktop"
40
41
install -dm755 "${pkgdir}/usr/bin"
42
install -Dm755 "${pkgname}.sh" "${pkgdir}/usr/bin/subl"
43
}
44
Changes since previous scan
--- PKGBUILD @ 2026-06-19 19:07+++ PKGBUILD @ 2026-09-25 17:12@@ -1,12 +1,12 @@ # Maintainer: Manuel Hüsers <aur@huesers.de> pkgname=sublime-text-4-pkgver=4.4200+pkgver=4.4215 pkgrel=1 pkgdesc='Sophisticated text editor for code, html and prose - stable build' arch=('x86_64' 'aarch64') url='https://www.sublimetext.com/download'-license=('custom')+license=('LicenseRef-custom') depends=('libpng' 'gtk3') conflicts=('sublime-text') provides=('sublime-text')@@ -16,8 +16,8 @@ source_aarch64=("${pkgname//-/_}_${pkgver/./_}_${pkgrel}_arm64.tar.xz::https://download.sublimetext.com/sublime_text_build_${pkgver:2}_arm64.tar.xz") sha512sums=('ac56e9b7dddaebb3d222795cfc644109c93cc3f79695b8f9ee56022c74fe04a1134dd54cab07c74ff1f96b783cb3dbc026c16095552f1d2dd83115ea274dc2e9')-sha512sums_x86_64=('0a6ff4be7ae35ce80d568a2bf8dc5ed6fcf9f845517f7a1b8b24f180842f72ef16f9792e91fc70a277cfaf66bf1be482bb1328c98252d7c524d3412cfe9f22e3')-sha512sums_aarch64=('bb8f314e3c0ffff2536f91331fe43fe55d42fed27fca32bced5e779331296c7ee4b619dacc0193bc7f2cfa16a770177a81783ed959c786522e9688b028c7c221')+sha512sums_x86_64=('e49d032b4ee3b609913a9d8733f75e910f0b02accf9a77ce34a79bb1967140deaecfcf243989846b9d9e1a6fb09058ebf05676ed0981fac0c5d53ddb612e7d89')+sha512sums_aarch64=('7e4670497be0e731e8afd3115d2152adf40180486c389f624af1ec61d780958b383211e4f14c1010bb18f8ea83b055ab3666a6f526b8ce07cc85cc6967ac0b61') prepare() { sed -i -e "s|@ST_PATH@|/opt/sublime_text|g" "${pkgname}.sh"Scan history
| Scanned at (UTC) | Severity | Rules |
|---|---|---|
| 2026-09-25 17:12:25 | Medium | 1 |
| 2026-06-19 19:07:35 | Clean | 2 |
| 2026-06-19 18:54:17 | Clean | 2 |
| 2026-06-18 16:11:54 | Medium | 1 |