moneymanagerex-bin

LOW
maintainer Dominiquini 1 votes scanned 2026-09-01 01:46:26.700662
View on AUR
Why flagged

The package installs a prebuilt .deb from the project's official GitHub releases, which is a normal AUR practice for -bin packages; the source files are documentation and license, posing no execution risk.

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 installs a prebuilt .deb from the project's official GitHub releases, which is a normal AUR practice for -bin packages; the source files are documentation and license, posing no execution risk.

PKGBUILD

1# Maintainer: Rafael Dominiquini <rafaeldominiquini at gmail dot com>
2
3_gitauthor=moneymanagerex
4_gitname=moneymanagerex
5_appname=mmex
6pkgname=${_gitname}-bin
7pkgdesc="MoneyManagerEx is an easy-to-use personal finance suite."
8
9pkgver=1.9.4
10pkgrel=1
11_gitversion=v${pkgver}
12
13arch=('x86_64')
14_barch=('Ubuntu.24.04.noble_amd64')
15
16_ghurl="https://github.com/${_gitauthor}/${_gitname}"
17_ghurlraw="https://raw.githubusercontent.com/${_gitauthor}/${_gitname}/${_gitversion}"
18url=${_ghurl}
19
20license=('GPL-2.0-or-later')
21
22provides=("${_appname}")
23conflicts=("${pkgname%-bin}")
24
25makedepends=('tar' 'patchelf')
26depends=('glibc' 'libgcc' 'libstdc++' 'glib2' 'wxwidgets-gtk3' 'webkit2gtk-4.1' 'libpng' 'libtiff' 'libjpeg-turbo' 'cairo' 'zlib' 'libx11' 'wayland' 'fontconfig' 'zlib' 'libsm' 'gdk-pixbuf2' 'libwebp' 'libxkbcommon' 'pango' 'gtk3' 'pcre2' 'expat' 'fmt' 'lua53' 'curl')
27
28options=('!strip')
29
30source=("README-${pkgver}.md::${_ghurlraw}/README.md"
31 "LICENSE-${pkgver}::${_ghurlraw}/LICENSE")
32source_x86_64=("${_appname}-${arch[0]}-${pkgver}.deb::${_ghurl}/releases/download/${_gitversion}/${_appname}_${pkgver}-${_barch[0]}.deb")
33sha256sums=('64e583de625960a6049167d3e6d47e7cfb5f05f6bc548a3e68f7d373edacff96'
34 'f86aeb5c80e9784a1b6dc04b5e2f5c0aac31b7d3ab9b842a2e813419e4abea93')
35sha256sums_x86_64=('f410d50eeecb0a4b61578b048a2b3d501fcc69bac3eddd6a0a4b391f13332a34')
36
37
38package() {
39 cd "${pkgdir}/" || exit
40
41 tar -xf "${srcdir}/data.tar.gz"
42
43 patchelf --replace-needed 'liblua5.3.so.0' 'liblua5.3.so' "${pkgdir}/usr/bin/${_appname}"
44
45 rm -rf "${pkgdir}/usr/include/fmt/" "${pkgdir}/usr/lib/cmake/fmt/" "${pkgdir}/usr/lib/pkgconfig/fmt.pc"
46
47 install -Dm644 "${srcdir}/README-${pkgver}.md" "${pkgdir}/usr/share/doc/${pkgname}/README.md"
48
49 install -Dm644 "${srcdir}/LICENSE-${pkgver}" "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
50}
51

Scan history

Scanned at (UTC)SeverityRules
2026-09-01 01:46:26 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