Skip to content

Commit

Permalink
upd(fastfetch-git): 2.2.3 -> 2.6.3 (#5494)
Browse files Browse the repository at this point in the history
  • Loading branch information
Xdavius authored Jan 23, 2024
1 parent 2a64e06 commit cd0e045
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions packages/fastfetch-git/fastfetch-git.pacscript
Original file line number Diff line number Diff line change
Expand Up @@ -10,10 +10,9 @@ name="fastfetch-git"
pkgname="fastfetch"
pkgdesc="Like neofetch, but much faster because written in c"
url="https://github.com/LinusDierheimer/fastfetch.git"
pkgver="2.2.3"
makedepends=("cmake" "libpci-dev" "libvulkan-dev" "libwayland-dev" "libxrandr-dev" "libxcb-randr0-dev" "libdconf-dev" "libdbus-1-dev" "libmagickcore-dev" "libxfconf-0-dev" "libegl-dev" "libglx-dev" "libosmesa6-dev" "ocl-icd-opencl-dev" "libnm-dev" "libpulse-dev" "libddcutil-dev" "directx-headers-dev")
optdepends=("libpci-dev: GPU output"
"libvulkan1: Vulkan module and GPU fallback"
pkgver="2.6.3"
makedepends=("cmake" "libpci-dev" "libvulkan-dev" "libwayland-dev" "libxrandr-dev" "libxcb-randr0-dev" "libdconf-dev" "libmagick++-dev" "libmagickcore-dev" "libdbus-1-dev" "libmagickcore-dev" "libpci-dev" "libxfconf-0-dev" "libegl-dev" "libglx-dev" "libosmesa6-dev" "ocl-icd-opencl-dev" "libnm-dev" "libpulse-dev" "libddcutil-dev" "directx-headers-dev")
optdepends=("libvulkan1: Vulkan module and GPU fallback"
"libegl1: OpenGL module"
"libxcb-randr0: Resolution and refresh rate support for X11 sessions"
"libwayland-clint0: Resolution and refresh rate support for wayland sessions"
Expand All @@ -24,6 +23,7 @@ optdepends=("libpci-dev: GPU output"
"libpulse0: Used for Sound device detection"
"libddcutil3: Used for brightness detection for external displays"
"libdbus-1-3: Used for bluetooth, Player & Media detection"
"kitty: Terminal emulator GPU accelerated and display images"
)
breaks=("${pkgname}" "${pkgname}-bin" "${pkgname}-deb" "${pkgname}-app")
pkgver() {
Expand Down

0 comments on commit cd0e045

Please sign in to comment.