fcitx5-input-counter

maintainer awaae001 · 0 votes · scanned 2026-08-18 15:40:04.149666
LOW
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: awaae001 <awaae001 at qq dot com>
2
3pkgname=fcitx5-input-counter
4pkgver=0.2.3
5pkgrel=1
6pkgdesc='Fcitx 5 addon that records character input statistics'
7arch=('x86_64')
8url='https://github.com/awaae001/fcitx5-input-counter'
9license=('MIT')
10install=fcitx5-input-counter.install
11depends=(
12 'fcitx5>=5.1.2'
13 'glibc'
14 'hicolor-icon-theme'
15 'libgcc'
16 'libstdc++'
17 'qt6-base'
18 'sqlite'
19)
20makedepends=(
21 'cmake'
22 'gettext'
23 'ninja'
24)
25source=("${pkgname}-${pkgver}.tar.gz::${url}/archive/refs/tags/v${pkgver}.tar.gz")
26sha256sums=('6a34a249edf4aa2c2b5ca21e92761c427d8fd7b6c0a6b83502fcc3ac3aa51870')
27
28build() {
29 cmake \
30 -S "${pkgname}-${pkgver}" \
31 -B build \
32 -G Ninja \
33 -DCMAKE_BUILD_TYPE=None \
34 -DCMAKE_INSTALL_PREFIX=/usr \
35 -DCMAKE_INSTALL_LIBDIR=lib \
36 -DBUILD_TESTING=ON
37 cmake --build build
38}
39
40check() {
41 ctest --test-dir build --output-on-failure
42}
43
44package() {
45 DESTDIR="$pkgdir" cmake --install build
46 install -Dm644 \
47 "${pkgname}-${pkgver}/LICENSE" \
48 "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
49}
50

Changes since previous scan

--- PKGBUILD @ 2026-08-16 00:03
+++ PKGBUILD @ 2026-08-18 15:40
@@ -1,7 +1,7 @@
# Maintainer: awaae001 <awaae001 at qq dot com>
pkgname=fcitx5-input-counter
-pkgver=0.2.2
+pkgver=0.2.3
pkgrel=1
pkgdesc='Fcitx 5 addon that records character input statistics'
arch=('x86_64')
@@ -22,8 +22,8 @@
'gettext'
'ninja'
)
-source=("${pkgname}-${pkgver}.tar.gz::${url}/archive/refs/tags/${pkgver}.tar.gz")
-sha256sums=('14ed6580dfdc49ffe92cd9d89145156db86fa707e9f2be4f0eb4d3a6e20d19e3')
+source=("${pkgname}-${pkgver}.tar.gz::${url}/archive/refs/tags/v${pkgver}.tar.gz")
+sha256sums=('6a34a249edf4aa2c2b5ca21e92761c427d8fd7b6c0a6b83502fcc3ac3aa51870')
build() {
cmake \

Scan history

Scanned at (UTC)SeverityRules
2026-08-18 15:40:04 LOW 1
2026-08-16 00:03:42 CLEAN 2
2026-08-15 11:30:23 LOW 1
2026-08-12 00:27:08 CLEAN 2
2026-08-11 15:21:23 LOW 1
2026-08-11 13:21:13 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