Search Criteria
Package Details: mangowm-git 0.16.0.r0.g7bb3f7e-1
Package Actions
| Git Clone URL: | https://aur.archlinux.org/mangowm-git.git (read-only, click to copy) |
|---|---|
| Package Base: | mangowm-git |
| Description: | A Wayland compositor with smooth animation |
| Upstream URL: | https://github.com/mangowm/mango |
| Licenses: | GPL-3.0 |
| Conflicts: | mangowc, mangowc-git, mangowc-wllonly-git, mangowm, mangowm-wlonly-git |
| Provides: | mangowm, wayland-compositor |
| Submitter: | DreamMaoMao |
| Maintainer: | DreamMaoMao |
| Last Packager: | DreamMaoMao |
| Votes: | 9 |
| Popularity: | 1.63 |
| First Submitted: | 2026-03-01 03:09 (UTC) |
| Last Updated: | 2026-08-12 11:19 (UTC) |
Dependencies (16)
- cjson (cjson-gitAUR)
- libdrm (libdrm-gitAUR)
- libinput (libinput-gitAUR, libinput-multiplierAUR, libinput-no-gesturesAUR, libinput-nowacom-gitAUR, libinput-noaccumAUR, libinput-three-finger-dragAUR, libinput-eppAUR, libinput-eppAUR)
- libwlroots-0.20.so (wlroots0.20-hidpi-xpropAUR, wlroots0.20-vmwgfxAUR, wlroots0.20)
- libxcb (libxcb-gitAUR)
- libxkbcommon (libxkbcommon-gitAUR)
- pango (pango-nothai-gitAUR, pango-gitAUR)
- pcre2 (pcre2-gitAUR)
- pixman (pixman-gitAUR)
- scenefx0.5AUR
- wayland (wayland-asan-gitAUR, wayland-gitAUR, wayland-chromiumAUR)
- xorg-xwayland (xorg-xwayland-gitAUR, xorg-xwayland-bug865-issue1578AUR, xorg-xwayland-hidpi-xpropAUR)
- git (git-gitAUR, git-glAUR, git-wd40AUR) (make)
- meson (meson-gitAUR) (make)
- ninja (ninja-gitAUR, ninja-memAUR, ninja-noemacs-gitAUR, ninja-kitwareAUR, ninja-fuchsia-gitAUR, n2-gitAUR) (make)
- wayland-protocols (wayland-protocols-gitAUR) (make)
Required by (5)
- greetd-regreet-git (requires wayland-compositor)
- hyprlax-bin (requires wayland-compositor)
- papdieo (requires wayland-compositor) (optional)
- papdieo-git (requires wayland-compositor) (optional)
- wlhc (requires wayland-compositor)
Latest Comments
DreamMaoMao commented on 2026-08-08 03:06 (UTC)
@mthead
I'm aware of this issue, but the aur service is currently under maintenance. I need to wait until the maintenance is completed before I can fix it
mthead commented on 2026-08-04 17:55 (UTC)
I can confirm the issue brought up by nenezumi. For instance, immediately after installation of 0.15.6.r1.g82806f7-1, something like yay wants to install it again. And package-query indicates an update could be installed:
If it is any help, all was great from r1798.bcb4f12e-1 to r1847.06b417ff-1
nenezumi commented on 2026-08-04 07:57 (UTC) (edited on 2026-08-04 07:57 (UTC) by nenezumi)
The current version is always bigger than the one generated by pkgver() according to vercmp, which causes AUR helpers to constantly rebuild the package. Please update the PKGBUILD with the version generated by pkgver() instead of the commit.
tskaar commented on 2026-07-26 16:09 (UTC)
Would you mind updating the
pkgver()function to use tagged releases as baseline instead;This would then give (at the time of writing):
pkgver=0.15.5.r1.gcc4fdec, i.e. one commit after v0.15.5.FYI: I see that you have commited the git commit hash as the pkgver, you should just commit whatever the pkgver() returns, also note that this only needs to be bumped manually whenever you make PKGBUILD changes, no need to manually bump it otherwise.
Also: You bump the
pkgrelnumber to a non-integer number, which is not supported. Alsopkgrelshould only be bumped in the case that you make changes to the PKGBUILD on the same version of the SW. In the cases of git packages that is rarely needed since thepkgvergets bumped anyways :)Cheers!