bottles-bin
maintainer Felitendo
· 1 votes
· scanned 2026-08-03 00:08:14.047287
LOW
View on AUR ↗
Why flagged
The package is a prebuilt binary from a GitHub release by the maintainer, which is a common but less verifiable practice; however, it installs only data and binaries from a predictable, versioned source with a fixed checksum, and the dependencies are typical for a Python/GTK application, making the risk low despite the lack of upstream source build.
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 is a prebuilt binary from a GitHub release by the maintainer, which is a common but less verifiable practice; however, it installs only data and binaries from a predictable, versioned source with a fixed checksum, and the dependencies are typical for a Python/GTK application, making the risk low despite the lack of upstream source build.
PKGBUILD
1
# Maintainer: Felitendo
2
# This PKGBUILD is updated automatically:
3
# https://github.com/Felitendo/PKGBUILDS
4
5
pkgname=bottles-bin
6
pkgver=64.1
7
pkgrel=1
8
pkgdesc="Easily manage wine and proton prefixes (prebuilt)"
9
arch=('any')
10
url="https://usebottles.com"
11
license=('GPL-3.0-only')
12
depends=('fvs2' 'gtk4' 'gtksourceview5' 'hicolor-icon-theme' 'icoextract'
13
'libadwaita' 'libportal-gtk4' 'patool' 'python' 'python-cairo'
14
'python-certifi' 'python-chardet' 'python-charset-normalizer'
15
'python-gobject' 'python-idna' 'python-markdown' 'python-orjson'
16
'python-pathvalidate' 'python-pefile' 'python-pycurl'
17
'python-requests' 'python-urllib3' 'python-yaml' 'python-yara'
18
'vkbasalt-cli')
19
optdepends=('vulkan-tools: vkcube test / Vulkan info'
20
'xorg-xdpyinfo: display info detection'
21
'imagemagick: icon/image conversion'
22
'vmtouch: preload bottle files into memory'
23
'mangohud: performance overlay'
24
'gamemode: feral gamemode integration'
25
'gamescope: gamescope session integration'
26
'xterm: fallback terminal for "Run executable in terminal"')
27
provides=('bottles')
28
conflicts=('bottles')
29
source=("https://github.com/Felitendo/PKGBUILDS/releases/download/${pkgname}-${pkgver}/${pkgname}-${pkgver}.tar.zst")
30
sha256sums=('0543000eb0d689b43a367d211c8b9abbda7a7e0b7ad037307432590fe62656a3')
31
32
package() {
33
cp -a "$srcdir/usr" "$pkgdir/"
34
}
35
Scan history
| Scanned at (UTC) | Severity | Rules |
|---|---|---|
| 2026-08-03 00:08:14 | LOW | 2 |
| 2026-08-02 00:16:08 | LOW | 2 |
| 2026-08-01 00:11:18 | LOW | 2 |
| 2026-07-31 00:14:10 | LOW | 2 |
| 2026-07-30 00:17:23 | LOW | 2 |
| 2026-07-29 00:25:53 | LOW | 2 |
| 2026-07-28 00:07:28 | LOW | 2 |
| 2026-07-27 00:24:32 | LOW | 2 |
| 2026-07-26 00:07:32 | LOW | 2 |
| 2026-07-25 00:13:44 | LOW | 2 |
| 2026-07-24 09:27:42 | LOW | 2 |