Package Details: azaharplus-git 2125.0.A.r42.53579d09b-1

Git Clone URL: https://aur.archlinux.org/azaharplus-git.git (read-only, click to copy)
Package Base: azaharplus-git
Description: AzaharPlus, an Azahar fork that adds extra features and functionality.
Upstream URL: https://github.com/AzaharPlus/AzaharPlus
Licenses: GPL2
Conflicts: azaharplus, azaharplus-appimage, azaharplus-novulkan-git
Provides: azaharplus, azaharplus-git
Submitter: ObjeCity
Maintainer: ObjeCity
Last Packager: ObjeCity
Votes: 2
Popularity: 0.51
First Submitted: 2026-04-20 04:22 (UTC)
Last Updated: 2026-07-16 23:13 (UTC)

Latest Comments

ObjeCity commented on 2026-07-16 23:15 (UTC) (edited on 2026-07-16 23:16 (UTC) by ObjeCity)

I just fixed both problems so it should work properly

Scrimas commented on 2026-07-16 18:34 (UTC)

Issue: prepare()'s git submodule update --init --recursive --depth 1 intermittently leaves submodules empty (e.g. dist/compatibility_list, externals/dynarmic) when the pinned commit isn't reachable via a depth-1 shallow fetch of the submodule's current default-branch tip. Causes CMake Error: File .../compatibility_list.qrc does not exist and add_subdirectory(dynarmic) failing with no CMakeLists.txt found.

Fix: drop --depth 1: - git submodule update --init --recursive --depth 1 + git submodule update --init --recursive

modnoob commented on 2026-07-14 21:03 (UTC)

I switched to a aurbuild in a clean chroot. That doesn't work because git is missing as a build dependency. Could you add that please?

ObjeCity commented on 2026-05-24 17:48 (UTC)

@modnoob it should be fixed.

modnoob commented on 2026-05-22 18:22 (UTC)

The jack2 dependency doesn't include pipewire-jack while including pipewire-jack-git. Could you add pipewire-jack as a dependency variant please?