anotherim-desktop-git
MEDIUM
maintainer pounceandmiss
0 votes
scanned 2026-08-21 19:15:21.164360
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:18
source=("${pkgname}::git+https://dev.narayana.im/anotherim/anotherim-desktop.git#branch=dev")
PKGBUILD
1 offending line(s) highlighted
1
# Maintainer: pounceandmiss <pounceandmiss@proton.me>
2
3
pkgname=anotherim-desktop-git
4
pkgver=0.5.127.r17.gbb803bf2
5
pkgrel=1
6
pkgdesc="AnotherIM Desktop - a modern XMPP/Jabber client, fork of Dino+"
7
arch=('x86_64')
8
url="https://dev.narayana.im/anotherim/anotherim-desktop"
9
license=('GPL-3.0-or-later')
10
depends=('glib2' 'glib-networking' 'gtk4' 'gpgme'
11
'libgee' 'libgcrypt' 'libomemo-c' 'curl' 'sqlcipher' 'qrencode'
12
'gst-plugins-base'
13
'gst-plugins-good' 'gst-plugin-gtk'
14
'libnice' 'libsrtp' 'libadwaita' 'libcanberra')
15
makedepends=('git' 'cmake' 'vala' 'ninja')
16
provides=('anotherim-desktop')
17
conflicts=('dino' 'dino-plus' 'dino-plus-git' 'dino-git')
18
source=("${pkgname}::git+https://dev.narayana.im/anotherim/anotherim-desktop.git#branch=dev")
19
sha256sums=('SKIP')
20
21
pkgver() {
22
cd "$pkgname"
23
git describe --long --tags | sed 's/^v//;s/\([^-]*-g\)/r\1/;s/-/./g'
24
}
25
26
build() {
27
cd "$pkgname"
28
cmake -B build -G Ninja \
29
-DCMAKE_INSTALL_PREFIX=/usr \
30
-DCMAKE_BUILD_TYPE=RelWithDebInfo \
31
-DCMAKE_POLICY_VERSION_MINIMUM=3.5 \
32
-DENABLED_PLUGINS="notification-sound" \
33
-DDISABLED_PLUGINS="phone-ringer" \
34
-DNO_DEBUG=yes \
35
-DPLUGIN_RTP_WEBRTC_AUDIO_PROCESSING=no \
36
-DBUILD_TESTS=ON \
37
-Wno-dev
38
cmake --build build
39
}
40
41
check() {
42
cd "$pkgname"
43
build/xmpp-vala-test
44
build/libdino-test
45
build/omemo-test
46
build/http-files-test
47
}
48
49
package() {
50
cd "$pkgname"
51
DESTDIR="$pkgdir" cmake --build build --target=install
52
}
53
Changes since previous scan
--- PKGBUILD @ 2026-06-19 19:07+++ PKGBUILD @ 2026-08-21 19:15@@ -1,14 +1,14 @@ # Maintainer: pounceandmiss <pounceandmiss@proton.me> pkgname=anotherim-desktop-git-pkgver=0.5.104.r0.g466dfcec+pkgver=0.5.127.r17.gbb803bf2 pkgrel=1 pkgdesc="AnotherIM Desktop - a modern XMPP/Jabber client, fork of Dino+" arch=('x86_64') url="https://dev.narayana.im/anotherim/anotherim-desktop" license=('GPL-3.0-or-later') depends=('glib2' 'glib-networking' 'gtk4' 'gpgme'- 'libgee' 'libgcrypt' 'libomemo-c' 'libsoup3' 'sqlite' 'qrencode'+ 'libgee' 'libgcrypt' 'libomemo-c' 'curl' 'sqlcipher' 'qrencode' 'gst-plugins-base' 'gst-plugins-good' 'gst-plugin-gtk' 'libnice' 'libsrtp' 'libadwaita' 'libcanberra')@@ -33,11 +33,18 @@ -DDISABLED_PLUGINS="phone-ringer" \ -DNO_DEBUG=yes \ -DPLUGIN_RTP_WEBRTC_AUDIO_PROCESSING=no \- -DUSE_SOUP3=yes \+ -DBUILD_TESTS=ON \ -Wno-dev cmake --build build } +check() {+ cd "$pkgname"+ build/xmpp-vala-test+ build/libdino-test+ build/omemo-test+ build/http-files-test+} package() { cd "$pkgname"Scan history
| Scanned at (UTC) | Severity | Rules |
|---|---|---|
| 2026-08-21 19:15:21 | Medium | 1 |
| 2026-06-19 19:07:35 | Clean | 2 |
| 2026-06-18 16:11:54 | Medium | 1 |