notse-bin

maintainer Dominiquini · 1 votes · scanned 2026-08-18 01:38:17.845211
LOW
View on AUR ↗
Why flagged Uploaded within the last 14 days with 2 or fewer community votes — little peer review so far.

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.

PKGBUILD

1# Maintainer: Rafael Dominiquini <rafaeldominiquini at gmail dot com>
2
3_gitauthor=RahulSandhu
4_gitname=notse
5_appname=${_gitname}
6pkgname=${_appname}-bin
7pkgdesc="TUI for taking notes inspired in clipse"
8
9pkgver=0.2.0
10pkgrel=1
11_gitversion=v${pkgver}
12
13arch=('x86_64')
14
15_ghurl="https://github.com/${_gitauthor}/${_gitname}"
16_ghurlraw="https://raw.githubusercontent.com/${_gitauthor}/${_gitname}/${_gitversion}"
17url=${_ghurl}
18
19license=('MIT')
20
21provides=("${_appname}")
22conflicts=("${pkgname%-bin}")
23
24options=('!strip')
25
26source=("README-${pkgver}.md::${_ghurlraw}/README.md"
27 "LICENSE-${pkgver}::${_ghurlraw}/LICENSE")
28source_x86_64=("${_appname}-${arch[0]}-${pkgver}::${_ghurl}/releases/download/${_gitversion}/${_appname}")
29sha256sums=('2b32d33a2bc22d5988d8b34b98b03b264bbb1cca2d6197e7b1a0c5efd57042e7'
30 'aecda32055fbe3f21152d13935a88aa23e6a7be2942779fd7752187da3e0045e')
31sha256sums_x86_64=('47b7055a5c15114dff1426f68a5165692b7a9fb3b778ecaca09c4cdaaf7b57da')
32
33
34package() {
35 cd "${srcdir}/" || exit
36
37 install -Dm755 "${_appname}-${CARCH}-${pkgver}" "${pkgdir}/usr/bin/${_appname}"
38
39 install -Dm644 "README-${pkgver}.md" "${pkgdir}/usr/share/doc/${pkgname}/README.md"
40
41 install -Dm644 "LICENSE-${pkgver}" "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
42}
43

Changes since previous scan

--- PKGBUILD @ 2026-08-12 00:27
+++ PKGBUILD @ 2026-08-18 01:38
@@ -19,9 +19,9 @@
license=('MIT')
provides=("${_appname}")
-conflicts=("${_appname}")
+conflicts=("${pkgname%-bin}")
-options=(!strip)
+options=('!strip')
source=("README-${pkgver}.md::${_ghurlraw}/README.md"
"LICENSE-${pkgver}::${_ghurlraw}/LICENSE")

Scan history

Scanned at (UTC)SeverityRules
2026-08-18 01:38:17 LOW 1
2026-08-12 00:27:08 CLEAN 2
2026-08-11 13:21:13 LOW 1

Report a package

Reports go to the AURWatch maintainer (one person) and are read by hand. No login required.

0 / 4000
Your suggestion