wallr-bin
maintainer Dominiquini
· 2 votes
· scanned 2026-08-18 00:03:42.021799
LOW
View on AUR ↗
Why flagged
The package downloads a prebuilt binary from GitHub Releases, which is a common but unverifiable practice; however, it targets a specific versioned release from the project's official repository, reducing risk.
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 downloads a prebuilt binary from GitHub Releases, which is a common but unverifiable practice; however, it targets a specific versioned release from the project's official repository, reducing risk.
PKGBUILD
1
# Maintainer: Rafael Dominiquini <rafaeldominiquini at gmail dot com>
2
3
_gitauthor=programmersd21
4
_gitname=wallr
5
_appname=${_gitname}
6
pkgname=${_appname}-bin
7
pkgdesc="🎨 GPU-accelerated animated wallpaper engine for Wayland"
8
9
pkgver=0.3.1
10
pkgrel=1
11
_gitversion=v${pkgver}
12
13
arch=('x86_64')
14
_barch=('linux-amd64')
15
16
_ghurl="https://github.com/${_gitauthor}/${_gitname}"
17
_ghurlraw="https://raw.githubusercontent.com/${_gitauthor}/${_gitname}/${_gitversion}"
18
url=${_ghurl}
19
20
license=('MIT')
21
22
provides=("${_appname}")
23
conflicts=("${_appname}")
24
25
options=(!strip)
26
27
source=("LICENSE-${pkgver}::${_ghurlraw}/LICENSE")
28
source_x86_64=("${_appname}-${arch[0]}-${pkgver}.tgz::${_ghurl}/releases/download/${_gitversion}/${_appname}-${_barch[0]}.tar.gz")
29
sha256sums=('cc3c6e9b47b26034c07cf061c660c58cf11a522d8d26eed42b68d8ece1c5076e')
30
sha256sums_x86_64=('d9362b24f154402bf075eca2fdf33d1492c57e1ff7b0452256b9a1359b532535')
31
32
33
package() {
34
cd "${srcdir}/" || exit
35
36
install -Dm755 "${_appname}" "${pkgdir}/usr/bin/${_appname}"
37
38
install -Dm644 "README.md" "${pkgdir}/usr/share/doc/${pkgname}/README.md"
39
40
install -dm7555 "${pkgdir}/usr/share/doc/${pkgname}/docs/"
41
cp -rf "docs/"* "${pkgdir}/usr/share/doc/${pkgname}/docs/"
42
43
install -Dm644 "LICENSE-${pkgver}" "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
44
}
45
Changes since previous scan
--- PKGBUILD @ 2026-08-13 00:17+++ PKGBUILD @ 2026-08-18 00:03@@ -6,7 +6,7 @@ pkgname=${_appname}-bin pkgdesc="🎨 GPU-accelerated animated wallpaper engine for Wayland" -pkgver=0.3.0+pkgver=0.3.1 pkgrel=1 _gitversion=v${pkgver} @@ -27,7 +27,7 @@ source=("LICENSE-${pkgver}::${_ghurlraw}/LICENSE") source_x86_64=("${_appname}-${arch[0]}-${pkgver}.tgz::${_ghurl}/releases/download/${_gitversion}/${_appname}-${_barch[0]}.tar.gz") sha256sums=('cc3c6e9b47b26034c07cf061c660c58cf11a522d8d26eed42b68d8ece1c5076e')-sha256sums_x86_64=('27cd97f834f001d9c109150e0529c1007cc421111c2e9e884f85d2ba24c11753')+sha256sums_x86_64=('d9362b24f154402bf075eca2fdf33d1492c57e1ff7b0452256b9a1359b532535') package() {Scan history
| Scanned at (UTC) | Severity | Rules |
|---|---|---|
| 2026-08-18 00:03:42 | LOW | 2 |
| 2026-08-17 00:18:29 | LOW | 2 |
| 2026-08-16 00:03:42 | LOW | 2 |
| 2026-08-15 00:26:13 | LOW | 2 |
| 2026-08-14 00:03:41 | LOW | 2 |
| 2026-08-13 09:26:10 | LOW | 2 |
| 2026-08-13 00:17:07 | LOW | 2 |
| 2026-08-12 00:27:08 | LOW | 2 |
| 2026-08-11 13:21:13 | LOW | 2 |