bottles-opener

LOW
maintainer Felitendo 0 votes scanned 2026-09-21 11:34:50.247705
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: Felitendo
2# This PKGBUILD is updated automatically:
3# https://github.com/Felitendo/PKGBUILDS
4
5pkgname=bottles-opener
6pkgver=0.1.0
7pkgrel=1
8pkgdesc="Double-click a file and it opens in its Windows program, inside its Bottles bottle"
9arch=('any')
10url="https://github.com/LoonixTools/bottles-opener"
11license=('GPL-3.0-or-later')
12depends=('bash' 'coreutils' 'gawk' 'grep' 'sed' 'gettext' 'shared-mime-info' 'systemd')
13makedepends=('gettext' 'scdoc')
14optdepends=('bottles: Bottles itself (the Flatpak works too)'
15 'python-yaml: read bottles without starting the Bottles Flatpak'
16 'icoextract: extract file icons without starting the Bottles Flatpak'
17 'libnotify: report files that could not be opened'
18 'desktop-file-utils: refresh the desktop database after a change'
19 'flatpak: open files with the Bottles Flatpak')
20install="${pkgname}.install"
21source=("${pkgname}-${pkgver}.tar.gz::${url}/archive/refs/tags/v${pkgver}.tar.gz")
22sha256sums=('4120340cacb141feb4cbbd16475a894873bfff3f4b9ba969614918b68ae5ab6c')
23
24build() {
25 # pass the version being packaged so `bottles-opener --version` cannot drift
26 # away from pkgver
27 make -C "${pkgname}-${pkgver}" VERSION="$pkgver"
28}
29
30package() {
31 make -C "${pkgname}-${pkgver}" VERSION="$pkgver" DESTDIR="$pkgdir" install
32}
33

Scan history

Scanned at (UTC)SeverityRules
2026-09-21 11:34:50 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