lib32-libvoikko

LOW
maintainer orphaned 0 votes scanned 2026-09-17 00:27:14.276658
View on AUR
Why flagged

The source is a tarball from the project's official host (puimula.org), which is not on the whitelist but is plausibly legitimate; building from official project sources is normal AUR packaging, and the checksum is provided (one SKIP for signature is acceptable).

Triggered rules

Low AI review downgraded a static finding llm_review

The static rules flagged this MEDIUM, but an AI model (qwen/qwen3-235b-a22b-07-25) reviewed the full PKGBUILD and judged it LOW (confidence 95%): The source is a tarball from the project's official host (puimula.org), which is not on the whitelist but is plausibly legitimate; building from official project sources is normal AUR packaging, and the checksum is provided (one SKIP for signature is acceptable).

1 higher static finding superseded - not the current verdict (shown for transparency)
Medium source=() URL on a non-standard host source_untrusted_domain

One or more source=() URLs point to a host outside the trusted allowlist (github.com, gitlab.com, codeberg.org, pypi.org, …).

  • PKGBUILD:14 source=("${_pkgsrc}.tar.gz::https://www.puimula.org/voikko-sources/${_name}/${_pkgsrc}.tar.gz"

PKGBUILD

1 offending line(s) highlighted
1# Maintainer: Vitalii Kuzhdin <vitaliikuzhdin@gmail.com>
2
3_name="libvoikko"
4pkgname="lib32-${_name}"
5pkgver=4.3.2
6pkgrel=1
7pkgdesc="A spelling and grammar checker, hyphenator and collection of related linguistic data for Finnish language (32-bit)"
8arch=('x86_64')
9url="https://voikko.puimula.org"
10license=('MPL-1.1 OR GPL-2.0-or-later OR LGPL-2.1-or-later')
11depends=('lib32-gcc-libs' 'lib32-glibc' "${_name}>=${pkgver}")
12provides=("${_name}.so")
13_pkgsrc="${_name}-${pkgver}"
14source=("${_pkgsrc}.tar.gz::https://www.puimula.org/voikko-sources/${_name}/${_pkgsrc}.tar.gz"
15 "${_pkgsrc}.tar.gz.asc::https://www.puimula.org/voikko-sources/${_name}/${_pkgsrc}.tar.gz.asc")
16sha256sums=('0156c2aaaa32d4b828addc7cefecfcea4591828a0b40f0cd8a80cd22f8590da2'
17 'SKIP')
18validpgpkeys=('AC5D65F10C8596D7E2DAE2633D309B604AE3942E') # Harri Pitkänen <hatapitk@iki.fi>
19
20prepare() {
21 cd "${srcdir}/${_pkgsrc}"
22 sed -i 's/-Werror//g' 'configure.ac'
23}
24
25build() {
26 export CFLAGS+=" -m32"
27 export CXXFLAGS+=" -m32"
28 export LDFLAGS+=" -m32"
29 export PKG_CONFIG_PATH='/usr/lib32/pkgconfig'
30 export LANG=en_US.UTF-8
31 local configure_options=(
32 --prefix='/usr'
33 --program-suffix='-32'
34 --lib{exec,}dir='/usr/lib32'
35 --build=i686-pc-linux-gnu
36 --with-dictionary-path='/usr/share/voikko'
37 --disable-buildtools
38 --disable-testtools
39 --disable-hfst
40 --disable-vislcg3
41 --disable-lttoolbox
42 )
43
44 cd "${srcdir}/${_pkgsrc}"
45 libtoolize
46 autoreconf -vfi
47 ./configure "${configure_options[@]}"
48 make all
49}
50
51# check() {
52# cd "${srcdir}/${_pkgsrc}"
53# make check
54# }
55
56package() {
57 cd "${srcdir}/${_pkgsrc}"
58 make DESTDIR="${pkgdir}" install
59
60 cd "${pkgdir}/usr"
61 rm -rf "bin" "include" "share"
62}
63

Scan history

Scanned at (UTC)SeverityRules
2026-09-17 00:27:14 Low 2
2026-09-16 00:03:17 Low 2
2026-09-15 00:25:31 Low 2
2026-09-14 00:27:57 Low 2
2026-09-13 00:19:54 Low 2
2026-09-12 00:25:17 Low 2
2026-09-11 00:19:22 Low 2
2026-09-10 00:22:44 Low 2
2026-09-09 00:04:09 Low 2
2026-09-08 00:18:08 Low 2
2026-09-07 00:30:15 Low 2
2026-09-06 00:17:06 Low 2
2026-09-05 00:16:27 Low 2
2026-09-04 00:03:13 Low 2
2026-09-03 00:15:47 Low 2
2026-09-02 00:02:31 Low 2
2026-09-01 00:11:19 Low 2
2026-08-31 00:19:57 Low 2
2026-08-30 00:04:14 Low 2
2026-08-29 00:29:17 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