whatly

maintainer shakaran · 1 votes · scanned 2026-08-03 00:08:14.047287
LOW
View on AUR ↗
Why flagged The package builds from the project's own git repository and a known fork, with SKIP'd checksums due to VCS sources, which is normal for AUR packages; no untrusted executables or malicious behavior is present.

Triggered rules

LOW Few votes, recently uploaded zero_votes_recent

Uploaded within the last 14 days with 2 or fewer community votes — little peer review so far.

LOW AI review llm_review

An AI model (qwen/qwen3-235b-a22b-2507) reviewed this and agrees it is LOW (confidence 95%): The package builds from the project's own git repository and a known fork, with SKIP'd checksums due to VCS sources, which is normal for AUR packages; no untrusted executables or malicious behavior is present.

PKGBUILD

1# Maintainer: Ángel Guzmán Maeso <angel@guzmanmaeso.com>
2pkgname=whatly
3pkgver=6.8.2
4pkgrel=1
5pkgdesc="Feature-rich WhatsApp Web desktop client based on Qt WebEngine"
6arch=('x86_64')
7url="https://github.com/shakaran/whatly"
8license=('MIT')
9depends=('qt6-webengine' 'qt6-svg' 'qt6-positioning' 'qt6-webchannel')
10makedepends=('cmake' 'ninja' 'qt6-tools' 'git')
11provides=('whatly')
12conflicts=('whatly-bin' 'whatly-git')
13# The release tarball does not carry the libnotify-qt submodule, so build from
14# the tag over git and wire the submodule in from a second source.
15source=("$pkgname::git+https://github.com/shakaran/whatly.git#tag=v$pkgver"
16 "libnotify-qt::git+https://github.com/ahm-forks/libnotify-qt.git")
17sha256sums=('SKIP'
18 'SKIP')
19
20prepare() {
21 cd "$srcdir/$pkgname"
22 git submodule init
23 git config submodule.src/libnotify-qt.url "$srcdir/libnotify-qt"
24 git -c protocol.file.allow=always submodule update
25}
26
27build() {
28 cmake -S "$srcdir/$pkgname" -B build -G Ninja \
29 -DCMAKE_BUILD_TYPE=Release \
30 -DCMAKE_INSTALL_PREFIX=/usr
31 cmake --build build
32}
33
34package() {
35 DESTDIR="$pkgdir" cmake --install build
36}
37

Changes since previous scan

--- PKGBUILD @ 2026-07-30 09:14
+++ PKGBUILD @ 2026-08-03 00:08
@@ -1,6 +1,6 @@
# Maintainer: Ángel Guzmán Maeso <angel@guzmanmaeso.com>
pkgname=whatly
-pkgver=6.8.1
+pkgver=6.8.2
pkgrel=1
pkgdesc="Feature-rich WhatsApp Web desktop client based on Qt WebEngine"
arch=('x86_64')

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 01:17:03 LOW 2
2026-07-31 00:14:10 LOW 2
2026-07-30 21:16:48 LOW 2
2026-07-30 09:14:07 LOW 2
2026-07-30 00:17:23 LOW 2
2026-07-29 00:25:53 LOW 2
2026-07-28 21:39:42 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