hidapi-hotplug

maintainer CalcProgrammer1 · 0 votes · scanned 2026-08-18 00:03:42.021799
LOW
View on AUR ↗
Why flagged The package builds from a public Git repository with a tagged release, which is a normal AUR practice; the low severity is due to few votes and recent upload, not malicious content.

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 builds from a public Git repository with a tagged release, which is a normal AUR practice; the low severity is due to few votes and recent upload, not malicious content.

PKGBUILD

1# Contributor: Sergej Pupykin <arch+pub@sergej.pp.ru>
2# Contributor: Niels Martignène <niels.martignene@gmail.com>
3# Contributor: Nicolas Avrutin <nicolasavru@gmail.com>
4# Contributor: Emmanuel Gil Peyrot <linkmauve@linkmauve.fr>
5# Contributor: Adam Honse <calcprogrammer1@gmail.com>
6
7pkgname=hidapi-hotplug
8pkgver=0.15.0
9pkgrel=1
10pkgdesc='Simple library for communicating with USB and Bluetooth HID devices with hotplug support'
11arch=(x86_64)
12url='https://gitlab.com/OpenRGBDevelopers/hidapi-hotplug'
13license=('GPL3' 'BSD' 'custom')
14depends=('systemd-libs')
15optdepends=('libusb: for hidapi-hotplug-libusb')
16makedepends=('cmake' 'libusb' 'git')
17provides=('hidapi-hotplug' 'libhidapi-hotplug-hidraw.so' 'libhidapi-hotplug-libusb.so')
18source=("git+https://gitlab.com/OpenRGBDevelopers/hidapi-hotplug.git#tag=hidapi-hotplug-0.15.0")
19sha512sums=('SKIP')
20
21build() {
22 cmake -B build -S hidapi-hotplug -DCMAKE_INSTALL_PREFIX=/usr
23 cmake --build build
24}
25
26package() {
27 DESTDIR="${pkgdir}" cmake --install build
28}
29

Scan history

Scanned at (UTC)SeverityRules
2026-08-18 00:03:42 LOW 2
2026-08-17 00:18:29 LOW 2
2026-08-16 00:03:42 LOW 2
2026-08-15 00:26:13 LOW 2
2026-08-14 00:03:41 LOW 2
2026-08-13 00:17:07 LOW 2
2026-08-12 00:27:08 LOW 2
2026-08-11 17:21:34 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