tiny-poe2smoother-bin

LOW
maintainer kengzzzz 0 votes scanned 2026-08-28 11:35:03.635011
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: kengzzzz <github.ezgew@spk4x.com>
2
3pkgname=tiny-poe2smoother-bin
4_pkgname=tiny-poe2smoother
5pkgver=0.6.0
6pkgrel=1
7pkgdesc="Desktop app for reducing selected visual and sound effects in Path of Exile 2"
8arch=('x86_64')
9url="https://github.com/kengzzzz/tiny-poe2smoother"
10license=('MIT')
11depends=(
12 'dbus'
13 'gcc-libs'
14 'glibc'
15 'libglvnd'
16 'libx11'
17 'libxcursor'
18 'libxi'
19 'libxkbcommon'
20 'libxkbcommon-x11'
21 'libxrender'
22 'wayland'
23)
24provides=("$_pkgname=$pkgver")
25conflicts=("$_pkgname")
26options=('!strip' '!debug')
27
28source_x86_64=(
29 "poe2smoother-$pkgver-x86_64.tar.gz::$url/releases/download/v$pkgver/poe2smoother-linux-x86_64.tar.gz"
30 "LICENSE-$pkgver::https://raw.githubusercontent.com/kengzzzz/tiny-poe2smoother/v$pkgver/LICENSE"
31)
32sha256sums_x86_64=(
33 'fc6fb2ae67dd25e3b6fd670728a7ee13f1f1b13292a14851c922de533a95ac65'
34 '1f88511148f9afc5b1f99d4e21e0f6517011f340c46db5e437b1c5e928e14454'
35)
36
37package() {
38 install -Dm755 poe2smoother \
39 "$pkgdir/usr/bin/poe2smoother"
40
41 install -Dm644 README.txt \
42 "$pkgdir/usr/share/doc/$pkgname/README.txt"
43
44 install -Dm644 "LICENSE-$pkgver" \
45 "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
46}
47

Scan history

Scanned at (UTC)SeverityRules
2026-08-28 11:35:03 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