Skip to content

Commit

Permalink
fix(fastfetch-git): use proper dep (#4540)
Browse files Browse the repository at this point in the history
  • Loading branch information
Alxhr0 authored Sep 10, 2023
1 parent 1238226 commit ef954d0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/fastfetch-git/fastfetch-git.pacscript
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ pkgname="fastfetch"
pkgdesc="Like neofetch, but much faster because written in c"
url="https://github.com/LinusDierheimer/fastfetch.git"
pkgver="1.12.2"
makedepends=("cmake" "libpci-dev" "libvulkan-dev" "libx11-dev" "libxrandr-dev" "libwayland-client0" "libwayland-dev" "libgio-cil" "libglib2.0-dev" "libdconf-dev" "libxfconf-0-dev")
makedepends=("cmake" "libpci-dev" "libvulkan-dev" "libx11-dev" "libxrandr-dev" "libwayland-client0" "libwayland-dev" "libgio3.0-cil" "libglib2.0-dev" "libdconf-dev" "libxfconf-0-dev")
optdepends=("libpci-dev: GPU output"
"libvulkan-dev: GPU fallback"
"libx11-dev: Resolution output"
Expand Down

0 comments on commit ef954d0

Please sign in to comment.