Skip to content

Commit

Permalink
fastfetch: update to 2.16.0
Browse files Browse the repository at this point in the history
  • Loading branch information
CarterLi authored Jun 19, 2024
1 parent f976330 commit 0a0cb7a
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions mingw-w64-fastfetch/PKGBUILD
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
_realname=fastfetch
pkgbase="mingw-w64-${_realname}"
pkgname="${MINGW_PACKAGE_PREFIX}-${_realname}"
pkgver=2.15.0
pkgver=2.16.0
pkgrel=1
pkgdesc="A neofetch-like tool for fetching system information and displaying them in a pretty way (mingw-w64)"
arch=('any')
Expand All @@ -16,11 +16,12 @@ makedepends=("${MINGW_PACKAGE_PREFIX}-cc"
"${MINGW_PACKAGE_PREFIX}-pkgconf"
"${MINGW_PACKAGE_PREFIX}-vulkan-loader"
"${MINGW_PACKAGE_PREFIX}-vulkan-headers"
"${MINGW_PACKAGE_PREFIX}-opencl-icd")
"${MINGW_PACKAGE_PREFIX}-opencl-icd"
"${MINGW_PACKAGE_PREFIX}-cppwinrt")
optdepends=("${MINGW_PACKAGE_PREFIX}-vulkan-loader: For Vulkan support detection"
"${MINGW_PACKAGE_PREFIX}-opencl-icd: For OpenCL support detection")
source=("https://github.com/fastfetch-cli/fastfetch/archive/${pkgver}/${_realname}-${pkgver}.tar.gz")
sha256sums=('b42392c66eb7292db8b56715a072908b91d72385e6fdeae56fa7653adfc5428d')
sha256sums=('8c5d137e0439d70189fc267176840feaba5f3e06177d57c4be9a866595651803')

build() {
declare -a extra_config
Expand Down

0 comments on commit 0a0cb7a

Please sign in to comment.