lenspect

MEDIUM
maintainer lufog 2 votes scanned 2026-09-27 13:18:29.354985
View on AUR
Why flagged

This package was orphaned and re-adopted within the last 30 days — a window where ownership transfers can introduce malicious changes.

Triggered rules

Medium Recently orphaned & re-adopted orphaned_readopted

This package was orphaned and re-adopted within the last 30 days — a window where ownership transfers can introduce malicious changes.

PKGBUILD

1# Maintainer: clove3am (aka: Caltlgin) <clove.dev.mailbox.org>
2
3pkgname='lenspect'
4pkgver=1.0.6
5pkgrel=1
6pkgdesc='Lightweight security threat scanner intended to make malware detection more accessible and efficient'
7arch=('any')
8url='https://github.com/vmkspv/lenspect'
9license=('GPL-3.0-or-later')
10depends=(
11 'gtk4'
12 'hicolor-icon-theme'
13 'libadwaita'
14 'python-gobject'
15)
16makedepends=(
17 'blueprint-compiler'
18 'meson'
19)
20source=("${pkgname}-${pkgver}.tar.gz::${url}/archive/v${pkgver}.tar.gz")
21sha256sums=('9b5a7f52bf9662dfd6b2f80f6d4afe65d9d39f9da2d08e8a2b12e0cfd7225e75')
22
23build() {
24 cd "${pkgname}-${pkgver}"
25 arch-meson build
26 meson compile -C build
27}
28
29package() {
30 cd "${pkgname}-${pkgver}"
31 meson install -C build --no-rebuild --destdir "${pkgdir}"
32 install -Dm644 'README.md' -t "${pkgdir}/usr/share/doc/${pkgname}"
33}
34
35

Changes since previous scan

--- PKGBUILD @ 2026-06-18 16:11
+++ PKGBUILD @ 2026-09-27 13:18
@@ -1,7 +1,7 @@
# Maintainer: clove3am (aka: Caltlgin) <clove.dev.mailbox.org>
pkgname='lenspect'
-pkgver=1.0.5
+pkgver=1.0.6
pkgrel=1
pkgdesc='Lightweight security threat scanner intended to make malware detection more accessible and efficient'
arch=('any')
@@ -18,7 +18,7 @@
'meson'
)
source=("${pkgname}-${pkgver}.tar.gz::${url}/archive/v${pkgver}.tar.gz")
-sha256sums=('a8bbd4eaef140a1772e2e1ff0335a681b21be9c23d95ee5c206a50fec7f9aa42')
+sha256sums=('9b5a7f52bf9662dfd6b2f80f6d4afe65d9d39f9da2d08e8a2b12e0cfd7225e75')
build() {
cd "${pkgname}-${pkgver}"

Scan history

Scanned at (UTC)SeverityRules
2026-09-27 13:18:29 Medium 1
2026-07-17 19:55:55 Clean 0
2026-06-18 16:11:54 Clean 0

Report a package

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

0 / 4000
Your suggestion