lib32-libvoikko

maintainer orphaned · 0 votes · scanned 2026-08-03 00:08:14.047287
LOW
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-08-03 00:08:14 LOW 2
2026-08-02 00:16:08 LOW 2
2026-08-01 00:11:18 LOW 2
2026-07-31 00:14:10 LOW 2
2026-07-30 00:17:23 LOW 2
2026-07-29 00:25:53 LOW 2
2026-07-28 00:07:28 LOW 2
2026-07-27 00:24:32 LOW 2
2026-07-26 00:07:32 LOW 2
2026-07-25 00:13:44 LOW 2
2026-07-24 00:02:28 LOW 2
2026-07-23 00:14:47 LOW 2
2026-07-22 00:29:32 LOW 2
2026-07-21 00:24:15 LOW 2
2026-07-20 00:19:49 LOW 2
2026-07-19 00:17:08 LOW 2
2026-07-18 00:14:48 LOW 2
2026-07-17 00:06:16 LOW 2
2026-07-16 00:05:41 LOW 2
2026-07-15 00:09:25 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