unoconv

LOW
maintainer alerque 0 votes scanned 2026-09-15 11:19:45.698215
View on AUR
Why flagged

Uploaded within the last 14 days with 2 or fewer community votes — little peer review so far.

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.

PKGBUILD

1# Maintainer: Jan Alexander Steffens (heftig) <jan.steffens@gmail.com>
2# Contributor: max.bra <max.bra at alice dot it>
3# Contributor: SeeSchloss <seeschloss@seos.fr>
4
5pkgname=unoconv
6pkgver=0.9.0
7pkgrel=3
8pkgdesc="Libreoffice-based document converter"
9url="https://github.com/unoconv/unoconv"
10license=(GPL-2.0-only)
11depends=(
12 libreoffice
13 python
14 python-setuptools
15)
16makedepends=(
17 asciidoc
18 git
19 python-build
20 python-installer
21 python-wheel
22 xmlto
23)
24arch=(any)
25source=("git+$url#tag=$pkgver")
26b2sums=('02251042d3e7e79f50f6bb8b22178a070afb2e6c81b5e9d6f9553e2ff505b3b124c891cd227238703f550e4f321af89de069725ab73bd643fe6c5e6c9cad5948')
27
28prepare() {
29 cd unoconv
30 rm doc/unoconv.1 # rebuild
31}
32
33build() {
34 cd unoconv
35 python -m build --wheel --no-isolation
36 make -C doc man
37}
38
39package() {
40 cd unoconv
41 python -m installer --destdir="$pkgdir" dist/*.whl
42 make -C doc install DESTDIR="$pkgdir"
43}
44
45# vim:set sw=2 sts=-1 et:
46

Scan history

Scanned at (UTC)SeverityRules
2026-09-15 11:19:45 Low 1

Report a package

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

0 / 4000
Your suggestion