diff options
author | davidovski <david@davidovski.xyz> | 2022-05-25 22:50:03 +0100 |
---|---|---|
committer | davidovski <david@davidovski.xyz> | 2022-05-25 22:50:03 +0100 |
commit | 7b0628f037dcbf85cfb381d5e05dea39a2059d33 (patch) | |
tree | 4a534ef861d19cdf5235b504af5be2a5d0becb71 /repo/x11/xcursor-themes/xcursor-themes.xibuild | |
parent | 79062a39e9bcb9731adbacd0bd9bcd0b59d19d0a (diff) |
fixed various broken dependencies
Diffstat (limited to 'repo/x11/xcursor-themes/xcursor-themes.xibuild')
-rw-r--r-- | repo/x11/xcursor-themes/xcursor-themes.xibuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/repo/x11/xcursor-themes/xcursor-themes.xibuild b/repo/x11/xcursor-themes/xcursor-themes.xibuild index f3ecb0b..66127ce 100644 --- a/repo/x11/xcursor-themes/xcursor-themes.xibuild +++ b/repo/x11/xcursor-themes/xcursor-themes.xibuild @@ -1,7 +1,7 @@ #!/bin/sh MAKEDEPS="make" -DEPS="util-macros xcb-util xcursorgen" +DEPS="xorg-util-macros xcb-util xcursorgen" PKG_VER=1.0.6 SOURCE=https://www.x.org/pub/individual/data/xcursor-themes-$PKG_VER.tar.bz2 |