Search Criteria
Package Details: sandbar-git v0.1.r17.e64a8b7-1
Package Actions
Git Clone URL: | https://aur.archlinux.org/sandbar-git.git (read-only, click to copy) |
---|---|
Package Base: | sandbar-git |
Description: | dwm-like bar for the river wayland compositor |
Upstream URL: | https://github.com/kolunmi/sandbar |
Licenses: | GPL3 |
Conflicts: | sandbar |
Provides: | sandbar |
Submitter: | tomcat0x42 |
Maintainer: | tomcat0x42 |
Last Packager: | tomcat0x42 |
Votes: | 3 |
Popularity: | 0.051300 |
First Submitted: | 2024-02-07 14:17 (UTC) |
Last Updated: | 2025-02-08 19:32 (UTC) |
Dependencies (3)
- fcft
- pixman (pixman-gitAUR)
- wayland (wayland-gitAUR, wayland-asan-gitAUR, wayland-chromiumAUR)
Latest Comments
Astute5228 commented on 2024-11-09 10:47 (UTC)
I'm tried to build today
ERROR: pkgver is not allowed to contain colons, forward slashes, hyphens or whitespace.
.. The generated version isv0.1.r13.aa3f203-aa3f203
Simply removed the git rev-parse part to get a working build
tomcat0x42 commented on 2024-10-15 13:25 (UTC)
As per xotkot's and aperez's comments, I added the
tllist
package to the dependencies list andgit
to the makedepends. Thanks for noticing it!xotkot commented on 2024-10-14 23:23 (UTC) (edited on 2024-10-14 23:25 (UTC) by xotkot)
installing the tllist package solves the problem
aperez commented on 2024-04-09 06:49 (UTC)
The package fails to build in a clean chroot because the
PKGBUILD
is missing amakedepends=(git)
line.