privacynotes-bin

LOW
maintainer krishn 0 votes scanned 2026-09-10 07:20:26.145904
View on AUR
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
4pkgname=${_pkgname}-bin
5pkgver=0.507.29
6pkgrel=1
7pkgdesc='End-to-end encrypted notes, tasks, files, passwords, journal and bookmarks. (deb version)'
8arch=('x86_64' 'aarch64')
9url='https://github.com/LifetimeLabsDev/PrivacyNotes.app'
10license=('AGPL-3.0-only')
11depends=(
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
24provides=("${_pkgname}" "${_pkgname}=${pkgver}")
25conflicts=("${_pkgname}" "${_pkgname}-appimage-bin")
26options=(!debug)
27
28source_x86_64=("${_pkgname}-${pkgver}-x86_64.deb::${url}/releases/download/v${pkgver}/PrivacyNotes_${pkgver}_amd64.deb")
29source_aarch64=("${_pkgname}-${pkgver}-aarch64.deb::${url}/releases/download/v${pkgver}/PrivacyNotes_${pkgver}_arm64.deb")
30sha256sums_x86_64=('fdc31d8c1dba9ca0142e84fba823f84bf15117d15300e352806199ee922e4070')
31sha256sums_aarch64=('b7590bb4ba6e2f5766b90c3e34ce817f39ba3bfd909b1fc1df384f13cdfaf6d9')
32
33package() {
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)SeverityRules
2026-09-10 07:20:26 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