privacynotes-bin
LOW
maintainer krishn
0 votes
scanned 2026-09-10 07:20:26.145904
Why flagged
The package installs a prebuilt binary from the project's official GitHub releases, which is normal for -bin packages; the source is verifiable via checksums and poses no active execution risk during build.
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 installs a prebuilt binary from the project's official GitHub releases, which is normal for -bin packages; the source is verifiable via checksums and poses no active execution risk during build.
PKGBUILD
1
# Maintainer: Omansh Krishn omansh@duck.com
2
3
_pkgname=privacynotes
4
pkgname=${_pkgname}-bin
5
pkgver=0.507.29
6
pkgrel=1
7
pkgdesc='End-to-end encrypted notes, tasks, files, passwords, journal and bookmarks. (deb version)'
8
arch=('x86_64' 'aarch64')
9
url='https://github.com/LifetimeLabsDev/PrivacyNotes.app'
10
license=('AGPL-3.0-only')
11
depends=(
12
'cairo'
13
'dbus'
14
'gcc-libs'
15
'gdk-pixbuf2'
16
'glib2'
17
'glibc'
18
'gtk3'
19
'hicolor-icon-theme'
20
'libsoup3'
21
'webkit2gtk-4.1'
22
)
23
24
provides=("${_pkgname}" "${_pkgname}=${pkgver}")
25
conflicts=("${_pkgname}" "${_pkgname}-appimage-bin")
26
options=(!debug)
27
28
source_x86_64=("${_pkgname}-${pkgver}-x86_64.deb::${url}/releases/download/v${pkgver}/PrivacyNotes_${pkgver}_amd64.deb")
29
source_aarch64=("${_pkgname}-${pkgver}-aarch64.deb::${url}/releases/download/v${pkgver}/PrivacyNotes_${pkgver}_arm64.deb")
30
sha256sums_x86_64=('fdc31d8c1dba9ca0142e84fba823f84bf15117d15300e352806199ee922e4070')
31
sha256sums_aarch64=('b7590bb4ba6e2f5766b90c3e34ce817f39ba3bfd909b1fc1df384f13cdfaf6d9')
32
33
package() {
34
35
cd "${srcdir}"
36
tar -xzf "${srcdir}/data.tar.gz"
37
38
install -dm755 "${pkgdir}/usr/bin"
39
install -m755 "${srcdir}/usr/bin/${_pkgname}" "${pkgdir}/usr/bin/${_pkgname}"
40
41
42
for size in 32x32 128x128 256x256@2 512x512; do
43
install -dm755 "${pkgdir}/usr/share/icons/hicolor/${size}/apps"
44
install -Dm644 "${srcdir}/usr/share/icons/hicolor/${size}/apps/${_pkgname}.png" "${pkgdir}/usr/share/icons/hicolor/${size}/apps/${_pkgname}.png"
45
done
46
47
install -dm755 "${pkgdir}/usr/share/applications"
48
install -Dm644 "${srcdir}/usr/share/applications/PrivacyNotes.desktop" "${pkgdir}/usr/share/applications/${_pkgname}.desktop"
49
50
install -dm755 "${pkgdir}/usr/share/metainfo"
51
install -Dm644 "${srcdir}/usr/share/metainfo/app.${_pkgname}.metainfo.xml" "${pkgdir}/usr/share/metainfo/app.${_pkgname}.metainfo.xml"
52
53
}
54
Scan history
| Scanned at (UTC) | Severity | Rules |
|---|---|---|
| 2026-09-10 07:20:26 | Low | 2 |