qwt-multiaxes-updated-git

LOW
maintainer greyltc 0 votes scanned 2026-09-04 09:57:12.601248
View on AUR
Why flagged

The package builds from a publicly accessible Git repository with a recent but plausible upload; the source is transparent and the build process is standard, with no evidence of malicious behavior or unverifiable binaries.

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 publicly accessible Git repository with a recent but plausible upload; the source is transparent and the build process is standard, with no evidence of malicious behavior or unverifiable binaries.

PKGBUILD

1pkgname=qwt-multiaxes-updated-git
2pkgver=r182.34c2c7e
3pkgrel=1
4pkgdesc="Qt Widgets for Technical Applications -- analog devices fork, qwt-multiaxes-updated branch"
5url="https://github.com/cseci/qwt"
6arch=(x86_64)
7depends=(
8qt5-base
9qt5-svg
10glibc
11gcc-libs
12)
13optdepends=(
14'qt5-tools: For Designer plugin'
15)
16makedepends=(
17git
18qt5-tools
19)
20license=('custom:qwt')
21conflicts=(qwt-multiaxes-git)
22source=("git+https://github.com/cseci/qwt.git#branch=qwt-multiaxes-updated")
23b2sums=('SKIP')
24
25pkgver() {
26 cd qwt
27 printf "r%s.%s" "$(git rev-list --count HEAD)" "$(git rev-parse --short=7 HEAD)"
28}
29
30prepare() {
31 cd qwt
32
33 sed -e '/^\s*QWT_INSTALL_PREFIX/ s|=.*|= /usr|' \
34 -e '/^QWT_INSTALL_DOCS/ s|/doc|/share/doc/qwt|' \
35 -e '/^QWT_INSTALL_HEADERS/ s|include|&/qwt|' \
36 -e '/^QWT_INSTALL_PLUGINS/ s|plugins/designer|lib/qt/&|' \
37 -e '/^QWT_INSTALL_FEATURES/ s|features|lib/qt/mkspecs/&|' \
38 -i qwtconfig.pri
39}
40
41build() {
42 cd qwt
43 qmake-qt5 qwt.pro
44 make
45}
46
47package() {
48 cd qwt
49 make INSTALL_ROOT="${pkgdir}/opt/qwt-multiaxes-updated" install
50 install -Dm 644 COPYING -t "${pkgdir}/usr/share/licenses/${pkgname}"
51
52 install -d "${pkgdir}/usr/lib"
53 ln -s /opt/qwt-multiaxes/usr/lib/libqwt.so.6.4.0 "${pkgdir}/usr/lib/libqwt.so.6.4.0"
54}
55

Scan history

Scanned at (UTC)SeverityRules
2026-09-04 09:57:12 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