swiften4-git

maintainer orphaned · 0 votes · base swift4-git · scanned 2026-08-03 00:08:14.047287
LOW
View on AUR ↗
Why flagged The source is a git checkout from the project's own domain (swift.im), which is plausibly official; building from source is normal for AUR, even if the host isn't whitelisted.

Triggered rules

LOW AI review downgraded a static finding llm_review

The static rules flagged this MEDIUM, but an AI model (qwen/qwen3-235b-a22b-07-25) reviewed the full PKGBUILD and judged it LOW (confidence 95%): The source is a git checkout from the project's own domain (swift.im), which is plausibly official; building from source is normal for AUR, even if the host isn't whitelisted.

1 higher static finding superseded - not the current verdict (shown for transparency)
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:13 source=("git://swift.im/swift#branch=swift-4.x")

PKGBUILD

1 offending line(s) highlighted
1# Maintainer: Bjoern Franke <bjo@nord-west.org>
2# Contributor: Emmanuel Gil Peyrot <linkmauve@linkmauve.fr>
3
4pkgbase='swift4-git'
5pkgname=('swift4-im-git' 'swiften4-git')
6pkgver=4.0.2.r6.gbb3bd8a32
7pkgrel=1
8arch=('i686' 'x86_64')
9url="http://swift.im/"
10license=('GPL3')
11makedepends=('git' 'python2' 'openssl' 'boost' 'qt5-base' 'qt5-multimedia'
12 'qt5-webkit' 'qt5-x11extras' 'qt5-tools' 'qt5-svg')
13source=("git://swift.im/swift#branch=swift-4.x")
14md5sums=('SKIP')
15
16pkgver() {
17 cd "$srcdir/swift"
18 git describe --long | sed 's/\([^-]*-g\)/r\1/;s/-/./g;s/^swift\.//'
19}
20
21# Those options need to be consistent between each scons invocation.
22_scons_options='max_jobs=1 optimize=1 debug=0 swiften_dll=1'
23_directory='swift'
24
25build() {
26 cd "$srcdir/$_directory"
27 ./scons $_scons_options Swift Swiften
28}
29
30package_swift4-im-git() {
31 pkgdesc='XMPP client written in C++ with Qt and Swiften (4.x branch)'
32 depends=("swiften4-git=$pkgver" 'qt5-base' 'qt5-multimedia' 'qt5-webkit'
33 'qt5-x11extras' 'qt5-svg')
34 provides=('swift-im=3.0')
35 conflicts=('swift-im')
36
37 cd "$srcdir/$_directory"
38 ./scons $_scons_options SWIFT_INSTALLDIR="$pkgdir/usr/" "$pkgdir/usr/"
39}
40
41package_swiften4-git() {
42 pkgdesc='XMPP library written in C++ with Boost (4.x branch)'
43 depends=('boost-libs')
44 provides=('swiften=4.0')
45 conflicts=('swiften')
46
47 cd "$srcdir/$_directory"
48 ./scons $_scons_options SWIFTEN_INSTALLDIR="$pkgdir/usr/" "$pkgdir/usr/"
49}
50

Scan history

Scanned at (UTC)SeverityRules
2026-08-03 00:08:14 LOW 2
2026-08-02 00:16:08 LOW 2
2026-08-01 00:11:18 LOW 2
2026-07-31 00:14:10 LOW 2
2026-07-30 00:17:23 LOW 2
2026-07-29 00:25:53 LOW 2
2026-07-28 00:07:28 LOW 2
2026-07-27 00:24:32 LOW 2
2026-07-26 00:07:32 LOW 2
2026-07-25 00:13:44 LOW 2
2026-07-24 00:02:28 LOW 2
2026-07-23 00:14:47 LOW 2
2026-07-22 00:29:32 LOW 2
2026-07-21 00:24:15 LOW 2
2026-07-20 00:19:49 LOW 2
2026-07-19 00:17:08 LOW 2
2026-07-18 00:14:48 LOW 2
2026-07-17 00:06:16 LOW 2
2026-07-16 00:05:41 LOW 2
2026-07-15 00:09:25 LOW 2

Report a package

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

0 / 4000
Your suggestion