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.
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:
2) And add into your pacman.conf:
3) Finally install wine-pure-git from repo:
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.