memokeel
LOW
maintainer SancaK
0 votes
scanned 2026-08-20 21:12:41.539726
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: Serhan Aydinicen <saydinicen9@gmail.com>
2
3
pkgname=memokeel
4
_id=com.conqrex.memokeel
5
pkgver=0.2.1
6
pkgrel=1
7
pkgdesc='KDE Plasma 6 widget for notes, to-dos, kanban boards, reminders, and tags'
8
arch=('any')
9
url='https://github.com/Conqrex/Conqrex.MemoKeel'
10
license=('MIT')
11
depends=('plasma-workspace' 'jq' 'file')
12
optdepends=('libnotify: fallback desktop notifications via notify-send')
13
source=("$pkgname-$pkgver.tar.gz::$url/archive/refs/tags/v$pkgver.tar.gz")
14
sha256sums=('8038453d567d64383c9325a08225f1a13e6b1852d1233da981a8813e115500ab')
15
16
package() {
17
install -dm755 "$pkgdir/usr/share/plasma/plasmoids/$_id"
18
cp -a "$srcdir"/*/package/. "$pkgdir/usr/share/plasma/plasmoids/$_id/"
19
install -Dm644 "$srcdir"/*/LICENSE "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
20
install -Dm644 "$srcdir"/*/package/contents/icons/$_id.svg \
21
"$pkgdir/usr/share/icons/hicolor/scalable/apps/$_id.svg"
22
}
23
Changes since previous scan
--- PKGBUILD @ 2026-08-14 00:03+++ PKGBUILD @ 2026-08-20 21:12@@ -2,7 +2,7 @@ pkgname=memokeel _id=com.conqrex.memokeel-pkgver=0.2.0+pkgver=0.2.1 pkgrel=1 pkgdesc='KDE Plasma 6 widget for notes, to-dos, kanban boards, reminders, and tags' arch=('any')@@ -11,7 +11,7 @@ depends=('plasma-workspace' 'jq' 'file') optdepends=('libnotify: fallback desktop notifications via notify-send') source=("$pkgname-$pkgver.tar.gz::$url/archive/refs/tags/v$pkgver.tar.gz")-sha256sums=('e961b52daebcfc0accbdeeb8665774a90b03b170c9bcc65a437b2bc84a911bac')+sha256sums=('8038453d567d64383c9325a08225f1a13e6b1852d1233da981a8813e115500ab') package() { install -dm755 "$pkgdir/usr/share/plasma/plasmoids/$_id"Scan history
| Scanned at (UTC) | Severity | Rules |
|---|---|---|
| 2026-08-20 21:12:41 | Low | 1 |
| 2026-08-14 00:03:41 | Clean | 2 |
| 2026-08-13 13:26:16 | Low | 1 |