mirror of
https://github.com/archlinux/aur.git
synced 2025-12-10 08:05:42 +01:00
fix makedepends for Arch
This commit is contained in:
parent
f7c229ba70
commit
9bf10e6c1f
1 changed files with 1 additions and 1 deletions
2
PKGBUILD
2
PKGBUILD
|
|
@ -7,7 +7,7 @@ arch=('x86_64')
|
|||
url="https://github.com/dest-lab/stryde"
|
||||
license=('MIT')
|
||||
depends=('libgl' 'libx11' 'libxrandr' 'libxcb')
|
||||
makedepends=('rust' 'cargo' 'pkgconf' 'xorg-server' 'libx11' 'libxrandr' 'wayland' 'wayland-protocols')
|
||||
makedepends=('rust' 'cargo' 'pkgconf' 'xorg-server' 'libx11' 'libxrandr' 'wayland' 'wayland-protocols' 'xcb-util' 'xcb-util-wm' 'xcb-util-image' 'xcb-util-keysyms' 'xcb-util-renderutil' 'libx11' 'libxkbcommon-x11')
|
||||
provides=('stryde')
|
||||
conflicts=('stryde')
|
||||
replaces=()
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue