Package Details: winboat 0.9.0-8

Git Clone URL: https://aur.archlinux.org/winboat.git (read-only, click to copy)
Package Base: winboat
Description: Run Windows apps on Linux with seamless integration
Upstream URL: https://www.winboat.app
Licenses: MIT
Submitter: matthewq337
Maintainer: matthewq337 (ArjixWasTaken)
Last Packager: matthewq337
Votes: 6
Popularity: 0.059400
First Submitted: 2025-08-30 07:11 (UTC)
Last Updated: 2026-02-15 02:21 (UTC)

Latest Comments

« First ‹ Previous 1 2 3 4

ArjixWasTaken commented on 2025-09-09 09:31 (UTC)

@KiLoB0 Thanks for pointing this out!

Pushed a fix and bumped the version

KiLoB0 commented on 2025-09-09 03:22 (UTC)

Is this failing to build for anyone else?

:: Downloading PKGBUILDs...
 PKGBUILDs up to date
 nothing new to review
fetching devel info...
==> Making package: winboat-arjix 0.7.3-1 (Mon 08 Sep 2025 07:01:32 PM PDT)
==> Retrieving sources...
  -> Updating winboat git repo...
  -> Found winboat.desktop
  -> Found electron-builder.json.patch
==> Validating source files with sha256sums...
    winboat ... Passed
    winboat.desktop ... Passed
    electron-builder.json.patch ... Passed
==> Making package: winboat-arjix 0.7.3-1 (Mon 08 Sep 2025 07:01:33 PM PDT)
==> Checking runtime dependencies...
==> Checking buildtime dependencies...
==> Retrieving sources...
  -> Updating winboat git repo...
  -> Found winboat.desktop
  -> Found electron-builder.json.patch
==> Validating source files with sha256sums...
    winboat ... Passed
    winboat.desktop ... Passed
    electron-builder.json.patch ... Passed
==> Removing existing $srcdir/ directory...
==> Extracting sources...
  -> Creating working copy of winboat git repo...
Cloning into 'winboat'...
done.
Switched to a new branch 'makepkg'
==> Starting prepare()...
patching file electron-builder.json
Hunk #1 FAILED at 15.
1 out of 1 hunk FAILED -- saving rejects to file electron-builder.json.rej
==> ERROR: A failure occurred in prepare().
    Aborting...
error: failed to build 'winboat-arjix-0.7.3-1': 
error: packages failed to build: winboat-arjix-0.7.3-1

matthewq337 commented on 2025-09-06 06:13 (UTC)

@yochananmarqos fixed, thanks

yochananmarqos commented on 2025-09-04 17:26 (UTC)

@matthewq337: Please see my improved PKGBUILD (paste expires in one month).

dlgreen commented on 2025-09-02 22:56 (UTC) (edited on 2025-09-02 22:57 (UTC) by dlgreen)

Currently getting an error on build that the LICENSE is not passing the validity check.

==> Making package: winboat 0.6.10-1 (Tue 02 Sep 2025 06:54:33 PM EDT)
==> Retrieving sources...
  -> Found winboat.png
  -> Found LICENSE
  -> Found winboat-0.6.10.tar.gz
==> WARNING: Skipping verification of source file PGP signatures.
==> Validating source files with sha256sums...
    winboat.png ... Passed
    LICENSE ... FAILED
    winboat-0.6.10.tar.gz ... Passed
==> ERROR: One or more files did not pass the validity check!
 -> error downloading sources: /home/dlgreenwald/.cache/yay/winboat 
     context: exit status 1

matthewq337 commented on 2025-08-31 20:49 (UTC)

@yochananmarqos fixed, thanks

yochananmarqos commented on 2025-08-31 18:30 (UTC)

This is missing zip to build and missing all dependencies. This is an Electron package, it does not depend on any Qt packages. It's clearly stated in the README that docker, docker-compose and freerdp are required. Most Electron packages require alsa-lib, gtk3 and nss at the bare minimum.

Build in the build() function, not the package() function.