seamonkey-bin

MEDIUM
maintainer kj_sh604 5 votes scanned 2026-08-23 19:21:20.461168
View on AUR
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:51 source=("https://archive.seamonkey-project.org/releases/$pkgver/linux-x86_64/en-US/seamonkey-$pkgver.en-US.linux-x86_64.tar.bz2")

PKGBUILD

1 offending line(s) highlighted
1# Maintainer: kj_sh604 <406hs_jk@proton.me>
2
3pkgname=seamonkey-bin
4pkgver=2.53.24
5pkgrel=1
6pkgdesc="SeaMonkey internet suite (binary version)"
7arch=('x86_64')
8url="http://www.seamonkey-project.org/"
9license=(MPL-2.0)
10depends=(
11 at-spi2-core
12 bash
13 cairo
14 dbus
15 dbus-glib
16 fontconfig
17 freetype2
18 gcc-libs
19 gdk-pixbuf2
20 glib2
21 glibc
22 gtk3
23 hunspell
24 libevent
25 libffi
26 libpulse
27 libvpx
28 libx11
29 libxcb
30 libxcomposite
31 libxdamage
32 libxext
33 libxfixes
34 libxrender
35 libxt
36 mime-types
37 nspr
38 nss
39 pango
40 pixman
41 sqlite
42 startup-notification
43 zlib
44)
45optdepends=(
46 'libnotify: Notification integration'
47 'networkmanager: Location detection via available WiFi networks'
48 'pulseaudio: Audio support'
49 'ffmpeg: H.264 video support'
50)
51source=("https://archive.seamonkey-project.org/releases/$pkgver/linux-x86_64/en-US/seamonkey-$pkgver.en-US.linux-x86_64.tar.bz2")
52conflicts=('seamonkey')
53provides=('seamonkey')
54sha256sums=('63fbe1d0f5ca35bb228e47eb586a81c5787debfbc27a242129ea9e133429d82c')
55
56package() {
57 cd "$srcdir/seamonkey"
58 install -d "$pkgdir/opt/seamonkey"
59 cp -r * "$pkgdir/opt/seamonkey/"
60 install -d "$pkgdir/usr/bin"
61 ln -s /opt/seamonkey/seamonkey "$pkgdir/usr/bin/seamonkey"
62 install -d "$pkgdir/usr/share/applications"
63 cat <<EOF > "$pkgdir/usr/share/applications/seamonkey.desktop"
64[Desktop Entry]
65Name=SeaMonkey
66GenericName=Internet Suite
67Comment=Web browser, advanced email, newsgroup and feed client, IRC chat, and web development tools
68Exec=/opt/seamonkey/seamonkey %u
69Icon=seamonkey
70Terminal=false
71Type=Application
72Categories=Network;WebBrowser;Email;News;Chat;
73MimeType=text/html;text/xml;application/xhtml+xml;application/vnd.mozilla.xul+xml;application/rss+xml;application/rdf+xml;
74EOF
75
76 for size in 16 22 24 32 48 64 128 256; do
77 install -d "$pkgdir/usr/share/icons/hicolor/${size}x${size}/apps"
78 install -m644 "chrome/icons/default/default${size}.png" "$pkgdir/usr/share/icons/hicolor/${size}x${size}/apps/seamonkey.png"
79 done
80 install -d "$pkgdir/usr/share/licenses/$pkgname"
81 install -m644 license.txt "$pkgdir/usr/share/licenses/$pkgname/"
82}
83
84# vim:set ts=2 sw=2 et:
85

Changes since previous scan

--- PKGBUILD @ 2026-06-19 19:07
+++ PKGBUILD @ 2026-08-23 19:21
@@ -1,7 +1,7 @@
# Maintainer: kj_sh604 <406hs_jk@proton.me>
pkgname=seamonkey-bin
-pkgver=2.53.23
+pkgver=2.53.24
pkgrel=1
pkgdesc="SeaMonkey internet suite (binary version)"
arch=('x86_64')
@@ -51,7 +51,7 @@
source=("https://archive.seamonkey-project.org/releases/$pkgver/linux-x86_64/en-US/seamonkey-$pkgver.en-US.linux-x86_64.tar.bz2")
conflicts=('seamonkey')
provides=('seamonkey')
-sha256sums=('7cd28c68bef78a4bcdea6f966364df0db38ee3f7e6ac66cca80f1e9c2fde25ea')
+sha256sums=('63fbe1d0f5ca35bb228e47eb586a81c5787debfbc27a242129ea9e133429d82c')
package() {
cd "$srcdir/seamonkey"

Scan history

Scanned at (UTC)SeverityRules
2026-08-23 19:21:20 Medium 1
2026-06-19 19:07:35 Clean 2
2026-06-18 16:11:54 Medium 1

Report a package

Reports go to the AURWatch maintainer (one person) and are read by hand. No login required.

0 / 4000
Your suggestion