anotherim-desktop-git

MEDIUM
maintainer pounceandmiss 0 votes scanned 2026-08-21 19:15:21.164360
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: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
3pkgname=anotherim-desktop-git
4pkgver=0.5.127.r17.gbb803bf2
5pkgrel=1
6pkgdesc="AnotherIM Desktop - a modern XMPP/Jabber client, fork of Dino+"
7arch=('x86_64')
8url="https://dev.narayana.im/anotherim/anotherim-desktop"
9license=('GPL-3.0-or-later')
10depends=('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')
15makedepends=('git' 'cmake' 'vala' 'ninja')
16provides=('anotherim-desktop')
17conflicts=('dino' 'dino-plus' 'dino-plus-git' 'dino-git')
18source=("${pkgname}::git+https://dev.narayana.im/anotherim/anotherim-desktop.git#branch=dev")
19sha256sums=('SKIP')
20
21pkgver() {
22 cd "$pkgname"
23 git describe --long --tags | sed 's/^v//;s/\([^-]*-g\)/r\1/;s/-/./g'
24}
25
26build() {
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
41check() {
42 cd "$pkgname"
43 build/xmpp-vala-test
44 build/libdino-test
45 build/omemo-test
46 build/http-files-test
47}
48
49package() {
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)SeverityRules
2026-08-21 19:15:21 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