Package Details: wine-pure-git 10.14.r196.g3cfbf9e3cd9-1

Git Clone URL: https://aur.archlinux.org/wine-pure-git.git (read-only, click to copy)
Package Base: wine-pure-git
Description: Bleeding-edge Wine build (Staging, WoW64, NTSync, Wayland)
Upstream URL: https://github.com/ventureoo/PKGBUILDs
Licenses: LGPL-2.1-or-later
Conflicts: wine
Provides: wine, wine-staging, wine-wow64
Submitter: ventureo
Maintainer: ventureo
Last Packager: ventureo
Votes: 2
Popularity: 0.010500
First Submitted: 2025-02-22 10:16 (UTC)
Last Updated: 2025-09-09 19:47 (UTC)

Required by (19)

Sources (17)

Pinned Comments

ventureo commented on 2025-07-28 09:28 (UTC)

I want to remind everyone, that its possible to install binary packages from my repository.

1) First, you need import my GPG key:

pacman-key --keyserver hkps://keyserver.ubuntu.com --recv-keys 7E8BBA85FD77B760
pacman-key --lsign-key  7E8BBA85FD77B760

2) And add into your pacman.conf:

[pure]
Server = https://github.com/ventureoo/PKGBUILDs/releases/download/$repo

3) Finally install wine-pure-git from repo:

sudo pacman -Sy
sudo pacman -S wine-pure-git

This allow you to receive updates directly through sudo pacman -Syu.

All packages in the repository are only available under x86-64-v3! If your CPU doesn’t support this (you can check it with /lib/ld-linux-x86-64.so.2 --help | grep x86-64-v3), there is no point in plugging repository.

Latest Comments

« First ‹ Previous 1 2

ventureo commented on 2025-03-21 09:13 (UTC)

@Supdrewin I rebased patches, build should be fine now. Thanks for the reporting.

Supdrewin commented on 2025-03-19 13:20 (UTC)

git -C . apply --index --whitespace=warn /home/supdrewin/sources/wine-pure-git/src/wine-staging/staging/../patches/winex11-MWM_Decorations/0001-winex11.drv-Don-t-use-MWM_DECOR_RESIZEH-window-resiz.patch
error: patch failed: dlls/winex11.drv/window.c:279
error: dlls/winex11.drv/window.c: patch does not apply
Failed to apply patch winex11-MWM_Decorations/0001-winex11.drv-Don-t-use-MWM_DECOR_RESIZEH-window-resiz.patch
==> ERROR: A failure occurred in prepare().
    Aborting...