discord-bot-messenger

LOW
maintainer Zyvxi 0 votes scanned 2026-08-24 21:24:32.067303
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: Zyv <zyv@users.noreply.github.com>
2pkgname=discord-bot-messenger
3pkgver=1.1.0
4pkgrel=1
5pkgdesc="GUI to send messages through a Discord bot token to any channel it has access to"
6arch=('any')
7url="https://github.com/zyvxi/discord-bot-messenger"
8license=('MIT')
9depends=('python' 'python-requests' 'tk')
10makedepends=('git' 'python-build' 'python-installer' 'python-wheel')
11source=("$pkgname-$pkgver.tar.gz::$url/archive/refs/tags/v$pkgver.tar.gz")
12sha256sums=('569d6cf987b918181d96a451705d2df4d6af79dd9a4a18ab3bfe350bb434c1fc')
13
14build() {
15 cd "$pkgname-$pkgver"
16 python -m build --wheel --no-isolation
17}
18
19package() {
20 cd "$pkgname-$pkgver"
21 python -m installer --destdir="$pkgdir" dist/*.whl
22 install -Dm644 discord-bot-messenger.desktop \
23 "$pkgdir/usr/share/applications/discord-bot-messenger.desktop"
24 install -Dm644 discord-bot-messenger.svg \
25 "$pkgdir/usr/share/icons/hicolor/scalable/apps/discord-bot-messenger.svg"
26 install -Dm644 LICENSE "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
27}
28

Scan history

Scanned at (UTC)SeverityRules
2026-08-24 21:24:32 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